diff options
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/vfs_gpfs.8.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/vfs_gpfs.8.xml b/docs-xml/manpages-3/vfs_gpfs.8.xml index c5e0d6514d..4963ecd88a 100644 --- a/docs-xml/manpages-3/vfs_gpfs.8.xml +++ b/docs-xml/manpages-3/vfs_gpfs.8.xml @@ -149,6 +149,26 @@ </varlistentry> <varlistentry> + <term>gpfs:merge_writeappend = [ yes | no ]</term> + <listitem> + <para> + GPFS ACLs doesn't know about the 'APPEND' right. + This optionen lets Samba map the 'APPEND' right to 'WRITE'. + </para> + + <itemizedlist> + <listitem><para> + <command>yes(default)</command> - map 'APPEND' to 'WRITE'. + </para></listitem> + <listitem><para> + <command>no</command> - do not map 'APPEND' to 'WRITE'. + </para></listitem> + </itemizedlist> + </listitem> + + </varlistentry> + <varlistentry> + <term>nfs4:mode = [ simple | special ]</term> <listitem> <para> |