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
if (newServiceOffering.isDynamicallyScalable() != currentServiceOffering.isDynamicallyScalable()) {
1854
-
thrownewInvalidParameterValueException("Unable to Scale VM: since dynamicscalingenabled flag is not same for new service offering and old service offering");
1854
+
thrownewInvalidParameterValueException("Unable to Scale VM: since dynamic scaling enabled flag is not same for new service offering and old service offering");
1855
1855
}
1856
1856
1857
1857
intnewCpu = newServiceOffering.getCpu();
@@ -1905,7 +1905,7 @@ private boolean upgradeRunningVirtualMachine(Long vmId, Long newServiceOfferingI
1905
1905
1906
1906
// Check vm flag
1907
1907
if (!vmInstance.isDynamicallyScalable()) {
1908
-
thrownewCloudRuntimeException("Unable to Scale the vm: " + vmInstance.getUuid() + " as vm does not have tools to support dynamic scaling");
1908
+
thrownewCloudRuntimeException("Unable to Scale the VM: " + vmInstance.getUuid() + " as VM is not configured to be dynamically scalable");
1909
1909
}
1910
1910
1911
1911
// Check disable threshold for cluster is not crossed
@@ -2732,11 +2732,15 @@ public UserVm updateVirtualMachine(long id, String displayName, String group, Bo
0 commit comments