mirror of https://github.com/apache/cloudstack.git
allow ovm migrate
This commit is contained in:
parent
4a3c4815b9
commit
53f807e28c
|
|
@ -67,7 +67,7 @@ public class StoragePoolMonitor implements Listener {
|
|||
if (cmd instanceof StartupRoutingCommand) {
|
||||
StartupRoutingCommand scCmd = (StartupRoutingCommand)cmd;
|
||||
if (scCmd.getHypervisorType() == HypervisorType.XenServer || scCmd.getHypervisorType() == HypervisorType.KVM ||
|
||||
scCmd.getHypervisorType() == HypervisorType.VMware) {
|
||||
scCmd.getHypervisorType() == HypervisorType.VMware || scCmd.getHypervisorType() == HypervisorType.Ovm) {
|
||||
List<StoragePoolVO> pools = _poolDao.listBy(host.getDataCenterId(), host.getPodId(), host.getClusterId());
|
||||
for (StoragePoolVO pool : pools) {
|
||||
if (!pool.getPoolType().isShared()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue