1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Avoid scanning non-PV devices in functional tests, otherwise lvconvert --repair

breaks for some reason -- possibly needs investagation, but this should fix it
in the meantime.
This commit is contained in:
Petr Rockai 2009-04-24 08:00:48 +00:00
parent eb23252b61
commit 3802b91a4a

View File

@ -179,7 +179,7 @@ prepare_lvmconf() {
devices {
dir = "$G_dev_"
scan = "$G_dev_"
filter = [ "a/dev\/mirror/", "a/dev\/mapper/", "r/.*/" ]
filter = [ "a/dev\/mirror/", "a/dev\/mapper\/.*pv[0-9_]*$/", "r/.*/" ]
cache_dir = "$G_root_/etc"
sysfs_scan = 0
}