GutoVeronezi commented on a change in pull request #5030:
URL: https://github.com/apache/cloudstack/pull/5030#discussion_r655372731



##########
File path: server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
##########
@@ -575,6 +575,13 @@
     private static final ConfigKey<Boolean> VmDestroyForcestop = new 
ConfigKey<Boolean>("Advanced", Boolean.class, "vm.destroy.forcestop", "false",
             "On destroy, force-stop takes this value ", true);
 
+    public static final List<HypervisorType> 
VM_STORAGEMIGRATION_SUPPORTING_HYPERVISORS = new ArrayList<>(Arrays.asList(

Review comment:
       I think it would be better as 
`VM_STORAGE_MIGRATION_SUPPORTING_HYPERVISORS`.




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