dracut/modules.d/90lvm
Peter Rajnoha b8a81fb885 lvm: disable lvmetad
Currently dracut uses lvm.conf as found in the system and modifies only
global/locking_type setting. As there's a new feature introduced - the lvmetad
daemon, dracut should disable its use as well by setting "global/use_lvmetad=0"
(patch attached).

Otherwise, there's a warning message issued:

dracut: WARNING: Failed to connect to lvmetad: No such file or directory.
Falling back to internal scanning.

@@ -, +, @@
 modules.d/90lvm/lvm_scan.sh     |    2 ++
 modules.d/90lvm/module-setup.sh |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
2012-04-16 14:46:53 +02:00
..
64-lvm.rules order mdadm and lvm timeout operations 2011-10-04 13:03:45 +02:00
lvm_scan.sh lvm: disable lvmetad 2012-04-16 14:46:53 +02:00
module-setup.sh lvm: disable lvmetad 2012-04-16 14:46:53 +02:00
parse-lvm.sh add wait_for_dev() and wait_for_mount() 2011-11-15 09:47:16 +01:00