sureshanaparti commented on code in PR #9736:
URL: https://github.com/apache/cloudstack/pull/9736#discussion_r1778240826


##########
server/src/main/java/com/cloud/vm/UserVmManagerImpl.java:
##########
@@ -686,14 +686,6 @@ public void setKubernetesServiceHelpers(final 
List<KubernetesServiceHelper> kube
             HypervisorType.Simulator
     ));
 
-    protected static final List<HypervisorType> 
ROOT_DISK_SIZE_OVERRIDE_SUPPORTING_HYPERVISORS = Arrays.asList(
-            HypervisorType.KVM,
-            HypervisorType.XenServer,
-            HypervisorType.VMware,
-            HypervisorType.Simulator,
-            HypervisorType.Custom
-    );
-
     private static final List<HypervisorType> 
HYPERVISORS_THAT_CAN_DO_STORAGE_MIGRATION_ON_NON_USER_VMS = 
Arrays.asList(HypervisorType.KVM, HypervisorType.VMware);

Review Comment:
   @vishesh92 check if this one can also be added to the hypervisor 
functionality.



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

To unsubscribe, e-mail: [email protected]

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

Reply via email to