mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-30 17:18:21 +03:00
tests: fix missing exclusive activation
For cluster conversion LV for caching needs to be activated exclusively.
This commit is contained in:
parent
c5aeb21015
commit
900d203586
@ -23,7 +23,7 @@ aux have_cache 1 3 0 || skip
|
||||
aux prepare_vg 5 8000
|
||||
|
||||
# Use 10M origin size
|
||||
lvcreate -L10 -n $lv1 $vg
|
||||
lvcreate -aey -L10 -n $lv1 $vg
|
||||
lvcreate -H -L5 $vg/$lv1
|
||||
|
||||
# replace 10M size with 5M size of cache device
|
||||
|
Loading…
Reference in New Issue
Block a user