summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2011-08-15 10:23:50 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2011-08-15 10:43:42 +1000
commitd1f517737448307d58af16ff17eb713cb7838605 (patch)
treefc1252ae0383c1ab5867b41f0946dacca42c5703
parentf9e58b502fe84b2a7d0f08c19f2df265089766ba (diff)
downloadsamba-d1f517737448307d58af16ff17eb713cb7838605.tar.gz
samba-d1f517737448307d58af16ff17eb713cb7838605.tar.xz
samba-d1f517737448307d58af16ff17eb713cb7838605.zip
Change the default for ip failover to be LCP2 and not DeterministicIPs
(This used to be ctdb commit 038916248a73d6a250108c9235c0c4f76dba8e0c)
-rw-r--r--ctdb/server/ctdb_tunables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/server/ctdb_tunables.c b/ctdb/server/ctdb_tunables.c
index bd7834daad..9da3cc8065 100644
--- a/ctdb/server/ctdb_tunables.c
+++ b/ctdb/server/ctdb_tunables.c
@@ -45,8 +45,8 @@ 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", 1, offsetof(struct ctdb_tunable, deterministic_public_ips) },
- { "LCP2PublicIPs", 0, offsetof(struct ctdb_tunable, lcp2_public_ip_assignment) },
+ { "DeterministicIPs", 0, offsetof(struct ctdb_tunable, deterministic_public_ips) },
+ { "LCP2PublicIPs", 1, offsetof(struct ctdb_tunable, lcp2_public_ip_assignment) },
{ "ReclockPingPeriod", 60, offsetof(struct ctdb_tunable, reclock_ping_period) },
{ "NoIPFailback", 0, offsetof(struct ctdb_tunable, no_ip_failback) },
{ "DisableIPFailover", 0, offsetof(struct ctdb_tunable, disable_ip_failover) },