Rev 684: make DeterministicIPs the default in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Tue Dec 4 04:18:38 GMT 2007


------------------------------------------------------------
revno: 684
revision-id:tridge at samba.org-20071204041827-qk47nxxpbhhoo7cm
parent: tridge at samba.org-20071202231924-btpfcs8a4oyo221q
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge.stable
timestamp: Tue 2007-12-04 15:18:27 +1100
message:
  make DeterministicIPs the default
modified:
  server/ctdb_tunables.c         ctdb_tunables.c-20070604095258-4m34d7cm1qa7yos9-1
=== modified file 'server/ctdb_tunables.c'
--- a/server/ctdb_tunables.c	2007-11-11 23:23:35 +0000
+++ b/server/ctdb_tunables.c	2007-12-04 04:18:27 +0000
@@ -44,7 +44,7 @@
 	{ "DatabaseHashSize", 10000,  offsetof(struct ctdb_tunable, database_hash_size) },
 	{ "RerecoveryTimeout",   10,  offsetof(struct ctdb_tunable, rerecovery_timeout) },
 	{ "EnableBans",           1,  offsetof(struct ctdb_tunable, enable_bans) },
-	{ "DeterministicIPs",     0,  offsetof(struct ctdb_tunable, deterministic_public_ips) },
+	{ "DeterministicIPs",     1,  offsetof(struct ctdb_tunable, deterministic_public_ips) },
 };
 
 /*



More information about the samba-cvs mailing list