54 lines
1.4 KiB
Groff
54 lines
1.4 KiB
Groff
.TH THIN_DUMP 8 "Thin Provisioning Tools" "Red Hat, Inc." \" -*- nroff -*-
|
|
.SH NAME
|
|
thin_dump \- dump thin provisioning metadata from device or file to standard output
|
|
|
|
.SH SYNOPSIS
|
|
.B thin_dump
|
|
.RB [options]
|
|
.I {metadata device|file}
|
|
|
|
.SH DESCRIPTION
|
|
.B thin_dump
|
|
dumps thin provisioning metadata created by the device-mapper
|
|
thin provisioning target on a device or file to standard output for
|
|
analysis or postprocessing in either XML or human readable format.
|
|
XML formated metadata can be fed into thin_restore (see
|
|
.BR thin_restore(8) )
|
|
in order to put it back onto a metadata device (to process by
|
|
the device-mapper target) or file.
|
|
|
|
.IP "\fB\-f, \-\-format\fP \fI{xml|human_readable}\fP".
|
|
Print output in XML or human readable format.
|
|
|
|
.IP "\fB\-r, \-\-repair\fP".
|
|
|
|
.IP "\fB\-h, \-\-help\fP".
|
|
Print help and exit.
|
|
|
|
.IP "\fB\-V, \-\-version\fP".
|
|
Output version information and exit.
|
|
|
|
.SH EXAMPLES
|
|
Dumps the thin provisioning metadata on logical volume /dev/vg/metadata
|
|
to standard output in human readable format:
|
|
.sp
|
|
.B thin_dump -f human_redable /dev/vg/metadata
|
|
|
|
Dumps the thin provisioning metadata on logical volume /dev/vg/metadata
|
|
to standard output in XML format:
|
|
.sp
|
|
.B thin_dump /dev/vg/metadata
|
|
|
|
.SH DIAGNOSTICS
|
|
.B thin_dump
|
|
returns an exit code of 0 for success or 1 for error.
|
|
|
|
.SH SEE ALSO
|
|
.B thin_check(8)
|
|
.B thin_restore(8)
|
|
|
|
.SH AUTHOR
|
|
Joe Thornber <ejt@redhat.com>
|
|
.br
|
|
Heinz Mauelshagen <HeinzM@RedHat.com>
|