mirror of https://github.com/apache/cloudstack.git
bug 9127: intermediate checkin for agent load balancer
This commit is contained in:
parent
7fe3290d1b
commit
388aea7be3
|
|
@ -620,6 +620,9 @@ public class ClusterManagerImpl implements ClusterManager {
|
|||
}
|
||||
|
||||
private boolean isClusterReadyToStart() {
|
||||
if (!_agentLBEnabled) {
|
||||
return true;
|
||||
}
|
||||
boolean isReady = false;
|
||||
int transferCount = _hostTransferDao.listHostsJoiningCluster(_msId).size();
|
||||
if (transferCount == 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue