mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
test: fix report_select test to work in cluster
The snapshot LV is used to check selection of percent values. The orig volume must be activated exclusively in cluster.
This commit is contained in:
parent
ef43a50926
commit
b16f5633ab
@ -32,7 +32,7 @@ lvcreate --addtag 'lv_tag2.-+/=!:&#' --addtag "lv_tag1" -L8m -n "vol1" $vg1
|
||||
lvcreate --addtag "lv_tag1" -L4m -n "vol2" $vg1
|
||||
lvcreate --readahead 512 --addtag "lv_tag1" -L16m -n "abc" $vg2
|
||||
lvcreate --readahead 512 -My --minor 254 -L4m -n "xyz" $vg3
|
||||
lvcreate -L4m -n "orig" $vg3
|
||||
lvcreate -L4m -aey -n "orig" $vg3
|
||||
lvcreate -L4m -s "$vg3/orig" -n "snap"
|
||||
|
||||
OUT_LOG_FILE="out"
|
||||
|
Loading…
x
Reference in New Issue
Block a user