summaryrefslogtreecommitdiff
path: root/tools/command-lines.in
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2019-05-22 14:25:08 -0500
committerDavid Teigland <teigland@redhat.com>2019-05-23 11:49:06 -0500
commit52586b1039a0c1d273676416ba074cadde308bc4 (patch)
tree75ef1b3b50f39ef8067e8d04b04602a76c6e3728 /tools/command-lines.in
parent1022b88a66dd02e981e738719e17452cd5c1bd59 (diff)
downloadlvm2-52586b1039a0c1d273676416ba074cadde308bc4.tar.gz
pvck: new dump option to extract metadata
The new command 'pvck --dump metadata PV' will extract the current version of VG metadata from a PV for testing and debugging. --dump metadata_area extracts the entire text metadata area.
Diffstat (limited to 'tools/command-lines.in')
-rw-r--r--tools/command-lines.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/command-lines.in b/tools/command-lines.in
index 0de3de71e..0d9734816 100644
--- a/tools/command-lines.in
+++ b/tools/command-lines.in
@@ -1427,6 +1427,12 @@ ID: pvresize_general
pvck PV ...
OO: --labelsector Number
ID: pvck_general
+DESC: Check for metadata on a device
+
+pvck --dump String PV
+OO: --file String, --pvmetadatacopies MetadataCopiesPV
+ID: pvck_dumpmetadata
+DESC: Dump raw metadata from a device
---