From: Karolin Seeger Date: Tue, 20 May 2008 09:03:33 +0000 (+0200) Subject: man pages: Add documentation for new cluster parameters. X-Git-Tag: samba-3.3.0pre1~1188^2~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=029875d8c9b2f9448f5299faaa3a48e8bccbca53;p=thirdparty%2Fsamba.git man pages: Add documentation for new cluster parameters. Karolin --- diff --git a/docs-xml/smbdotconf/misc/clusteraddresses.xml b/docs-xml/smbdotconf/misc/clusteraddresses.xml new file mode 100644 index 00000000000..d34d5503d3d --- /dev/null +++ b/docs-xml/smbdotconf/misc/clusteraddresses.xml @@ -0,0 +1,17 @@ + + + With this parameter you can add additional addresses + nmbd will register with a WINS server. These addresses are not + necessarily present on all nodes simultaneously, but they will + be registered with the WINS server so that clients can contact + any of the nodes. + + + + +10.0.0.1 10.0.0.2 10.0.0.3 + diff --git a/docs-xml/smbdotconf/misc/clustering.xml b/docs-xml/smbdotconf/misc/clustering.xml new file mode 100644 index 00000000000..b85934e78e4 --- /dev/null +++ b/docs-xml/smbdotconf/misc/clustering.xml @@ -0,0 +1,17 @@ + + + This parameter specifies whether Samba should contact + ctdb for accessing its tdb files and use ctdb as a backend + for its messaging backend. + + + Set this parameter to yes only if + you have a cluster setup with ctdb running. + + +no + diff --git a/docs-xml/smbdotconf/misc/ctdbdsocket.xml b/docs-xml/smbdotconf/misc/ctdbdsocket.xml new file mode 100644 index 00000000000..a478553ec1b --- /dev/null +++ b/docs-xml/smbdotconf/misc/ctdbdsocket.xml @@ -0,0 +1,16 @@ + +default + + If you set clustering=yes, + you need to tell Samba where ctdbd listens on its unix domain + socket. The default path as of ctdb 1.0 is /tmp/ctdb.socket which + you have to explicitly set for Samba in smb.conf. + + + +/tmp/ctdb.socket +