]> sourceware.org Git - lvm2.git/commitdiff
For the testsuite, set a default polling interval to 0 in lvm.conf. Cuts down
authorPetr Rockai <prockai@redhat.com>
Tue, 13 Apr 2010 06:24:20 +0000 (06:24 +0000)
committerPetr Rockai <prockai@redhat.com>
Tue, 13 Apr 2010 06:24:20 +0000 (06:24 +0000)
testing time considerably.

test/test-utils.sh

index be1778cd8ed7cae3b1fd2b95d300ac30b0eeaa7f..69165bac266ac15bdc816ce22d911b77486c886b 100644 (file)
@@ -373,6 +373,7 @@ prepare_lvmconf() {
   activation {
     udev_sync = 1
     udev_rules = 1
+    polling_interval = 0
   }
 EOF
        cat $TESTDIR/etc/lvm.conf
This page took 0.03184 seconds and 5 git commands to generate.