ctdb-locking: Increase number of lock processes per database to 200
authorAmitay Isaacs <amitay@gmail.com>
Tue, 15 Jul 2014 06:41:31 +0000 (16:41 +1000)
committerVolker Lendecke <vl@samba.org>
Mon, 4 Aug 2014 15:59:52 +0000 (17:59 +0200)
This was the original limit in the older versions of CTDB.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
ctdb/server/ctdb_tunables.c

index 38e0bb2a63e8137a43cecfb1709738d426842199..069958653f108bdf414f9c55a7e3b8c595bbfb58 100644 (file)
@@ -83,7 +83,7 @@ static const struct {
        { "NoIPHostOnAllDisabled",    0,  offsetof(struct ctdb_tunable, no_ip_host_on_all_disabled), false },
        { "Samba3AvoidDeadlocks", 0, offsetof(struct ctdb_tunable, samba3_hack), false },
        { "TDBMutexEnabled", 0, offsetof(struct ctdb_tunable, mutex_enabled), false },
-       { "LockProcessesPerDB", 100, offsetof(struct ctdb_tunable, lock_processes_per_db), false },
+       { "LockProcessesPerDB", 200, offsetof(struct ctdb_tunable, lock_processes_per_db), false },
 };
 
 /*