]> sourceware.org Git - lvm2.git/commit
Add support to disable udev checking: DM_UDEV_DISABLE_CHECKING=1 env. variable.
authorPeter Rajnoha <prajnoha@redhat.com>
Mon, 11 Jan 2010 15:36:24 +0000 (15:36 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Mon, 11 Jan 2010 15:36:24 +0000 (15:36 +0000)
commitd2b43c4b340bf5741bad429068ba9ef791330ec4
treefd74edf69ca736b461c30305cf56b8c77aef642e
parentb422bb2187cbf760530305e1de13b424cf4dabc7
Add support to disable udev checking: DM_UDEV_DISABLE_CHECKING=1 env. variable.

Sometimes it is really needed to switch off udev checking and the warnings we show when
we detect that udev has not done its job right - the messages like "Udev should have done
this and that. Falling back to direct node creation/removal. " etc.

This would be especially handy while setting DM_DEV_DIR env var that could be set to a
different location than standard /dev (udev can't create nodes/symlinks out of that one
directory that is configured into udevd). The exact same situation happens while we're
running our tests.
WHATS_NEW_DM
libdm/.exported_symbols
libdm/libdevmapper.h
libdm/libdm-common.c
tools/dmsetup.c
This page took 0.030493 seconds and 5 git commands to generate.