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>
This commit is contained in:
parent
05b75e9d57
commit
406785b4ae
|
|
@ -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