From 8d11da3546b3d24fdde3527afa5ac2a5df56849e Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Tue, 27 Aug 2013 15:27:30 +1000 Subject: [PATCH] recoverd: Remove an orphaned comment This should have been removed with the associated code in commit 14bd0b6961ef1294e9cba74ce875386b7dfbf446. Signed-off-by: Martin Schwenke (This used to be ctdb commit 36de63843de10a1f2a9ccdbbee24cc1d08542984) --- ctdb/server/ctdb_takeover.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ctdb/server/ctdb_takeover.c b/ctdb/server/ctdb_takeover.c index 93da1fc418a..130df8a3484 100644 --- a/ctdb/server/ctdb_takeover.c +++ b/ctdb/server/ctdb_takeover.c @@ -2704,10 +2704,6 @@ int ctdb_takeover_run(struct ctdb_context *ctdb, struct ctdb_node_map *nodemap, /* Do the IP reassignment calculations */ ctdb_takeover_run_core(ctdb, ipflags, &all_ips); - /* The IP flags need to be cleared because they should never - * be seen outside the IP allocation code. - */ - /* The recovery daemon does regular sanity checks of the IPs. * However, sometimes it is overzealous and thinks changes are * required when they're already underway. This stops the -- 2.11.4.GIT