[lvm-devel] dev-mornfall-nix - test: Set up global_filter instead of just filter when testing.

Petr Rockai mornfall at fedoraproject.org
Sun May 26 22:55:52 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=f2936d9837dcf21a6452f624f396972e345d248e
Commit:        f2936d9837dcf21a6452f624f396972e345d248e
Parent:        9fe5889a0d9584ebdd898059bf9638d19279fc39
Author:        Petr Rockai <prockai at redhat.com>
AuthorDate:    Mon May 27 00:53:03 2013 +0200
Committer:     Petr Rockai <prockai at redhat.com>
CommitterDate: Mon May 27 00:53:03 2013 +0200

test: Set up global_filter instead of just filter when testing.

---
 test/lib/aux.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/test/lib/aux.sh b/test/lib/aux.sh
index 00e0da4..a59e785 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -475,7 +475,8 @@ lvmconf() {
             cat > CONFIG_VALUES <<-EOF
 devices/dir = "$DM_DEV_DIR"
 devices/scan = "$DM_DEV_DIR"
-devices/filter = [ "a|$DM_DEV_DIR/mirror|", "a|$DM_DEV_DIR/mapper/.*pv[0-9_]*$|", "r|.*|" ]
+devices/filter = "a|.*|"
+devices/global_filter = [ "a|$DM_DEV_DIR/mirror|", "a|$DM_DEV_DIR/mapper/.*pv[0-9_]*$|", "r|.*|" ]
 devices/cache_dir = "$TESTDIR/etc"
 devices/sysfs_scan = 0
 devices/default_data_alignment = 1




More information about the lvm-devel mailing list