1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

tests: add omitted --atomic mode in pvmove-restart

This commit is contained in:
Ondrej Kozina 2015-03-23 14:55:13 +01:00
parent 6e7b24d34f
commit 192a83def3

View File

@ -31,7 +31,7 @@ lvextend -l+10 $vg/$lv1 "$dev2"
# Slowdown writes
aux delay_dev "$dev3" 0 100
pvmove -i0 -n $vg/$lv1 "$dev1" "$dev3" &
pvmove -i0 -n $vg/$lv1 "$dev1" "$dev3" $mode &
PVMOVE=$!
# Let's wait a bit till pvmove starts and kill it
while not dmsetup status "$vg-pvmove0"; do sleep .1; done