DaanHoogland commented on code in PR #8085:
URL: https://github.com/apache/cloudstack/pull/8085#discussion_r1371897424
##########
engine/orchestration/src/main/java/com/cloud/vm/VirtualMachineManagerImpl.java:
##########
@@ -1443,6 +1443,7 @@ public void orchestrateStart(final String vmUuid, final
Map<VirtualMachineProfil
}
if (canRetry) {
try {
+ isMigratingAllocatedVolumesAcrossClusters(vm);
Review Comment:
:D my suggested method name was for a method checking the condition only. I
think this one is mare a `conditionalySetPodToDeployIn()`
--
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]