1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-02 13:47:42 +03:00

Deal with slower test processing

If the merge was faster then query - deal with it and pass the test.
This commit is contained in:
Zdenek Kabelac 2012-02-15 13:51:17 +00:00
parent 397d2bfe89
commit aaf717039e

View File

@ -78,7 +78,8 @@ dmsetup table ${vg}-${lv1} | grep " snapshot-origin "
# -- refresh LV to start merge (now that FS is unmounted),
# an active merge uses the 'snapshot-merge' target
lvchange --refresh $vg/$lv1
dmsetup table ${vg}-${lv1} | grep " snapshot-merge "
# check whether it's still merging - or maybe got already merged (slow test)
dmsetup table ${vg}-${lv1} | grep " snapshot-merge " || dmsetup table ${vg}-${lv1} | grep " linear "
# -- don't care if merge is still active; lvremove at this point
# may test stopping an active merge
lvremove -f $vg/$lv1