1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-23 02:05:07 +03:00

tests: needs exclusive activation for conversion

For online convertion LVs must be activated localy exclusive as
cache can only work for exclusive activation.
This commit is contained in:
Zdenek Kabelac 2019-10-30 09:36:10 +01:00
parent 5ee3d6dbdf
commit 8b741b3bba

View File

@ -54,8 +54,8 @@ lvs -a $vg
lvremove -f $vg
# Check conversion of cached LV works as thin-pool
lvcreate -L10 -n $lv $vg
lvcreate -L10 -n $lv1 $vg
lvcreate -aey -L10 -n $lv $vg
lvcreate -aey -L10 -n $lv1 $vg
lvcreate -H -L10 $vg/$lv
# Stack of cache over cache is unsupported ATM