From 1b7f3878b512a1c1e231cfb558f6b74397b2c968 Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Thu, 13 Mar 2014 09:26:44 -0700 Subject: docs: Add gpfs:recalls parameter to vfs_gpfs manpage Signed-off-by: Christof Schmitt Reviewed-by: Volker Lendecke Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Fri Mar 14 12:49:56 CET 2014 on sn-devel-104 --- docs-xml/manpages/vfs_gpfs.8.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'docs-xml') 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 @@ -137,6 +137,28 @@ + + gpfs:recalls = [ yes | no ] + + 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. + + + yes(default) - Open + files that are offline. This will recall the files + from HSM. + no - 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. + + + + + gpfs:getrealfilename = [ yes | no ] -- cgit v1.2.1