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/06/21 13:29:33 UTC

[GitHub] [cloudstack] GutoVeronezi commented on a change in pull request #5030: refactor: migrate vm with storage

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