From: Stefan Metzmacher Date: Mon, 30 Aug 2010 07:29:46 +0000 (+0200) Subject: docs-xml/vfs_gpfs: document 'gpfs:leases' X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=435c5f024896c5c5a218e8702ef77d485e548a0a docs-xml/vfs_gpfs: document 'gpfs:leases' metze (cherry picked from commit 196699a6a1412687f7d5fe24c506577002dd769e) --- diff --git a/docs-xml/manpages-3/vfs_gpfs.8.xml b/docs-xml/manpages-3/vfs_gpfs.8.xml index fa31219d9edc..6c8289b4dee2 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 ]