1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

docs-xml/vfs_gpfs: document 'gpfs:winattr'

metze
This commit is contained in:
Stefan Metzmacher 2010-08-30 10:24:52 +02:00
parent a8a704001e
commit 6cf66a04ad

View File

@ -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>