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:
[email protected]