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:
parent
1fe04f89ef
commit
82b887a4cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user