[Ocfs2-tools-devel] [PATCH] mount.ocfs2: update man pages

Eric Ren zren at suse.com
Tue Mar 22 01:04:06 PDT 2016


Kernel commit 7d0fb9148ab6 ("ocfs2: add errors=continue") supports
mount options, errors=continue. So reflect this in man pages.

Signed-off-by: Eric Ren <zren at suse.com>
---
 mount.ocfs2/mount.ocfs2.8.in | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/mount.ocfs2/mount.ocfs2.8.in b/mount.ocfs2/mount.ocfs2.8.in
index ebf4084..053244d 100644
--- a/mount.ocfs2/mount.ocfs2.8.in
+++ b/mount.ocfs2/mount.ocfs2.8.in
@@ -66,7 +66,7 @@ appear in files after a crash and journal recovery.
 .RE
 
 .TP
-\fBerrors=[remount-ro|errors=panic]\fR
+\fBerrors=[remount-ro|errors=panic|errors=continue]\fR
 Specifies the behavior when an on-disk corruption is encountered.
 
 .RS
@@ -79,6 +79,13 @@ This is the default mode. The file system is remounted read-only.
 The system is halted via panic.
 .RE
 
+.RS
+.TP
+\fBcontinue\fR
+Ignore errors. Just log error message, return error code to the calling process
+and continue.
+.RE
+
 .TP
 \fBlocalflocks\fR
 This disables cluster-aware \fBflock(2)\fR.
-- 
2.6.2




More information about the Ocfs2-tools-devel mailing list