]> sourceware.org Git - lvm2.git/commit
pvck: dump headers and metadata
authorDavid Teigland <teigland@redhat.com>
Fri, 31 May 2019 19:10:44 +0000 (14:10 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 3 Jun 2019 20:13:32 +0000 (15:13 -0500)
commitd18e491f6890e15a677e8189de0699ccc7412f16
tree9d62107fdbef5bec6128bedf3c7b29d1449339b8
parent669a834981c0bc808d42dbe5097d7beeead982ad
pvck: dump headers and metadata

Add 'pvck --dump headers' to print all the
lvm ondisk structs.  Also checks the values
and prints any problems.

The previous dump metadata is also converted to
use these same routines, which do not depend on lvm
fully scanning/reading/processing the headers and
metadata on disk.  This makes it useful to get data in
cases where there is corruption that would otherwise
prevent the normal functions from working.
lib/format_text/format-text.c
lib/format_text/format-text.h
tools/args.h
tools/command-lines.in
tools/pvck.c
This page took 0.030515 seconds and 5 git commands to generate.