1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

tests: update vg-check-devs-used.sh

Snapshot needs to be activated exclusively in cluster...
This commit is contained in:
Peter Rajnoha 2016-03-22 11:18:16 +01:00
parent 6a915270fc
commit 3d26d283ea

View File

@ -26,8 +26,8 @@ lvremove -ff $vg
# Also test if sub LVs with suffixes are correctly processed. # 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. # Check with thick snapshot which has sub LVs with -real and -cow suffix in UUID.
lvcreate -l1 -n $lv $vg lvcreate -l1 -aey -n $lv $vg
lvcreate -l1 -s $vg/$lv lvcreate -l1 -aey -s $vg/$lv
pvs 2>err pvs 2>err
not grep "WARNING: Device mismatch detected for $vg/$lv" err not grep "WARNING: Device mismatch detected for $vg/$lv" err