Pearl1594 commented on a change in pull request #4829:
URL: https://github.com/apache/cloudstack/pull/4829#discussion_r595898338



##########
File path: 
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource/VmwareResource.java
##########
@@ -2072,6 +2072,8 @@ protected StartAnswer execute(StartCommand cmd) {
             //
             for (DiskTO vol : sortedDisks) {
                 if (vol.getType() == Volume.Type.ISO || deployAsIs && 
vol.getType() == Volume.Type.ROOT) {
+                    rootDiskTO = vol;
+                    resizeRootDiskOnVMStart(vmMo, rootDiskTO, hyperHost, 
context);

Review comment:
       Thanks @sureshanaparti It's not required for ISO , have made the 
necessary change.




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