You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dest = deploymentManager.planDeployment(profile, plan, newDeploymentPlanner.ExcludeList(), null);
1467
-
} catch (InsufficientServerCapacityExceptione) {
1468
-
thrownewCloudRuntimeException(String.format("Maintenance failed, could not find deployment destination for VM [id=%s, name=%s].", vm.getId(), vm.getInstanceName()),
dest = deploymentManager.planDeployment(profile, plan, newDeploymentPlanner.ExcludeList(), null);
1480
+
} catch (InsufficientServerCapacityExceptione) {
1481
+
thrownewCloudRuntimeException(String.format("Maintenance failed, could not find deployment destination for VM [id=%s, name=%s].", vm.getId(), vm.getInstanceName()),
1482
+
e);
1483
+
}
1484
+
if (dest == null) {
1485
+
thrownewCloudRuntimeException(String.format("Maintenance failed, could not find deployment destination for VM [id=%s, name=%s], using plan: %s.", vm.getId(), vm.getInstanceName(), plan));
0 commit comments