Changeset 988 for vendor/current/docs-xml/smbdotconf/locking
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- Location:
- vendor/current/docs-xml/smbdotconf/locking
- Files:
-
- 2 added
- 2 deleted
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/smbdotconf/locking/blockinglocks.xml
r414 r988 1 1 <samba:parameter name="blocking locks" 2 2 context="S" 3 3 type="boolean" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> -
vendor/current/docs-xml/smbdotconf/locking/cscpolicy.xml
r414 r988 1 1 <samba:parameter name="csc policy" 2 2 context="S" 3 type="enum" 3 type="enum" 4 enumlist="enum_csc_policy" 4 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 6 <description> -
vendor/current/docs-xml/smbdotconf/locking/fakeoplocks.xml
r414 r988 1 1 <samba:parameter name="fake oplocks" 2 2 type="boolean" 3 3 context="S" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> -
vendor/current/docs-xml/smbdotconf/locking/kerneloplocks.xml
r414 r988 1 1 <samba:parameter name="kernel oplocks" 2 3 context=" G"2 type="boolean" 3 context="S" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> 6 6 <para>For UNIXes that support kernel based <smbconfoption name="oplocks"/> 7 7 (currently only IRIX and the Linux 2.4 kernel), this parameter 8 allows the use of them to be turned on or off.</para> 8 allows the use of them to be turned on or off. However, this disables 9 Level II oplocks for clients as the Linux and IRIX kernels do not 10 support them properly.</para> 9 11 10 12 <para>Kernel oplocks support allows Samba <parameter moreinfo="none">oplocks … … 14 16 data consistency between SMB/CIFS, NFS and local file access (and is 15 17 a <emphasis>very</emphasis> cool feature :-).</para> 18 <para>If you do not need this interaction, you should disable the 19 parameter on Linux and IRIX to get Level II oplocks and the associated 20 performance benefit.</para> 16 21 17 <para>This parameter defaults to <constant>on</constant>, but is translated 18 to a no-op on systems that no not have the necessary kernel support. 19 You should never need to touch this parameter.</para> 22 <para>This parameter defaults to <constant>no</constant> and is translated 23 to a no-op on systems that do not have the necessary kernel support.</para> 20 24 </description> 21 25 22 26 <related>oplocks</related> 23 27 <related>level2 oplocks</related> 24 <value type="default">yes</value> 28 <related>smb2 leases</related> 29 <value type="default">no</value> 25 30 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/locking/level2oplocks.xml
r414 r988 1 1 <samba:parameter name="level2 oplocks" 2 2 context="S" 3 3 type="boolean" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> -
vendor/current/docs-xml/smbdotconf/locking/locking.xml
r414 r988 1 1 <samba:parameter name="locking" 2 2 type="boolean" 3 3 context="S" 4 parm="1" 4 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 6 <description> … … 25 26 </description> 26 27 27 <value type=" boolean">yes</value>28 <value type="default">yes</value> 28 29 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/locking/lockspintime.xml
r414 r988 1 1 <samba:parameter name="lock spin time" 2 2 type="integer" 3 3 context="G" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> -
vendor/current/docs-xml/smbdotconf/locking/oplockbreakwaittime.xml
r414 r988 1 1 <samba:parameter name="oplock break wait time" 2 2 context="G" 3 3 type="integer" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> -
vendor/current/docs-xml/smbdotconf/locking/oplockcontentionlimit.xml
r414 r988 1 1 <samba:parameter name="oplock contention limit" 2 2 context="S" 3 3 type="integer" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> -
vendor/current/docs-xml/smbdotconf/locking/oplocks.xml
r414 r988 1 1 <samba:parameter name="oplocks" 2 2 context="S" 3 3 type="boolean" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> … … 26 26 <related>kernel oplocks</related> 27 27 <related>level2 oplocks</related> 28 <related>smb2 leases</related> 28 29 <value type="default">yes</value> 29 30 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/locking/posixlocking.xml
r740 r988 1 1 <samba:parameter name="posix locking" 2 2 type="boolean" 3 3 context="S" 4 parm="1" 4 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 6 <description> -
vendor/current/docs-xml/smbdotconf/locking/strictlocking.xml
r414 r988 1 1 <samba:parameter name="strict locking" 2 2 context="S" 3 type="enum" 3 type="enum" 4 enumlist="enum_bool_auto" 5 parm="1" 4 6 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 7 <description>
Note:
See TracChangeset
for help on using the changeset viewer.