1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

Enable udev_sync and udev_rules in lvm.conf by default while running tests.

This commit is contained in:
Peter Rajnoha 2010-01-11 15:43:19 +00:00
parent 8b70a0d0b7
commit ee0a4914d5
3 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,6 @@
Version 1.02.41 -
====================================
Enable udev_sync and udev_rules in lvm.conf by default while running tests.
Add support to disable udev checking: DM_UDEV_DISABLE_CHECKING=1 env. variable.
Add dm_tree_add_dev_with_udev_flags to provide wider support for udev flags.
Add --noudevrules option for dmsetup to disable /dev node management by udev.

View File

@ -202,6 +202,10 @@ init_root_dir_()
global {
library_dir = "$G_root_/lib"
}
activation {
udev_sync = 1
udev_rules = 1
}
EOF
}

View File

@ -203,6 +203,10 @@ prepare_lvmconf() {
library_dir = "$G_root_/lib"
locking_dir = "$G_root_/var/lock/lvm"
}
activation {
udev_sync = 1
udev_rules = 1
}
EOF
}