diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-08-30 10:24:52 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-08-30 10:50:15 +0200 |
commit | 6cf66a04ad690e78311411e2195b3a1710953262 (patch) | |
tree | 55b2812234275bd90abd9a9b41eaae27f5d79cd4 /docs-xml | |
parent | a8a704001e5da10fae5df5fc2856d06250739248 (diff) | |
download | samba-6cf66a04ad690e78311411e2195b3a1710953262.tar.gz samba-6cf66a04ad690e78311411e2195b3a1710953262.tar.bz2 samba-6cf66a04ad690e78311411e2195b3a1710953262.zip |
docs-xml/vfs_gpfs: document 'gpfs:winattr'
metze
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/vfs_gpfs.8.xml | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ </varlistentry> <varlistentry> + <term>gpfs:winattr = [ yes | no ]</term> + <listitem> + <para> + 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. + </para> + + <itemizedlist> + <listitem><para> + <command>no(default)</command> - do not use GPFS windows attributes. + </para></listitem> + <listitem><para> + <command>yes</command> - use GPFS windows attributes. + </para></listitem> + </itemizedlist> + </listitem> + + </varlistentry> + <varlistentry> + <term>nfs4:mode = [ simple | special ]</term> <listitem> <para> |