thin-provisioning-tools/man8/thin_check.8

49 lines
958 B
Groff
Raw Normal View History

2011-12-16 16:10:08 +05:30
.TH THIN_REPAIR 8 "Thin Provisioning Tools" "Red Hat, Inc." \" -*- nroff -*-
2011-12-15 18:26:48 +05:30
.SH NAME
2012-03-06 00:04:55 +05:30
thin_check \- repair thin provisioning metadata on device or file
2011-12-15 18:26:48 +05:30
.SH SYNOPSIS
2012-03-06 00:04:55 +05:30
.B thin_check
.RB [ options ]
.I {device|file}
2011-12-15 18:26:48 +05:30
.SH DESCRIPTION
2012-03-06 00:04:55 +05:30
.B thin_check
checks thin provisioning metadata created by
the device-mapper thin provisioning target on a
.I device
or
.I file.
See
2011-12-15 18:26:48 +05:30
.B thin_dump(8)
2012-03-06 00:04:55 +05:30
how to dump metadata to a file.
2011-12-15 18:26:48 +05:30
2012-03-06 00:04:55 +05:30
.SH OPTIONS
.IP "\fB\-h, \-\-help\fP"
Print help and exit.
2011-12-15 18:26:48 +05:30
2012-03-06 00:04:55 +05:30
.IP "\fB\-V, \-\-version\fP"
Output version information and exit.
2011-12-15 18:26:48 +05:30
.SH EXAMPLE
2012-03-06 00:04:55 +05:30
Analyses and repairs thin provisioning metadata on logical volume
/dev/vg/metadata:
.sp
.B thin_repair /dev/vg/metadata
The device may not be actively used by the target
2011-12-15 18:26:48 +05:30
when repairing!
.SH DIAGNOSTICS
2012-03-06 00:04:55 +05:30
.B thin_check
returns an exit code of 0 for success or 1 for error.
2011-12-15 18:26:48 +05:30
.SH SEE ALSO
2012-03-06 00:04:55 +05:30
.B thin_dump(8)
.B thin_restore(8)
2011-12-15 18:26:48 +05:30
.SH AUTHOR
2011-12-16 16:50:07 +05:30
Joe Thornber <ejt@redhat.com>
2011-12-16 16:22:39 +05:30
.br
2011-12-15 18:26:48 +05:30
Heinz Mauelshagen <HeinzM@RedHat.com>