docs-xml: add gpfs:acl option to vfs_gpfs man page
[obnox/samba/samba-obnox.git] / docs-xml / manpages-3 / vfs_gpfs.8.xml
index 398dcff255668fe32d68b63f93f805eb4009c5d9..28a0464ce65bb649213f188cb1e6a771f891c644 100644 (file)
                </varlistentry>
                <varlistentry>
 
+               <term>gpfs:acl = [ yes | no ]</term>
+               <listitem>
+               <para>
+               This option lets Samba use or ignore GPFS ACLs.
+               </para>
+
+               <itemizedlist>
+               <listitem><para>
+               <command>yes(default)</command> - use GPFS ACLs.
+               </para></listitem>
+               <listitem><para>
+               <command>no</command> - do not use GPFS ACLs and pass everything
+               to the next SMB_VFS module.
+               </para></listitem>
+               </itemizedlist>
+               </listitem>
+
+               </varlistentry>
+               <varlistentry>
+
                <term>gpfs:refuse_dacl_protected = [ yes | no ]</term>
                <listitem>
                <para>
                Adjust reporting of the size and free space of a share
                according to quotas. If this setting is "yes", a
                request for size and free space will also evaluate the
-               following quotas:
+               user quota of the user requesting the data, the group
+               quota of the primary group of the user and the fileset
+               quota for the fileset containing the top level
+               directory of the share.
                </para>
 
-               <itemizedlist>
-               <listitem><para>The user quota of the user requesting
-                   the data.</para></listitem>
-               <listitem><para>The group quota of the primary group
-                   of the user.</para></listitem>
-               <listitem><para>The fileset quota for the fileset
-                   containing the top level directory of the share.
-               </para></listitem>
-               </itemizedlist>
-
                <para>
                If any of the soft or hard quota limits has been
                reached, the free space will be reported as 0. If a
                </varlistentry>
                <varlistentry>
 
+               <term>gpfs:prealloc = [ yes | no ]</term>
+               <listitem>
+               <para>
+               If set to yes the gpfs_prealloc function will be used in the
+               fallocate callback when appropriate. If set to no gpfs_prealloc
+               will not be used. In both cases the system and libc calls are
+               avoided.
+               </para>
+
+               <itemizedlist>
+               <listitem><para>
+               <command>yes (default)</command> - Use gpfs_prealloc for the
+               fallocate callback.
+               </para></listitem>
+               <listitem><para>
+               <command>no</command> - Do not use gpfs_prealloc for the
+               fallocate callback.
+               </para></listitem>
+               </itemizedlist>
+               </listitem>
+
+               </varlistentry>
+
+               <varlistentry>
+
                <term>nfs4:mode = [ simple | special ]</term>
                <listitem>
                <para>