forked from pool/ocfs2-tools
44 lines
1.4 KiB
Diff
44 lines
1.4 KiB
Diff
commit f5939cb6da32352a782e36507b5bef8a8194b26d
|
|
Author: Coly Li <coly.li@suse.de>
|
|
Date: Tue Feb 24 09:43:04 2009 +0800
|
|
|
|
tunefs.ocfs2.8: add info for -y,-n,--update-cluster-stack
|
|
|
|
The manual for tunefs.ocfs2.8.in does not have information for -y, -n and
|
|
--update-cluster-stack options. This patch adds these info to tuneofs.ocfs2
|
|
manual.
|
|
|
|
Signed-off-by: Coly Li <coly.li@suse.de>
|
|
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
|
|
|
diff --git a/tunefs.ocfs2/tunefs.ocfs2.8.in b/tunefs.ocfs2/tunefs.ocfs2.8.in
|
|
index 7a9b66b..b49a00f 100644
|
|
--- a/tunefs.ocfs2/tunefs.ocfs2.8.in
|
|
+++ b/tunefs.ocfs2/tunefs.ocfs2.8.in
|
|
@@ -90,6 +90,14 @@ Verbose mode.
|
|
Show version and exit.
|
|
|
|
.TP
|
|
+\fB\-y, \-\-yes\fR
|
|
+Alway answer Yes in interactive command line.
|
|
+
|
|
+.TP
|
|
+\fB\-n, \-\-no\fR
|
|
+Always answer No in interactive command line.
|
|
+
|
|
+.TP
|
|
\fB\-\-backup\-super\fR
|
|
Backs up the superblock to fixed offsets (1G, 4G, 16G, 64G, 256G and 1T)
|
|
on disk. This option is useful for users to backup the superblock on volumes
|
|
@@ -102,6 +110,10 @@ facility.
|
|
Lists the files having holes. This option is useful when disabling the \fIsparse\fR feature.
|
|
|
|
.TP
|
|
+\fB\-\-update-cluster-stack\fR
|
|
+Updating on-disk cluster information to match the running cluster.
|
|
+
|
|
+.TP
|
|
\fIblocks-count\fR
|
|
During resize, \fBtunefs.ocfs2\fR automatically determines the size of the given
|
|
device and grows the file system such that it uses all of the available space on
|