diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-04-11 15:01:39 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-04-11 15:01:39 +0000 |
commit | d90a4ea71a17f22b9d65462189d6e074b4fa9e6e (patch) | |
tree | e5341e3d01b274d76571eb570c8ec8e66a52076b /docs/docbook/smbdotconf/locking/oplockcontentionlimit.xml | |
parent | 7d19f81d96d8474c5ab7a9d950b1e32b41baf8c8 (diff) | |
download | samba-d90a4ea71a17f22b9d65462189d6e074b4fa9e6e.tar.gz samba-d90a4ea71a17f22b9d65462189d6e074b4fa9e6e.tar.bz2 samba-d90a4ea71a17f22b9d65462189d6e074b4fa9e6e.zip |
Finish conversion of Locking options
(This used to be commit 9613c217786147c9deda9770887dc069659b1deb)
Diffstat (limited to 'docs/docbook/smbdotconf/locking/oplockcontentionlimit.xml')
-rw-r--r-- | docs/docbook/smbdotconf/locking/oplockcontentionlimit.xml | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/docs/docbook/smbdotconf/locking/oplockcontentionlimit.xml b/docs/docbook/smbdotconf/locking/oplockcontentionlimit.xml index fd3b45d0b1..1b24e5cdec 100644 --- a/docs/docbook/smbdotconf/locking/oplockcontentionlimit.xml +++ b/docs/docbook/smbdotconf/locking/oplockcontentionlimit.xml @@ -1,19 +1,22 @@ -<samba:parameter xmlns:samba="http://samba.org/common"> - <term><anchor id="OPLOCKCONTENTIONLIMIT"/>oplock contention limit (S)</term> - <listitem><para>This is a <emphasis>very</emphasis> advanced - <ulink url="smbd.8.html">smbd(8)</ulink> tuning option to - improve the efficiency of the granting of oplocks under multiple - client contention for the same file.</para> +<samba:parameter name="oplock contention limit" + context="S" + xmlns:samba="http://samba.org/common"> +<listitem> + <para>This is a <emphasis>very</emphasis> advanced + <citerefentry><refentrytitle>smbd</refentrytitle> + <manvolnum>8</manvolnum></citerefentry> tuning option to + improve the efficiency of the granting of oplocks under multiple + client contention for the same file.</para> - <para>In brief it specifies a number, which causes <citerefentry><refentrytitle>smbd</refentrytitle> - <manvolnum>8</manvolnum></citerefentry>not to grant an oplock even when requested - if the approximate number of clients contending for an oplock on the same file goes over this - limit. This causes <command moreinfo="none">smbd</command> to behave in a similar - way to Windows NT.</para> + <para>In brief it specifies a number, which causes <citerefentry><refentrytitle>smbd</refentrytitle> + <manvolnum>8</manvolnum></citerefentry>not to grant an oplock even when requested + if the approximate number of clients contending for an oplock on the same file goes over this + limit. This causes <command moreinfo="none">smbd</command> to behave in a similar + way to Windows NT.</para> - <para><emphasis>DO NOT CHANGE THIS PARAMETER UNLESS YOU HAVE READ - AND UNDERSTOOD THE SAMBA OPLOCK CODE</emphasis>.</para> + <para><emphasis>DO NOT CHANGE THIS PARAMETER UNLESS YOU HAVE READ + AND UNDERSTOOD THE SAMBA OPLOCK CODE</emphasis>.</para> - <para>Default: <command moreinfo="none">oplock contention limit = 2</command></para> - </listitem> - </samba:parameter> + <para>Default: <command moreinfo="none">oplock contention limit = 2</command></para> +</listitem> +</samba:parameter> |