summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2014-07-15 16:41:31 +1000
committerVolker Lendecke <vl@samba.org>2014-08-04 17:59:52 +0200
commit3ff8ec02830b5fd2f88e33748a2bfd9f066a1285 (patch)
tree8e9341eb1674d1dcfa97b9a6677b14ed3a80be48 /ctdb
parent59d45ea307fd460953a3b4924dfa60f5ab6dea4a (diff)
downloadsamba-3ff8ec02830b5fd2f88e33748a2bfd9f066a1285.tar.gz
ctdb-locking: Increase number of lock processes per database to 200
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>
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/server/ctdb_tunables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_tunables.c b/ctdb/server/ctdb_tunables.c
index 38e0bb2a63e..069958653f1 100644
--- a/ctdb/server/ctdb_tunables.c
+++ b/ctdb/server/ctdb_tunables.c
@@ -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 },
};
/*