All of lore.kernel.org
 help / color / mirror / Atom feed
* stable-2.02 - tests: lvdisplay does not crash for merged thin
@ 2021-02-17 12:01 Zdenek Kabelac
  0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2021-02-17 12:01 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=1f6c287aaca04aa1a791c341cbff7b6cbff9a29b
Commit:        1f6c287aaca04aa1a791c341cbff7b6cbff9a29b
Parent:        7243e32ce56c2f33fb7cfd735dc6abf27f868c00
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Sat Feb 13 23:10:15 2021 +0100
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Wed Feb 17 11:56:13 2021 +0100

tests: lvdisplay does not crash for merged thin

---
 test/shell/thin-merge.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/shell/thin-merge.sh b/test/shell/thin-merge.sh
index c0a022c57..34f5c7428 100644
--- a/test/shell/thin-merge.sh
+++ b/test/shell/thin-merge.sh
@@ -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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-17 12:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-17 12:01 stable-2.02 - tests: lvdisplay does not crash for merged thin Zdenek Kabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.