[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28a-1168-gacee950

Karolin Seeger kseeger at samba.org
Fri May 16 08:02:52 GMT 2008


The branch, v3-0-test has been updated
       via  acee950ea1f842087ba9ef06e75a388449e18115 (commit)
      from  4e6612320f1c6d44e98571485f49d647a776edb2 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test


- Log -----------------------------------------------------------------
commit acee950ea1f842087ba9ef06e75a388449e18115
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri May 16 10:00:46 2008 +0200

    man pages: Re-add documentation removed for 3.2.
    
    'read bmpx' and 'open files database hash size' still exist in 3.0.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/smbdotconf/protocol/readbmpx.xml          |   16 ++++++++++++++++
 .../tuning/openfilesdatabasehashsize.xml           |   16 ++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)
 create mode 100644 docs-xml/smbdotconf/protocol/readbmpx.xml
 create mode 100644 docs-xml/smbdotconf/tuning/openfilesdatabasehashsize.xml


Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/protocol/readbmpx.xml b/docs-xml/smbdotconf/protocol/readbmpx.xml
new file mode 100644
index 0000000..1c1ee52
--- /dev/null
+++ b/docs-xml/smbdotconf/protocol/readbmpx.xml
@@ -0,0 +1,16 @@
+<samba:parameter name="read bmpx"
+                 context="G"
+				 type="boolean"
+                 developer="1"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+    <para>This boolean parameter controls whether
+    <citerefentry><refentrytitle>smbd</refentrytitle>                                       
+    <manvolnum>8</manvolnum></citerefentry> will support the &quot;Read
+    Block Multiplex&quot; SMB. This is now rarely used and defaults to 
+    <constant>no</constant>. You should never need to set this 
+	parameter.</para>
+</description>
+
+<value type="default">no</value>
+</samba:parameter>
diff --git a/docs-xml/smbdotconf/tuning/openfilesdatabasehashsize.xml b/docs-xml/smbdotconf/tuning/openfilesdatabasehashsize.xml
new file mode 100644
index 0000000..3434279
--- /dev/null
+++ b/docs-xml/smbdotconf/tuning/openfilesdatabasehashsize.xml
@@ -0,0 +1,16 @@
+<samba:parameter name="open files database hash size"
+				 type="integer"
+                 context="G"
+                 developer="1"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+	<para>This parameter was added in Samba 3.0.23. This is an internal tuning parameter that sets
+	the hash size of the tdb used for the open file databases. The presence of this parameter
+	allows tuning of the system for very large (thousands of concurrent users) Samba setups.
+	The default setting of this parameter should be sufficient for most normal environments.
+	It is advised not to change this parameter unless advised to by a Samba Team member.</para>
+</description>
+
+<value type="default">10007</value>
+<value type="example">1338457</value>
+</samba:parameter>


-- 
Samba Shared Repository


More information about the samba-cvs mailing list