Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] udev-extraconf: blacklist /dev/dm-*
@ 2013-07-03  9:10 jackie.huang
  2013-07-03  9:10 ` [PATCH 1/1] " jackie.huang
  0 siblings, 1 reply; 2+ messages in thread
From: jackie.huang @ 2013-07-03  9:10 UTC (permalink / raw)
  To: openembedded-core

From: Jackie Huang <jackie.huang@windriver.com>

The following changes since commit 3e1dbabbf33a2e461abc92ff10cd970fe604ee38:

  sysstat: backport a patch to fix a parallel building error (2013-07-02 07:58:10 -0700)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_udev-extraconf_0703_1
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/r_bbappend_udev-extraconf_0703_1

Jackie Huang (1):
  udev-extraconf: blacklist /dev/dm-*

 .../udev/udev-extraconf/mount.blacklist            |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
1.7.4.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] udev-extraconf: blacklist /dev/dm-*
  2013-07-03  9:10 [PATCH 0/1] udev-extraconf: blacklist /dev/dm-* jackie.huang
@ 2013-07-03  9:10 ` jackie.huang
  0 siblings, 0 replies; 2+ messages in thread
From: jackie.huang @ 2013-07-03  9:10 UTC (permalink / raw)
  To: openembedded-core

From: Jackie Huang <jackie.huang@windriver.com>

Do not mount /dev/dm-* by default via udev, this is the default
behavior for most distos and WRLinux4.x.

This resolved a problem with the sanity test failing due to seeing
the error while attempting to mount new logical volumes without fs.

Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 .../udev/udev-extraconf/mount.blacklist            |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/udev/udev-extraconf/mount.blacklist b/meta/recipes-core/udev/udev-extraconf/mount.blacklist
index 7c7d938..e493494 100644
--- a/meta/recipes-core/udev/udev-extraconf/mount.blacklist
+++ b/meta/recipes-core/udev/udev-extraconf/mount.blacklist
@@ -2,3 +2,4 @@
 /dev/ram
 /dev/mtdblock
 /dev/md
+/dev/dm-*
-- 
1.7.4.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-03  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-03  9:10 [PATCH 0/1] udev-extraconf: blacklist /dev/dm-* jackie.huang
2013-07-03  9:10 ` [PATCH 1/1] " jackie.huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox