[Ocfs2-tools-devel] [PATCH 4/6] mount.ocfs2: Update manpage

Sunil Mushran sunil.mushran at oracle.com
Tue Feb 16 15:54:55 PST 2010


Change the man page to indicate that the datavolume mount option
has been deprecated.

Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
---
 mount.ocfs2/mount.ocfs2.8.in |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/mount.ocfs2/mount.ocfs2.8.in b/mount.ocfs2/mount.ocfs2.8.in
index ac7b808..c693590 100644
--- a/mount.ocfs2/mount.ocfs2.8.in
+++ b/mount.ocfs2/mount.ocfs2.8.in
@@ -1,4 +1,4 @@
-.TH "mount.ocfs2" "8" "April 2009" "Version @VERSION@" "OCFS2 Manual Pages"
+.TH "mount.ocfs2" "8" "February 2010" "Version @VERSION@" "OCFS2 Manual Pages"
 .SH "NAME"
 mount.ocfs2 \-  mount an \fIOCFS2\fR filesystem
 .SH "SYNOPSIS"
@@ -33,12 +33,12 @@ The file system only update atime if the previous atime is older than mtime or c
 The file system will not update access time.
 
 .TP
-\fBacl\fR
-Enables POSIX ACLs(Access Control Lists) support.
+\fBacl / noacl\fR
+Enables / disables POSIX ACLs (Access Control Lists) support.
 
 .TP
 \fBuser_xattr / nouser_xattr\fR
-Enables / disable Extended User Attributes.
+Enables / disables Extended User Attributes.
 
 .TP
 \fBcommit=nrsec\fR
@@ -66,9 +66,12 @@ recovery.
 
 .TP
 \fBdatavolume\fR
-Use this mount option to mount volumes storing the Oracle data files,
-control files, redo logs, archive logs, voting disk, cluster registry, etc.
-(This mount option is only available with \fIOCFS2 1.2\fR and \fIOCFS2 1.4\fR.)
+This mount option has been \fBdeprecated\fR in \fIOCFS2 1.6\fR. It has been used
+in \fIOCFS2 1.2\fR and \fIOCFS2 1.4\fR, to force the Oracle RDBMS to issue direct
+IOs to the hosted data files, control files, redo logs, archive logs, voting disk,
+cluster registry, etc. This mount option has been deprecated because it is no
+longer required. Oracle RDBMS users should use the \fIinit.ora\fR parameter,
+\fIfilesystemio_options\fR, to enable direct IOs.
 
 .TP
 \fBerrors=remount-ro / errors=panic\fR
@@ -105,4 +108,4 @@ Mount the file system read-write.
 Oracle Corporation
 
 .SH "COPYRIGHT"
-Copyright \(co 2004, 2009 Oracle. All rights reserved.
+Copyright \(co 2004, 2010 Oracle. All rights reserved.
-- 
1.6.3.3




More information about the Ocfs2-tools-devel mailing list