Man page changes for corrupt superblock repair

This commit is contained in:
Nikhil Kshirsagar 2019-10-25 15:57:51 +05:30
parent 91b4714e38
commit cb055c90e5
3 changed files with 12 additions and 0 deletions

View File

@ -39,6 +39,10 @@ OPTIONS
This option may be specified multiple times to select more than one thin This option may be specified multiple times to select more than one thin
device. device.
--transaction-id {natural} Override the transaction id given in the input xml.
--data-block-size {natural} Override the data block size given in the input xml.
--nr-data-blocks {natural} Override the nr data blocks given in the input xml.
--skip-mappings Do not dump the mappings. --skip-mappings Do not dump the mappings.
-o {xml file} Specify a file for the output rather than writing to stdout. -o {xml file} Specify a file for the output rather than writing to stdout.

View File

@ -21,6 +21,10 @@ OPTIONS
If a file is used for output, then it must be preallocated, and large If a file is used for output, then it must be preallocated, and large
enough to hold the metadata. enough to hold the metadata.
--transaction-id {natural} Override the transaction id given in the input xml.
--data-block-size {natural} Override the data block size given in the input xml.
--nr-data-blocks {natural} Override the nr data blocks given in the input xml.
EXAMPLE EXAMPLE
Reads the binary thin provisioning metadata from file metadata, repairs Reads the binary thin provisioning metadata from file metadata, repairs

View File

@ -23,6 +23,10 @@ OPTIONS
If a file is used for output, then it must be preallocated, and large If a file is used for output, then it must be preallocated, and large
enough to hold the metadata. enough to hold the metadata.
--transaction-id {natural} Override the transaction id given in the input xml.
--data-block-size {natural} Override the data block size given in the input xml.
--nr-data-blocks {natural} Override the nr data blocks given in the input xml.
EXAMPLE EXAMPLE
Restores the XML formatted thin provisioning metadata on file metadata to Restores the XML formatted thin provisioning metadata on file metadata to