recoverd: Update a comment to use current terminology
authorMartin Schwenke <martin@meltin.net>
Tue, 27 Aug 2013 05:24:17 +0000 (15:24 +1000)
committerMartin Schwenke <martin@meltin.net>
Wed, 11 Sep 2013 05:35:10 +0000 (15:35 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
server/ctdb_takeover.c

index f5d2d5032a32843842257faeb9100556485ea052..93da1fc418a5926ff7c6e193185369edf71a58d7 100644 (file)
@@ -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);