diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-08-30 10:31:38 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-08-30 10:50:16 +0200 |
commit | 4d76c18f78742ba92b4772037ac306b567351ca1 (patch) | |
tree | 2bad96a3f83a0b95e3a2d3edb83cd1b6ab3973a4 /docs-xml | |
parent | 6cf66a04ad690e78311411e2195b3a1710953262 (diff) | |
download | samba-4d76c18f78742ba92b4772037ac306b567351ca1.tar.gz |
docs-xml/vfs_gpfs: document 'gpfs:merge_writeappend'
metze
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 c5e0d6514df..4963ecd88a9 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> |