sureshanaparti commented on a change in pull request #4491:
URL: https://github.com/apache/cloudstack/pull/4491#discussion_r529202545



##########
File path: server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
##########
@@ -1177,6 +1167,23 @@ private UserVm upgradeStoppedVirtualMachine(Long vmId, 
Long svcOffId, Map<String
 
     }
 
+    private void resizeVolumeWithNewOfferings(VMInstanceVO vmInstance, 
ServiceOfferingVO newServiceOffering)

Review comment:
       ```suggestion
       private void resizeRootVolumeOfVmWithNewOffering(VMInstanceVO 
vmInstance, ServiceOfferingVO newServiceOffering)
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to