]> sourceware.org Git - lvm2.git/commitdiff
tests: lvdisplay does not crash for merged thin
authorZdenek Kabelac <zkabelac@redhat.com>
Sat, 13 Feb 2021 22:10:15 +0000 (23:10 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 17 Feb 2021 10:21:35 +0000 (11:21 +0100)
test/shell/thin-merge.sh

index c0a022c57e692f74c129c63017aba3d9420dc306..34f5c7428efd5ec70987263b77124e598d991c84 100644 (file)
@@ -64,6 +64,9 @@ grep "Merging of thin snapshot $vg/snap will occur on next activation of $vg/${l
 not lvconvert --merge $vg/snap1 &>out
 grep "Cannot merge snapshot" out
 
+# Check lvdisplay is not crashing while merge needs to wait
+lvdisplay -a $vg
+
 umount mnt
 
 # Merge cannot happen
This page took 0.033207 seconds and 5 git commands to generate.