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

Joseph Qi joseph.qi at huawei.com
Tue Mar 22 04:41:15 PDT 2016


On 2016/3/22 16:04, Eric Ren wrote:
> 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>
Reviewed-by: Joseph Qi <joseph.qi at huawei.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.
> 





More information about the Ocfs2-tools-devel mailing list