Manual pages: clearification
This commit is contained in:
parent
1bc7081e86
commit
08959a281a
@ -22,6 +22,7 @@ the device-mapper target) or file.
|
|||||||
Print output in XML or human readable format.
|
Print output in XML or human readable format.
|
||||||
|
|
||||||
.IP "\fB\-r, \-\-repair\fP".
|
.IP "\fB\-r, \-\-repair\fP".
|
||||||
|
Repair the metadata whilst dumping it.
|
||||||
|
|
||||||
.IP "\fB\-m, \-\-metadata_snap\fP [block#]".
|
.IP "\fB\-m, \-\-metadata_snap\fP [block#]".
|
||||||
Dump metadata snapshot created by device-mapper thin provisioning target.
|
Dump metadata snapshot created by device-mapper thin provisioning target.
|
||||||
|
@ -12,9 +12,10 @@ thin_repair \- repair thin provisioning binary metadata from device/file to devi
|
|||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B thin_repair
|
.B thin_repair
|
||||||
repairs binary thin provisioning metadata created by the
|
reads binary thin provisioning metadata created by the
|
||||||
respective device-mapper target processing to another device or file.
|
respective device-mapper target from one device or file,
|
||||||
If repaired to a metadata device, the metadata can be processed
|
repairs it and writes it to another device or file.
|
||||||
|
If written to a metadata device, the metadata can be processed
|
||||||
by the device-mapper target.
|
by the device-mapper target.
|
||||||
|
|
||||||
.IP "\fB\-i, \-\-input\fP \fI{device|file}\fP"
|
.IP "\fB\-i, \-\-input\fP \fI{device|file}\fP"
|
||||||
@ -30,10 +31,10 @@ Print help and exit.
|
|||||||
Output version information and exit.
|
Output version information and exit.
|
||||||
|
|
||||||
.SH EXAMPLE
|
.SH EXAMPLE
|
||||||
Repairs the binary thin provisioning metadata on file
|
Reads the binary thin provisioning metadata from file
|
||||||
.B metadata
|
.B metadata
|
||||||
to logical volume /dev/vg/metadata for further processing by the
|
, repairs it and writes it to logical volume /dev/vg/metadata
|
||||||
respective device-mapper target:
|
for further processing by the respective device-mapper target:
|
||||||
.sp
|
.sp
|
||||||
.B thin_repair -i metadata -o /dev/vg/metadata
|
.B thin_repair -i metadata -o /dev/vg/metadata
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user