[Ocfs2-tools-devel] [PATCH 11/11] fsck.ocfs2: Add fsck check code RECOVER_CLUSTER_INFO
Joel Becker
joel.becker at oracle.com
Tue May 27 18:44:31 PDT 2008
Add description for fsck check code RECOVER_CLUSTER_INFO in the
fsck.ocfs2.checks manpage.
Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
Signed-off-by: Joel Becker <joel.becker at oracle.com>
---
fsck.ocfs2/fsck.ocfs2.checks.8.in | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/fsck.ocfs2/fsck.ocfs2.checks.8.in b/fsck.ocfs2/fsck.ocfs2.checks.8.in
index 2e30f9d..d432552 100644
--- a/fsck.ocfs2/fsck.ocfs2.checks.8.in
+++ b/fsck.ocfs2/fsck.ocfs2.checks.8.in
@@ -679,6 +679,18 @@ bad journal superblock and would like to fix it for future use.
Answering yes reformats the journal file in the system directory.
+.SS "RECOVER_CLUSTER_INFO"
+The currently active cluster stack is different than the one the filesystem
+is configured for. Thus, fsck.ocfs2 cannot determine whether the
+filesystem is mounted on an another node or not. The recommended solution
+is to exit and run fsck.ocfs2 on this device from a node that has the
+appropriate active cluster stack. However, you can proceed with the fsck if
+you are sure that the volume is not in use on any node.
+
+Answering yes reconfigures the filesystem to use the current cluster stack.
+DANGER: YOU MUST BE ABSOLUTELY SURE THAT NO OTHER NODE IS USING THIS FILESYSTEM
+BEFORE CONTINUING. OTHERWISE, YOU CAN CORRUPT THE FILESYSTEM AND LOSE DATA.
+
.SH "SEE ALSO"
.BR fsck.ocfs2(8)
--
1.5.4.5
More information about the Ocfs2-tools-devel
mailing list