1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

tests: metadata-zero-space more debugging

This commit is contained in:
David Teigland 2019-09-12 14:38:20 -05:00
parent 39a0de68bd
commit 196a9ed59f

View File

@ -38,7 +38,7 @@ xxd meta.raw > meta.txt
# to help debug if the next grep fails # to help debug if the next grep fails
ls -l meta.txt ls -l meta.txt
head -n 100 meta.txt head -n 100 meta.txt
grep -A4 -B4 00001200 meta.txt grep -A4 -B4 1200 meta.txt
grep -B1 "$vg {" meta.txt > meta.vg grep -B1 "$vg {" meta.txt > meta.vg