[PATCH] Enable TDB mutexes by default in dbwrap and ctdb

Martin Schwenke martin at meltin.net
Mon Jul 10 11:41:52 UTC 2017


Hi Ralph,

On Mon, 10 Jul 2017 12:17:50 +0200, Ralph Böhme <slow at samba.org> wrote:

> as discussed previously, attached patchset enables TDB mutexes by default in
> dbwrap and in ctdb.
> 
> Amitay and Martin: did I miss any pieces in ctdb?
> 
> I filed a bugnumber for this to get it into 4.7.
> 
> Please review.

-	{ "TDBMutexEnabled", 0, false,
+	{ "TDBMutexEnabled", 0, true,

2nd element is the tunable value, 3rd is whether it is obsolete.  So
you really want:

+	{ "TDBMutexEnabled", 1, false,

:-)

peace & happiness,
martin



More information about the samba-technical mailing list