From 196699a6a1412687f7d5fe24c506577002dd769e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 30 Aug 2010 09:29:46 +0200 Subject: docs-xml/vfs_gpfs: document 'gpfs:leases' metze --- docs-xml/manpages-3/vfs_gpfs.8.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'docs-xml') diff --git a/docs-xml/manpages-3/vfs_gpfs.8.xml b/docs-xml/manpages-3/vfs_gpfs.8.xml index 03887a7a2e..abe1941df8 100644 --- a/docs-xml/manpages-3/vfs_gpfs.8.xml +++ b/docs-xml/manpages-3/vfs_gpfs.8.xml @@ -82,6 +82,30 @@ + gpfs:leases = [ yes | no ] + + + Enable/Disable cross node leases (oplocks) for GPFS. + You should also set the oplocks and kernel oplocks + options to the same value. + + + + + yes(default) - propagate leases across all GPFS nodes. + + + no - do not propagate leases across all GPFS nodes. + This should only be used if the GPFS file system is + exclusively exported by Samba. Access by local unix application or + NFS exports could lead to corrupted files. + + + + + + + nfs4:mode = [ simple | special ] -- cgit