From ef2bd0b016f4ff9971e93f3e8ff922afccac46b9 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Tue, 28 Feb 2012 06:56:04 +1100 Subject: When adding ips to nodes, set up a deferred rebalance for the whole node to trigger after 60 seconds in case the normal ipreallocated is not sufficient to trigger rebalance. (This used to be ctdb commit 4340263b219d75c39f8de22abe3f6f1c1ee63ea2) --- ctdb/include/ctdb_protocol.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ctdb/include/ctdb_protocol.h') diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h index 4cf27893ff..3e466d83db 100644 --- a/ctdb/include/ctdb_protocol.h +++ b/ctdb/include/ctdb_protocol.h @@ -130,6 +130,11 @@ struct ctdb_call_info { */ #define CTDB_SRVID_TAKEOVER_RUN 0xFB00000000000000LL +/* request recovery daemon to rebalance ips for a node. + input is uint32_t for the node id. +*/ +#define CTDB_SRVID_REBALANCE_NODE 0xFB01000000000000LL + /* A message id to ask the recovery daemon to temporarily disable the public ip checks */ -- cgit