1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

tests: use snapshot targets

This commit is contained in:
Zdenek Kabelac 2014-11-19 23:24:18 +01:00
parent c75548300d
commit 8d8c1b6624
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ aux prepare_pvs 1
vgcreate -s 1k $vg $(cat DEVICES)
lvcreate -V50 -L1 -n $lv1 -s $vg
lvcreate --type snapshot -V50 -L1 -n $lv1 -s $vg
lvcreate -aey -L1 -n $lv2 $vg
lvcreate -L1 -s -n $lv3 $vg/$lv2

View File

@ -78,7 +78,7 @@ lvremove -f $vg
# Automatically activates exclusively in cluster
lvcreate -s -l 100%FREE -n $lv $vg --virtualsize $TSIZE
lvcreate --type snapshot -s -l 100%FREE -n $lv $vg --virtualsize $TSIZE
aux extend_filter_LVMTEST
aux lvmconf "activation/snapshot_autoextend_percent = 20" \