svn commit: samba r16563 - in branches/tmp/vl-messaging/examples/clusterwide: .

ab at samba.org ab at samba.org
Tue Jun 27 14:34:31 GMT 2006


Author: ab
Date: 2006-06-27 14:34:31 +0000 (Tue, 27 Jun 2006)
New Revision: 16563

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16563

Log:
update README to include stub for locking type options
Modified:
   branches/tmp/vl-messaging/examples/clusterwide/README


Changeset:
Modified: branches/tmp/vl-messaging/examples/clusterwide/README
===================================================================
--- branches/tmp/vl-messaging/examples/clusterwide/README	2006-06-27 14:24:25 UTC (rev 16562)
+++ branches/tmp/vl-messaging/examples/clusterwide/README	2006-06-27 14:34:31 UTC (rev 16563)
@@ -29,6 +29,21 @@
 'messaging network'. This parameters is used only if clusterwide
 messaging has been compiled in (see below).
 
+'locking' type options:
+
+locking type = one of (tdb, files, messages)
+
+  * tdb - old tbd-based implementation.
+  * files - storing locks in one large filesystem directory.
+  * messages - all locking operations go through the locking daemon,
+    communications are performed with messages.
+
+'messages' type options:
+
+locking address = ip address [default is 127.0.0.1]
+
+IP-address of the locking daemon - the machine that stores locking database.
+
 2) Compile-time options
 
 --with-clusterwide-messaging



More information about the samba-cvs mailing list