From 4e62553fcb9f2dec7f6c46f69b6088a00f16e168 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Tue, 27 Aug 2013 15:24:17 +1000 Subject: [PATCH] recoverd: Update a comment to use current terminology Signed-off-by: Martin Schwenke (This used to be ctdb commit ea5576071b22e1877903ec0921d375626a23e13b) --- ctdb/server/ctdb_takeover.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ctdb/server/ctdb_takeover.c b/ctdb/server/ctdb_takeover.c index f5d2d5032a3..93da1fc418a 100644 --- a/ctdb/server/ctdb_takeover.c +++ b/ctdb/server/ctdb_takeover.c @@ -2721,9 +2721,10 @@ int ctdb_takeover_run(struct ctdb_context *ctdb, struct ctdb_node_map *nodemap, DEBUG(DEBUG_INFO,("Failed to disable ip verification\n")); } - /* now tell all nodes to delete any alias that they should not - have. This will be a NOOP on nodes that don't currently - hold the given alias */ + /* Now tell all nodes to release any public IPs should not + * host. This will be a NOOP on nodes that don't currently + * hold the given IP. + */ takeover_data = talloc_zero(tmp_ctx, struct takeover_callback_data); CTDB_NO_MEMORY_FATAL(ctdb, takeover_data); -- 2.11.4.GIT