]> sourceware.org Git - lvm2.git/commitdiff
tests: update vg-check-devs-used.sh
authorPeter Rajnoha <prajnoha@redhat.com>
Tue, 22 Mar 2016 10:18:16 +0000 (11:18 +0100)
committerPeter Rajnoha <prajnoha@redhat.com>
Tue, 22 Mar 2016 10:18:22 +0000 (11:18 +0100)
Snapshot needs to be activated exclusively in cluster...

test/shell/vg-check-devs-used.sh

index 09109e5e615b15c372caa4965a27b97d50f59682..c978b9e9fcd2d562c324591d152051857db019c8 100644 (file)
@@ -26,8 +26,8 @@ lvremove -ff $vg
 
 # Also test if sub LVs with suffixes are correctly processed.
 # Check with thick snapshot which has sub LVs with -real and -cow suffix in UUID.
-lvcreate -l1 -n $lv $vg
-lvcreate -l1 -s $vg/$lv
+lvcreate -l1 -aey -n $lv $vg
+lvcreate -l1 -aey -s $vg/$lv
 pvs 2>err
 not grep "WARNING: Device mismatch detected for $vg/$lv" err
 
This page took 0.032675 seconds and 5 git commands to generate.