From 36de63843de10a1f2a9ccdbbee24cc1d08542984 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 --- server/ctdb_takeover.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/ctdb_takeover.c b/server/ctdb_takeover.c index 93da1fc4..130df8a3 100644 --- a/server/ctdb_takeover.c +++ b/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.34.1