From 406785b4aec457ea24dde13b23529fd8df9c1645 Mon Sep 17 00:00:00 2001 From: Sateesh Chodapuneedi Date: Thu, 30 May 2013 16:47:54 +0530 Subject: [PATCH] CLOUDSTACK-2701 - Enable storage migration for VMware resources Whitespace cleanup Signed-off-by: Sateesh Chodapuneedi --- .../storage/motion/VmwareStorageMotionStrategy.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(