* [Cluster-devel] cluster/gfs2/man gfs2_tool.8
@ 2007-07-26 23:19 rpeterso
0 siblings, 0 replies; 7+ messages in thread
From: rpeterso @ 2007-07-26 23:19 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: rpeterso at sourceware.org 2007-07-26 23:19:31
Modified files:
gfs2/man : gfs2_tool.8
Log message:
Resolves: bug #248423: gfs2_tool can not set data journal flags as
specified in the man page.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_tool.8.diff?cvsroot=cluster&r1=1.3&r2=1.4
--- cluster/gfs2/man/gfs2_tool.8 2006/05/05 18:12:09 1.3
+++ cluster/gfs2/man/gfs2_tool.8 2007/07/26 23:19:31 1.4
@@ -1,5 +1,5 @@
.\" Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
-.\" Copyright (C) 2004 Red Hat, Inc. All rights reserved.
+.\" Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
.TH gfs2_tool 8
@@ -100,38 +100,30 @@
Print out the superblock.
.TP
\fBsetflag\fP \fIFlag\fR \fIFile1\fR \fIFile2\fR \fI...\fR
-Set an attribute flag on a file. There are eight currently
-supported flags. They are jdata, directio, immutable, appendonly,
-noatime, sync, inherit_jdata, and inherit_directio.
-
-The \fIjdata\fR flag causes all the data written to a regular file
-to be journaled. The jdata flag can only be set (or cleared) if the file
-is zero length.
+Set an attribute flag on a file. There are five currently
+supported flags. They are directio, immutable, appendonly,
+noatime, and sync. In most cases, the chattr command may be used
+rather than gfs2_tool to set attributes.
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.
+similar to the immutable flag in the ext2/3 filesystems. All write
+access is denied. Same as chattr +i.
The \fIappendonly\fR flag causes all data to be written at the end of
-the file.
+the file. Same as chattr +a.
The \fInoatime\fR flag disables updates to the file's access time.
+Same as chattr +A.
The \fIsync\fR flag causes data written to the file to be sync'ed to
-stable storage immediately.
+stable storage immediately. Same as chattr +S.
-The \fIinherit_jdata\fR flag is set on a directory. It causes all new
-regular files created in that directory automatically inherit the
-\fIjdata\fR flag. The \fIinherit_jdata\fR is also inherited by any new
-subdirectories created in that directory.
-
-The \fIinherit_directio\fR flag is set on a directory. It causes all new
-regular files created in that directory automatically inherit the
-\fIdirectio\fR flag. The \fIinherit_directio\fR is also inherited by
-any new subdirectories created in that directory.
+Note: Unlike the original gfs_tool, the journaled data (\fIjdata\fR) flag
+is set with chattr +j and reset with chattr -j. Likewise, the
+\fIinherit_jdata\fR flag is set on a directory with chattr +j.
.TP
\fBsettune\fP \fIMountPoint\fR \fIparameter\fR \fInewvalue\fR
Set the value of tuning parameter. Use \fBgettune\fP for a listing of
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Cluster-devel] cluster/gfs2/man gfs2_tool.8
@ 2007-07-26 23:20 rpeterso
0 siblings, 0 replies; 7+ messages in thread
From: rpeterso @ 2007-07-26 23:20 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: rpeterso at sourceware.org 2007-07-26 23:20:59
Modified files:
gfs2/man : gfs2_tool.8
Log message:
Resolves: bug #248423: gfs2_tool can not set data journal flags as
specified in the man page.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_tool.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3&r2=1.3.2.1
--- cluster/gfs2/man/gfs2_tool.8 2006/05/05 18:12:09 1.3
+++ cluster/gfs2/man/gfs2_tool.8 2007/07/26 23:20:59 1.3.2.1
@@ -1,5 +1,5 @@
.\" Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
-.\" Copyright (C) 2004 Red Hat, Inc. All rights reserved.
+.\" Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
.TH gfs2_tool 8
@@ -100,38 +100,30 @@
Print out the superblock.
.TP
\fBsetflag\fP \fIFlag\fR \fIFile1\fR \fIFile2\fR \fI...\fR
-Set an attribute flag on a file. There are eight currently
-supported flags. They are jdata, directio, immutable, appendonly,
-noatime, sync, inherit_jdata, and inherit_directio.
-
-The \fIjdata\fR flag causes all the data written to a regular file
-to be journaled. The jdata flag can only be set (or cleared) if the file
-is zero length.
+Set an attribute flag on a file. There are five currently
+supported flags. They are directio, immutable, appendonly,
+noatime, and sync. In most cases, the chattr command may be used
+rather than gfs2_tool to set attributes.
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.
+similar to the immutable flag in the ext2/3 filesystems. All write
+access is denied. Same as chattr +i.
The \fIappendonly\fR flag causes all data to be written at the end of
-the file.
+the file. Same as chattr +a.
The \fInoatime\fR flag disables updates to the file's access time.
+Same as chattr +A.
The \fIsync\fR flag causes data written to the file to be sync'ed to
-stable storage immediately.
+stable storage immediately. Same as chattr +S.
-The \fIinherit_jdata\fR flag is set on a directory. It causes all new
-regular files created in that directory automatically inherit the
-\fIjdata\fR flag. The \fIinherit_jdata\fR is also inherited by any new
-subdirectories created in that directory.
-
-The \fIinherit_directio\fR flag is set on a directory. It causes all new
-regular files created in that directory automatically inherit the
-\fIdirectio\fR flag. The \fIinherit_directio\fR is also inherited by
-any new subdirectories created in that directory.
+Note: Unlike the original gfs_tool, the journaled data (\fIjdata\fR) flag
+is set with chattr +j and reset with chattr -j. Likewise, the
+\fIinherit_jdata\fR flag is set on a directory with chattr +j.
.TP
\fBsettune\fP \fIMountPoint\fR \fIparameter\fR \fInewvalue\fR
Set the value of tuning parameter. Use \fBgettune\fP for a listing of
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Cluster-devel] cluster/gfs2/man gfs2_tool.8
@ 2007-07-26 23:22 rpeterso
0 siblings, 0 replies; 7+ messages in thread
From: rpeterso @ 2007-07-26 23:22 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL51
Changes by: rpeterso at sourceware.org 2007-07-26 23:22:05
Modified files:
gfs2/man : gfs2_tool.8
Log message:
Resolves: bug #248423: gfs2_tool can not set data journal flags as
specified in the man page.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_tool.8.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.3&r2=1.3.6.1
--- cluster/gfs2/man/gfs2_tool.8 2006/05/05 18:12:09 1.3
+++ cluster/gfs2/man/gfs2_tool.8 2007/07/26 23:22:04 1.3.6.1
@@ -1,5 +1,5 @@
.\" Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
-.\" Copyright (C) 2004 Red Hat, Inc. All rights reserved.
+.\" Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
.TH gfs2_tool 8
@@ -100,38 +100,30 @@
Print out the superblock.
.TP
\fBsetflag\fP \fIFlag\fR \fIFile1\fR \fIFile2\fR \fI...\fR
-Set an attribute flag on a file. There are eight currently
-supported flags. They are jdata, directio, immutable, appendonly,
-noatime, sync, inherit_jdata, and inherit_directio.
-
-The \fIjdata\fR flag causes all the data written to a regular file
-to be journaled. The jdata flag can only be set (or cleared) if the file
-is zero length.
+Set an attribute flag on a file. There are five currently
+supported flags. They are directio, immutable, appendonly,
+noatime, and sync. In most cases, the chattr command may be used
+rather than gfs2_tool to set attributes.
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.
+similar to the immutable flag in the ext2/3 filesystems. All write
+access is denied. Same as chattr +i.
The \fIappendonly\fR flag causes all data to be written at the end of
-the file.
+the file. Same as chattr +a.
The \fInoatime\fR flag disables updates to the file's access time.
+Same as chattr +A.
The \fIsync\fR flag causes data written to the file to be sync'ed to
-stable storage immediately.
+stable storage immediately. Same as chattr +S.
-The \fIinherit_jdata\fR flag is set on a directory. It causes all new
-regular files created in that directory automatically inherit the
-\fIjdata\fR flag. The \fIinherit_jdata\fR is also inherited by any new
-subdirectories created in that directory.
-
-The \fIinherit_directio\fR flag is set on a directory. It causes all new
-regular files created in that directory automatically inherit the
-\fIdirectio\fR flag. The \fIinherit_directio\fR is also inherited by
-any new subdirectories created in that directory.
+Note: Unlike the original gfs_tool, the journaled data (\fIjdata\fR) flag
+is set with chattr +j and reset with chattr -j. Likewise, the
+\fIinherit_jdata\fR flag is set on a directory with chattr +j.
.TP
\fBsettune\fP \fIMountPoint\fR \fIparameter\fR \fInewvalue\fR
Set the value of tuning parameter. Use \fBgettune\fP for a listing of
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Cluster-devel] cluster/gfs2/man gfs2_tool.8
@ 2007-11-07 21:14 rpeterso
0 siblings, 0 replies; 7+ messages in thread
From: rpeterso @ 2007-11-07 21:14 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: rpeterso at sourceware.org 2007-11-07 21:14:50
Modified files:
gfs2/man : gfs2_tool.8
Log message:
Resolves: bz 336561: gfs2_tool accepts jdata flag; man page says no
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_tool.8.diff?cvsroot=cluster&r1=1.5&r2=1.6
--- cluster/gfs2/man/gfs2_tool.8 2007/10/30 14:06:06 1.5
+++ cluster/gfs2/man/gfs2_tool.8 2007/11/07 21:14:50 1.6
@@ -103,11 +103,17 @@
Print out the superblock.
.TP
\fBsetflag\fP \fIFlag\fR \fIFile1\fR \fIFile2\fR \fI...\fR
-Set an attribute flag on a file. There are five currently
-supported flags. They are directio, immutable, appendonly,
+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.
+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,
+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.
@@ -123,10 +129,6 @@
The \fIsync\fR flag causes data written to the file to be sync'ed to
stable storage immediately. Same as chattr +S.
-
-Note: Unlike the original gfs_tool, the journaled data (\fIjdata\fR) flag
-is set with chattr +j and reset with chattr -j. Likewise, the
-\fIinherit_jdata\fR flag is set on a directory with chattr +j.
.TP
\fBsettune\fP \fIMountPoint\fR \fIparameter\fR \fInewvalue\fR
Set the value of tuning parameter. Use \fBgettune\fP for a listing of
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Cluster-devel] cluster/gfs2/man gfs2_tool.8
@ 2007-11-07 21:15 rpeterso
0 siblings, 0 replies; 7+ messages in thread
From: rpeterso @ 2007-11-07 21:15 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: rpeterso at sourceware.org 2007-11-07 21:15:13
Modified files:
gfs2/man : gfs2_tool.8
Log message:
Resolves: bz 336561: gfs2_tool accepts jdata flag; man page says no
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_tool.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.2&r2=1.3.2.3
--- cluster/gfs2/man/gfs2_tool.8 2007/10/30 14:08:33 1.3.2.2
+++ cluster/gfs2/man/gfs2_tool.8 2007/11/07 21:15:13 1.3.2.3
@@ -103,11 +103,17 @@
Print out the superblock.
.TP
\fBsetflag\fP \fIFlag\fR \fIFile1\fR \fIFile2\fR \fI...\fR
-Set an attribute flag on a file. There are five currently
-supported flags. They are directio, immutable, appendonly,
+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.
+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,
+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.
@@ -123,10 +129,6 @@
The \fIsync\fR flag causes data written to the file to be sync'ed to
stable storage immediately. Same as chattr +S.
-
-Note: Unlike the original gfs_tool, the journaled data (\fIjdata\fR) flag
-is set with chattr +j and reset with chattr -j. Likewise, the
-\fIinherit_jdata\fR flag is set on a directory with chattr +j.
.TP
\fBsettune\fP \fIMountPoint\fR \fIparameter\fR \fInewvalue\fR
Set the value of tuning parameter. Use \fBgettune\fP for a listing of
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Cluster-devel] cluster/gfs2/man gfs2_tool.8
@ 2008-01-09 21:30 rpeterso
0 siblings, 0 replies; 7+ messages in thread
From: rpeterso @ 2008-01-09 21:30 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: rpeterso at sourceware.org 2008-01-09 21:30:20
Modified files:
gfs2/man : gfs2_tool.8
Log message:
Resolves: bz 426670: GFS2: man page for gfs2_tool has commented
lockdump section
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_tool.8.diff?cvsroot=cluster&r1=1.7&r2=1.8
--- cluster/gfs2/man/gfs2_tool.8 2007/11/14 17:18:09 1.7
+++ cluster/gfs2/man/gfs2_tool.8 2008/01/09 21:30:20 1.8
@@ -61,12 +61,10 @@
represents the mounted filesystem. 2) The name of the
device that holds the filesystem (well, the name as the Linux
kernel knows it).
-.\".TP
-.\"\fBlockdump\fP \fIMountPoint\fR \fI[buffersize]\fR
-.\"Print out information about the locks this machine holds for a given
-.\"filesystem. Buffersize is the size of the buffer (in bytes) that gfs2_tool
-.\"allocates to store the lock data during processing. It defaults to 4194304
-.\"bytes.
+.TP
+\fBlockdump\fP \fIMountPoint\fR
+Print out information about the locks this machine holds for a given
+filesystem.
.\".TP
.\"\fBmargs\fP \fIarguments\fR
.\"This loads arguments into the module what will override the mount
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Cluster-devel] cluster/gfs2/man gfs2_tool.8
@ 2008-01-09 21:30 rpeterso
0 siblings, 0 replies; 7+ messages in thread
From: rpeterso @ 2008-01-09 21:30 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: rpeterso at sourceware.org 2008-01-09 21:30:50
Modified files:
gfs2/man : gfs2_tool.8
Log message:
Resolves: bz 426670: GFS2: man page for gfs2_tool has commented
lockdump section
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_tool.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.4&r2=1.3.2.5
--- cluster/gfs2/man/gfs2_tool.8 2007/11/14 17:18:39 1.3.2.4
+++ cluster/gfs2/man/gfs2_tool.8 2008/01/09 21:30:49 1.3.2.5
@@ -61,12 +61,10 @@
represents the mounted filesystem. 2) The name of the
device that holds the filesystem (well, the name as the Linux
kernel knows it).
-.\".TP
-.\"\fBlockdump\fP \fIMountPoint\fR \fI[buffersize]\fR
-.\"Print out information about the locks this machine holds for a given
-.\"filesystem. Buffersize is the size of the buffer (in bytes) that gfs2_tool
-.\"allocates to store the lock data during processing. It defaults to 4194304
-.\"bytes.
+.TP
+\fBlockdump\fP \fIMountPoint\fR
+Print out information about the locks this machine holds for a given
+filesystem.
.\".TP
.\"\fBmargs\fP \fIarguments\fR
.\"This loads arguments into the module what will override the mount
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-01-09 21:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-09 21:30 [Cluster-devel] cluster/gfs2/man gfs2_tool.8 rpeterso
-- strict thread matches above, loose matches on Subject: below --
2008-01-09 21:30 rpeterso
2007-11-07 21:15 rpeterso
2007-11-07 21:14 rpeterso
2007-07-26 23:22 rpeterso
2007-07-26 23:20 rpeterso
2007-07-26 23:19 rpeterso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).