From: Zdenek Kabelac Date: Wed, 26 Nov 2025 11:59:05 +0000 (+0100) Subject: test: add some extra tracing command X-Git-Url: https://www.sourceware.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fmain;p=lvm2.git test: add some extra tracing command --- diff --git a/test/shell/vgchange-maxlv.sh b/test/shell/vgchange-maxlv.sh index df809737f..a4191a068 100644 --- a/test/shell/vgchange-maxlv.sh +++ b/test/shell/vgchange-maxlv.sh @@ -26,6 +26,8 @@ vgremove -ff $vg vgcreate $SHARED -l 3 "$vg" "${DEVICES[@]}" lvcreate -aey -n one -l 1 $vg +# to better understand weird race on some old system +ls -Rla /dev/dm* "$DM_DEV_DIR" lvcreate -n snap -s -l 1 $vg/one lvcreate -n two -l 1 $vg not lvcreate -n three -l 1 $vg