CLOUDSTACK-2701 - Enable storage migration for VMware resources

Whitespace cleanup

Signed-off-by: Sateesh Chodapuneedi <sate...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/406785b4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/406785b4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/406785b4

Branch: refs/heads/vmware-storage-motion
Commit: 406785b4aec457ea24dde13b23529fd8df9c1645
Parents: 05b75e9
Author: Sateesh Chodapuneedi <sate...@apache.org>
Authored: Thu May 30 16:47:54 2013 +0530
Committer: Sateesh Chodapuneedi <sate...@apache.org>
Committed: Thu May 30 16:50:13 2013 +0530

----------------------------------------------------------------------
 .../motion/VmwareStorageMotionStrategy.java        |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/406785b4/plugins/hypervisors/vmware/src/org/apache/cloudstack/storage/motion/VmwareStorageMotionStrategy.java
----------------------------------------------------------------------
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 c32d3d5..11be609 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(

Reply via email to