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 2020/07/04 05:31:26 UTC

[GitHub] [cloudstack] rhtyd commented on a change in pull request #4001: server: Dedicated hosts should be 'Not Suitable' while find host for m migration

rhtyd commented on a change in pull request #4001:
URL: https://github.com/apache/cloudstack/pull/4001#discussion_r439205308



##########
File path: server/src/main/java/com/cloud/server/ManagementServerImpl.java
##########
@@ -1321,6 +1321,11 @@ private HypervisorType getHypervisorType(VMInstanceVO vm, StoragePool srcVolumeP
             }
         }
 
+        if (vm.getType() == VirtualMachine.Type.User || vm.getType() == VirtualMachine.Type.DomainRouter) {

Review comment:
       @ustcweizhou what about other systemvms? CPVM, SSVM, ILB etc?




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