docs-xml/vfs_gpfs: document 'gpfs:merge_writeappend'
[metze/samba/wip.git] / docs-xml / manpages-3 / vfs_gpfs.8.xml
index d19f0e8ba2d5134c388f2e334b6f2415cc5909a0..941afe2e19439763aa0fdf87ce5cdb65a20f81ce 100644 (file)
                </varlistentry>
                <varlistentry>
 
+               <term>gpfs:winattr = [ yes | no ]</term>
+               <listitem>
+               <para>
+               Enable/Disable usage of the windows attributes in GPFS.
+               GPFS is able to store windows file attributes e.g. HIDDEN,
+               READONLY, SYSTEM and others natively. That means Samba doesn't
+               need to map them to permission bits or extended attributes.
+               </para>
+
+               <itemizedlist>
+               <listitem><para>
+               <command>no(default)</command> - do not use GPFS windows attributes.
+               </para></listitem>
+               <listitem><para>
+               <command>yes</command> - use GPFS windows attributes.
+               </para></listitem>
+               </itemizedlist>
+               </listitem>
+
+               </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>