From: David Teigland Date: Thu, 12 Sep 2019 16:19:44 +0000 (-0500) Subject: tests: more debug in metadata-zero-space X-Git-Tag: v2_03_06~133 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=82b887a4cfa12f32781cc0dc89c51d89658179a1;p=lvm2.git tests: more debug in metadata-zero-space --- diff --git a/test/shell/metadata-zero-space.sh b/test/shell/metadata-zero-space.sh index f69aee551..ec7b65cc0 100644 --- a/test/shell/metadata-zero-space.sh +++ b/test/shell/metadata-zero-space.sh @@ -36,6 +36,8 @@ dd if="$dev1" of=meta.raw bs=1M count=1 xxd meta.raw > meta.txt # to help debug if the next grep fails +ls -l meta.txt +head -n 100 meta.txt grep -A4 -B4 00001200 meta.txt grep -B1 "$vg {" meta.txt > meta.vg