mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fix some more test cases
This commit is contained in:
parent
e211b92324
commit
70e19b28e6
@ -504,8 +504,6 @@ public class UserVmManagerImpl extends ManagerBase implements UserVmManager, Vir
|
|||||||
private ResourceTagDao resourceTagDao;
|
private ResourceTagDao resourceTagDao;
|
||||||
@Inject
|
@Inject
|
||||||
private TemplateOVFPropertiesDao templateOVFPropertiesDao;
|
private TemplateOVFPropertiesDao templateOVFPropertiesDao;
|
||||||
@Inject
|
|
||||||
private VolumeOrchestrationService _volumeMgr;
|
|
||||||
|
|
||||||
private ScheduledExecutorService _executor = null;
|
private ScheduledExecutorService _executor = null;
|
||||||
private ScheduledExecutorService _vmIpFetchExecutor = null;
|
private ScheduledExecutorService _vmIpFetchExecutor = null;
|
||||||
@ -5562,7 +5560,7 @@ public class UserVmManagerImpl extends ManagerBase implements UserVmManager, Vir
|
|||||||
DataCenter dc = _entityMgr.findById(DataCenter.class, vm.getDataCenterId());
|
DataCenter dc = _entityMgr.findById(DataCenter.class, vm.getDataCenterId());
|
||||||
Pod destPoolPod = _entityMgr.findById(Pod.class, destPool.getPodId());
|
Pod destPoolPod = _entityMgr.findById(Pod.class, destPool.getPodId());
|
||||||
|
|
||||||
destPool = _volumeMgr.findChildDataStoreInDataStoreCluster(dc, destPoolPod, destPool.getClusterId(), null, null, destPool.getId());
|
destPool = volumeMgr.findChildDataStoreInDataStoreCluster(dc, destPoolPod, destPool.getClusterId(), null, null, destPool.getId());
|
||||||
}
|
}
|
||||||
|
|
||||||
_itMgr.storageMigration(vm.getUuid(), destPool);
|
_itMgr.storageMigration(vm.getUuid(), destPool);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user