Revert "Make deterministic ips off by the default."
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 21 Jul 2010 07:49:34 +0000 (17:19 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 21 Jul 2010 07:49:34 +0000 (17:19 +0930)
This reverts commit 09d5dc94930a1349bb74b5557a4e71144ad525a4.

We decided more review is needed, and we should not change this
for 1.0.112.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
server/ctdb_tunables.c

index 33bb1565a9cb2330cb26f5364b74c9c76c9097d9..d1c7212575c69adc532c555bdac5252c761f52e5 100644 (file)
@@ -47,7 +47,7 @@ static const struct {
        { "DatabaseMaxDead",      5,  offsetof(struct ctdb_tunable, database_max_dead) },
        { "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) },
        { "ReclockPingPeriod",   60,  offsetof(struct ctdb_tunable,  reclock_ping_period) },
        { "NoIPFailback",         0,  offsetof(struct ctdb_tunable, no_ip_failback) },
        { "VerboseMemoryNames",   0,  offsetof(struct ctdb_tunable, verbose_memory_names) },