1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

tests: more debug in metadata-zero-space

This commit is contained in:
David Teigland 2019-09-12 11:19:44 -05:00
parent 1fe04f89ef
commit 82b887a4cf

View 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