------------------------------------------------------------
revno: 684
revision-id:[EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
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) },
};
/*