]> sourceware.org Git - lvm2.git/commitdiff
tests: more debug in metadata-zero-space
authorDavid Teigland <teigland@redhat.com>
Thu, 12 Sep 2019 16:19:44 +0000 (11:19 -0500)
committerDavid Teigland <teigland@redhat.com>
Thu, 12 Sep 2019 16:19:44 +0000 (11:19 -0500)
test/shell/metadata-zero-space.sh

index f69aee551fc842fe8d677cc7b1528e8fc530e4c4..ec7b65cc06576a353930deae280c591dc8e0c63e 100644 (file)
@@ -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
This page took 0.037128 seconds and 5 git commands to generate.