DaanHoogland commented on code in PR #14001:
URL: https://github.com/apache/cloudstack/pull/14001#discussion_r3879757419
##########
engine/orchestration/src/test/java/com/cloud/agent/manager/ClusteredAgentManagerImplTest.java:
##########
@@ -147,4 +153,45 @@ public void
scanDirectAgentToLoadHostWithNonForwardAttacheAndDisconnectedTest()
verify(clusteredAgentManagerImpl).investigate(agentAttache);
verify(clusteredAgentManagerImpl).loadDirectlyConnectedHost(hostVO,
false);
}
+
+ // https://github.com/apache/cloudstack/issues/9640
+ // Indirectly connected agents (KVM hosts, SSVM, CPVM) dial in to a
management server rather than
+ // being loaded directly by it, so they must be disconnected (and left to
reconnect on their own)
+ // instead of going through the direct-agent rebalance dance that expects
a ClusteredDirectAgentAttache.
Review Comment:
```suggestion
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]