Chapter 9. Managing GFS
93
Option
Description
-o
acl
Allows manipulating file ACLs. If a file system is
mounted without the
-o
acl
mount option, users are
allowed to view ACLs (with
getfacl
), but are not
allowed to set them (with
setfacl
).
hostdata=
nodename
LOCK_GULM file systems use this information to set
the local node name, overriding the usual selection of
node name from
uname -n
.
lockproto=
LockModuleName
Allows the user to specify which locking protocol to
use with the file system. If
LockModuleName
is not
specified, the locking protocol name is read from the
file system superblock.
locktable=
LockTableName
Allows the user to specify which locking table to use
with the file system.
upgrade
Upgrade the on-disk format of the file system so that
it can be used by newer versions of GFS.
ignore_local_fs
Caution:
This option should
not
be used
when GFS file systems are shared.
Forces GFS to treat the file system as a multihost file
system. By default, using LOCK_NOLOCK
automatically turns on the
localcaching
and
localflocks
flags.
localcaching
Caution:
This option should
not
be used
when GFS file systems are shared.
Tells GFS that it is running as a local file system. GFS
can then turn on selected optimization capabilities
that are not available when running in cluster mode.
The
localcaching
flag is automatically turned on
by LOCK_NOLOCK.
localflocks
Caution:
This option should not be used
when GFS file systems are shared.
Tells GFS to let the VFS (virtual file system) layer do
all flock and fcntl. The
localflocks
flag is
automatically turned on by LOCK_NOLOCK.
Table 9-2. GFS-Specific Mount Options
9.3. Unmounting a File System
The GFS file system can be unmounted the same way as any Linux file system.
Note
The
umount
command is a Linux system command. Information about this command can be found in
the Linux
umount
command man pages.
Summary of Contents for GFS 6.0 -
Page 1: ...Red Hat GFS 6 0 Administrator s Guide...
Page 8: ......
Page 88: ...74 Chapter 6 Creating the Cluster Configuration System Files...
Page 98: ...84 Chapter 7 Using the Cluster Configuration System...
Page 102: ...88 Chapter 8 Using Clustering and Locking Systems...
Page 128: ...114 Chapter 9 Managing GFS...
Page 134: ...120 Chapter 10 Using the Fencing System...
Page 144: ...130 Chapter 12 Using GFS init d Scripts...
Page 148: ...134 Appendix A Using Red Hat GFS with Red Hat Cluster Suite...
Page 184: ...170 Appendix C Basic GFS Examples...
Page 190: ......