diff --git a/plugins/hypervisors/vmware/src/org/apache/cloudstack/storage/motion/VmwareStorageMotionStrategy.java b/plugins/hypervisors/vmware/src/org/apache/cloudstack/storage/motion/VmwareStorageMotionStrategy.java index c32d3d5abb7..11be609bcf7 100644 --- a/plugins/hypervisors/vmware/src/org/apache/cloudstack/storage/motion/VmwareStorageMotionStrategy.java +++ b/plugins/hypervisors/vmware/src/org/apache/cloudstack/storage/motion/VmwareStorageMotionStrategy.java @@ -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(