docs: Add gpfs:recalls parameter to vfs_gpfs manpage
authorChristof Schmitt <cs@samba.org>
Thu, 13 Mar 2014 16:26:44 +0000 (09:26 -0700)
committerVolker Lendecke <vl@samba.org>
Fri, 14 Mar 2014 11:49:56 +0000 (12:49 +0100)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Fri Mar 14 12:49:56 CET 2014 on sn-devel-104

docs-xml/manpages/vfs_gpfs.8.xml

index 4ba1b251a77b00502c35763d6199ca0e054ba66f..3fb9896c7f3ed02f1c18153ce74e566ae1afe0ed 100644 (file)
 
                </varlistentry>
 
+               <varlistentry>
+               <term>gpfs:recalls = [ yes | no ]</term>
+               <listitem>
+               <para> When this option is set to no, an attempt to
+               open an offline file will be rejected with access
+               denied.  This helps preventing recall storms triggered
+               by careless applications like Finder and
+               Explorer.</para>
+
+               <itemizedlist>
+               <listitem><para><command>yes(default)</command> - Open
+               files that are offline. This will recall the files
+               from HSM.</para></listitem>
+               <listitem><para><command>no</command> - Reject access
+               to offline files with access denied. This will prevent
+               recalls of files from HSM. Using this setting also
+               requires gpfs:hsm to be set to yes.</para></listitem>
+               </itemizedlist>
+
+               </listitem>
+               </varlistentry>
+
                <varlistentry>
 
                <term>gpfs:getrealfilename = [ yes | no ]</term>