From 4d7da25859333c1756971d48367cb9b831c310fa Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Tue, 10 Mar 2015 08:52:13 +0000 Subject: [PATCH] Add thin_trim man page --- man8/thin_trim.8 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 man8/thin_trim.8 diff --git a/man8/thin_trim.8 b/man8/thin_trim.8 new file mode 100644 index 0000000..de702f0 --- /dev/null +++ b/man8/thin_trim.8 @@ -0,0 +1,34 @@ +.TH THIN_TRIM 8 "Thin Provisioning Tools" "Red Hat, Inc." \" -*- nroff -*- +.SH NAME +thin_trim \- Issue discard requests for free pool space (offline tool). + +.SH SYNOPSIS +.B thin_trim +.RB [ options ] +.I {device|file} + +.SH DESCRIPTION +.B thin_trim +sends discard requests to the pool device for unprovisioned areas. It is an offline tool, +.B do not run it while the pool is active +. + +.SH OPTIONS +.IP "\fB\-\-pool-inactive\fP" +Indicates you are aware the pool should be inactive. Suppresses a warning message and prompt. + +.IP "\fB\-h, \-\-help\fP" +Print help and exit. + +.IP "\fB\-V, \-\-version\fP" +Output version information and exit. + +.SH SEE ALSO +.B thin_dump(8) +.B thin_repair(8) +.B thin_restore(8) +.B thin_rmap(8) +.B thin_metadata_size(8) + +.SH AUTHOR +Joe Thornber