This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cluster Project branch, STABLE2, updated. cluster-2.02.00-64-g22663a8


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".

http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=22663a865681ebcc2f3c921a3ef3967d66d5663f

The branch, STABLE2 has been updated
       via  22663a865681ebcc2f3c921a3ef3967d66d5663f (commit)
      from  e3922593271e97d91e69944a9675d2216e62a186 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 22663a865681ebcc2f3c921a3ef3967d66d5663f
Author: Abhijith Das <adas@redhat.com>
Date:   Fri Apr 11 09:40:41 2008 -0500

    gfs2_tool manpage: Updates to the manpage for bz441636

-----------------------------------------------------------------------

Summary of changes:
 gfs2/man/gfs2_tool.8 |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/gfs2/man/gfs2_tool.8 b/gfs2/man/gfs2_tool.8
index 36b90b7..503cddb 100644
--- a/gfs2/man/gfs2_tool.8
+++ b/gfs2/man/gfs2_tool.8
@@ -97,10 +97,9 @@ client when you do this.  No one should have to use this.
 Print out the superblock.
 .TP
 \fBsetflag\fP \fIFlag\fR \fIFile1\fR \fIFile2\fR \fI...\fR 
-Set an attribute flag on a file.  There are six currently
-supported flags.  They are jdata, directio, immutable, appendonly,
-noatime, and sync.  In most cases, the chattr command may be used
-rather than gfs2_tool to set attributes.
+Set an attribute flag on a file.  The currently supported flags are 
+jdata, immutable, appendonly, noatime, and sync.  In most cases, the 
+chattr command may be used rather than gfs2_tool to set attributes.
 
 The \fIjdata\fR flag causes all the data written to a file
 to be journaled.  If the \fIjdata\fR flag is set for a directory,
@@ -108,9 +107,6 @@ all files and directories subsequently created within that directory
 are also journaled.  This behavior replaces the old \fIinherit_jdata\fR
 flag from gfs.  Same as chattr +j.
 
-The \fIdirectio\fR flag causes all I/O to a regular file to be Direct
-I/O, even if the O_DIRECT flag isn't used on the open() command.
-
 The \fIimmutable\fR flag marks the file immutable. The behavior is 
 similar to the immutable flag in the ext2/3 filesystems.  All write 
 access is denied.  Same as chattr +i.


hooks/post-receive
--
Cluster Project


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]