diff options
Diffstat (limited to 'docs/manpages-3/vfs_gpfs.8.xml')
-rw-r--r-- | docs/manpages-3/vfs_gpfs.8.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/manpages-3/vfs_gpfs.8.xml b/docs/manpages-3/vfs_gpfs.8.xml index 5228c666a3..e5ae11de97 100644 --- a/docs/manpages-3/vfs_gpfs.8.xml +++ b/docs/manpages-3/vfs_gpfs.8.xml @@ -27,10 +27,10 @@ <manvolnum>7</manvolnum></citerefentry> suite.</para> <para>The <command>gpfs</command> VFS module is the home - for all gpfs extensions that Samba requires for proper integration + for all gpfs extensions that Samba requires for proper integration with GPFS. It uses the GPL library interfaces provided by GPFS. </para> - + <para>Currently the gpfs vfs module provides extensions in following areas : <itemizedlist> <listitem><para>NFSv4 ACL Interfaces with configurable options for GPFS</para></listitem> @@ -38,9 +38,9 @@ <listitem><para>Lease support on GPFS</para></listitem> </itemizedlist> </para> - + <para><command>NOTE:</command>This module follows the posix-acl behaviour - and hence allows permission stealing via chown. Samba might allow at a later + and hence allows permission stealing via chown. Samba might allow at a later point in time, to restrict the chown via this module as such restrictions are the responsibility of the underlying filesystem than of Samba. </para> @@ -56,13 +56,13 @@ <variablelist> <varlistentry> - + <term>nfs4:mode = [ simple | special ]</term> <listitem> <para> Enable/Disable substitution of special IDs on GPFS. This parameter should not affect the windows users in anyway. It only ensures that Samba - sets the special IDs - OWNER@ and GROUP@ ( mappings to simple uids ) + sets the special IDs - OWNER@ and GROUP@ ( mappings to simple uids ) that are relevant to GPFS. </para> @@ -83,7 +83,7 @@ This parameter configures how Samba handles duplicate ACEs encountered in GPFS ACLs. GPFS allows/creates duplicate ACE for different bits for same ID. </para> - + <para>Following is the behaviour of Samba for different values :</para> <itemizedlist> <listitem><para><command>dontcare (default)</command> - copy the ACEs as they come</para></listitem> @@ -94,7 +94,7 @@ </listitem> </varlistentry> - + <varlistentry> <term>nfs4:chown = [yes|no]</term> <listitem> @@ -103,7 +103,7 @@ care as it might leave your system insecure.</para> <para>Some filesystems allow chown as a) giving b) stealing. It is the latter that is considered a risk.</para> - + <para>Following is the behaviour of Samba for different values : </para> <itemizedlist> <listitem><para><command>yes</command> - Enable chown if as supported by the under filesystem</para></listitem> @@ -131,7 +131,7 @@ <refsect1> <title>CAVEATS</title> - <para>The gpfs gpl libraries are required by <command>gpfs</command> VFS + <para>The gpfs gpl libraries are required by <command>gpfs</command> VFS module during both compilation and runtime. Also this VFS module is tested to work on SLES 9/10 and RHEL 4.4 </para> |