diff options
| author | Martin Schwenke <martin@meltin.net> | 2013-08-27 15:24:17 +1000 |
|---|---|---|
| committer | Martin Schwenke <martin@meltin.net> | 2013-09-11 15:35:10 +1000 |
| commit | 4e62553fcb9f2dec7f6c46f69b6088a00f16e168 (patch) | |
| tree | 2e95cc30aaceef5450f8169aaeb34df2ca456581 | |
| parent | fe7f66547bafed7a2fd7cb5dee83cd4ac254afab (diff) | |
recoverd: Update a comment to use current terminology
Signed-off-by: Martin Schwenke <martin@meltin.net>
(This used to be ctdb commit ea5576071b22e1877903ec0921d375626a23e13b)
| -rw-r--r-- | ctdb/server/ctdb_takeover.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ctdb/server/ctdb_takeover.c b/ctdb/server/ctdb_takeover.c index f5d2d5032a..93da1fc418 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); |
