[lvm-devel] master - tests: more debug in metadata-zero-space

David Teigland teigland at sourceware.org
Thu Sep 12 16:20:26 UTC 2019


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=82b887a4cfa12f32781cc0dc89c51d89658179a1
Commit:        82b887a4cfa12f32781cc0dc89c51d89658179a1
Parent:        1fe04f89efa97bf25b7b5ca6f382e957a9adf43d
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Thu Sep 12 11:19:44 2019 -0500
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Thu Sep 12 11:19:44 2019 -0500

tests: more debug in metadata-zero-space

---
 test/shell/metadata-zero-space.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/shell/metadata-zero-space.sh b/test/shell/metadata-zero-space.sh
index f69aee5..ec7b65c 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




More information about the lvm-devel mailing list