shwstppr commented on code in PR #9305:
URL: https://github.com/apache/cloudstack/pull/9305#discussion_r1686242484
##########
server/src/main/java/com/cloud/vm/UserVmManagerImpl.java:
##########
@@ -682,6 +682,9 @@ public void setKubernetesServiceHelpers(final
List<KubernetesServiceHelper> kube
HypervisorType.XenServer,
HypervisorType.Simulator
));
+ public static final List<HypervisorType>
VM_STORAGE_MIGRATION_WITH_SUPPORTING_SUPPORTING_HYPERVISORS = new
ArrayList<>(Arrays.asList(
Review Comment:
Thanks @weizhouapache. Too many `SUPPORTING`. Fixed now
--
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]