49 lines
980 B
Groff
Raw Normal View History

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