CTDB take over代码流程梳理

ctdb take over功能用于ctdb集群中某个主节点失效时,该节点上IP可以转移到其他节点,保证相应IP提供的服务不断开,其处理代码主要集中于ctdb_takeover.c中,主要代码流程梳理如下图所示:
CTDB take over代码流程梳理