mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2701 - Enable storage migration for VMware resources
Whitespace cleanup Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org> CLOUDSTACK-2701 - Enable storage migration for VMware resources Removing injections which are not required in Vmware Manager
This commit is contained in:
parent
f24e81fe0d
commit
51996094ff
|
|
@ -159,9 +159,6 @@ public class VmwareManagerImpl extends ManagerBase implements VmwareManager, Vmw
|
|||
@Inject VmwareDatacenterDao _vmwareDcDao;
|
||||
@Inject VmwareDatacenterZoneMapDao _vmwareDcZoneMapDao;
|
||||
@Inject LegacyZoneDao _legacyZoneDao;
|
||||
@Inject VMInstanceDao _vmDao;
|
||||
@Inject VolumeDao _volDao;
|
||||
@Inject DataStoreManager dataStoreMgr;
|
||||
|
||||
String _mountParent;
|
||||
StorageLayer _storage;
|
||||
|
|
|
|||
|
|
@ -133,8 +133,8 @@ public class VmwareStorageMotionStrategy implements DataMotionStrategy {
|
|||
}
|
||||
|
||||
// Migration across cluster needs to be done in three phases.
|
||||
// 1. Send a migrate command to source resource to initiate migration
|
||||
// Run validations against target!!
|
||||
// 1. Send a migrate command to source resource to initiate migration
|
||||
// Run validations against target!!
|
||||
// 2. Complete the process. Update the volume details.
|
||||
MigrateWithStorageCommand migrateWithStorageCmd = new MigrateWithStorageCommand(to, volumeToFilerto, destHost.getGuid());
|
||||
MigrateWithStorageAnswer migrateWithStorageAnswer = (MigrateWithStorageAnswer) agentMgr.send(
|
||||
|
|
|
|||
Loading…
Reference in New Issue