mirror of https://github.com/apache/cloudstack.git
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;
|
||||
@Inject
|
||||
private TemplateOVFPropertiesDao templateOVFPropertiesDao;
|
||||
@Inject
|
||||
private VolumeOrchestrationService _volumeMgr;
|
||||
|
||||
private ScheduledExecutorService _executor = 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());
|
||||
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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue