summaryrefslogtreecommitdiffstats
path: root/docs-xml
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2014-03-13 09:26:44 -0700
committerVolker Lendecke <vl@samba.org>2014-03-14 12:49:56 +0100
commit1b7f3878b512a1c1e231cfb558f6b74397b2c968 (patch)
treef35b1ba55129646e1d1cac853978abd877de5b1c /docs-xml
parent9debea56c8ad95e44355d8ed2a08ef42a8d0237e (diff)
downloadsamba-1b7f3878b512a1c1e231cfb558f6b74397b2c968.tar.gz
samba-1b7f3878b512a1c1e231cfb558f6b74397b2c968.tar.xz
samba-1b7f3878b512a1c1e231cfb558f6b74397b2c968.zip
docs: Add gpfs:recalls parameter to vfs_gpfs manpage
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
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/vfs_gpfs.8.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs-xml/manpages/vfs_gpfs.8.xml b/docs-xml/manpages/vfs_gpfs.8.xml
index 4ba1b251a77..3fb9896c7f3 100644
--- a/docs-xml/manpages/vfs_gpfs.8.xml
+++ b/docs-xml/manpages/vfs_gpfs.8.xml
@@ -138,6 +138,28 @@
</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>
<listitem>