mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
tests: duplicate update of config
This commit is contained in:
parent
00a45ca491
commit
cebbda0931
@ -22,6 +22,7 @@ aux prepare_vg 2
|
||||
|
||||
lvcreate -T -L8M $vg/pool -V10M -n $lv1
|
||||
|
||||
# skip $vg from activation
|
||||
aux lvmconf "activation/volume_list = [ \"$vg1\" ]"
|
||||
|
||||
# We still could pass - since pool is still active
|
||||
@ -32,9 +33,6 @@ check inactive $vg $lv2
|
||||
|
||||
vgchange -an $vg
|
||||
|
||||
# skip $vg from activation
|
||||
aux lvmconf "activation/volume_list = [ \"$vg1\" ]"
|
||||
|
||||
# Pool is not active - so it cannot create thin volume
|
||||
not lvcreate -V10 -T $vg/pool
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user