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:
parent
6a915270fc
commit
3d26d283ea
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user