You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/03/17 07:01:31 UTC

[GitHub] [cloudstack] sureshanaparti commented on a change in pull request #4829: volume resize: Fix issue with volume resize on VMWare (deploy as-is templates)

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



##########
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:
       @Pearl1594 is this required for ISO as well?




----------------------------------------------------------------
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:
users@infra.apache.org