mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user