From 6cf66a04ad690e78311411e2195b3a1710953262 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 30 Aug 2010 10:24:52 +0200 Subject: docs-xml/vfs_gpfs: document 'gpfs:winattr' metze --- docs-xml/manpages-3/vfs_gpfs.8.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'docs-xml/manpages-3/vfs_gpfs.8.xml') diff --git a/docs-xml/manpages-3/vfs_gpfs.8.xml b/docs-xml/manpages-3/vfs_gpfs.8.xml index 699997aed4..c5e0d6514d 100644 --- a/docs-xml/manpages-3/vfs_gpfs.8.xml +++ b/docs-xml/manpages-3/vfs_gpfs.8.xml @@ -127,6 +127,28 @@ + gpfs:winattr = [ yes | no ] + + + Enable/Disable usage of the windows attributes in GPFS. + GPFS is able to store windows file attributes e.g. HIDDEN, + READONLY, SYSTEM and others natively. That means Samba doesn't + need to map them to permission bits or extended attributes. + + + + + no(default) - do not use GPFS windows attributes. + + + yes - use GPFS windows attributes. + + + + + + + nfs4:mode = [ simple | special ] -- cgit