-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22256/
-----------------------------------------------------------

(Updated June 5, 2014, 8:20 a.m.)


Review request for cloudstack, Devdeep Singh, Rajesh Battala, and Sateesh 
Chodapuneedi.


Bugs: CLOUDSTACK-6830
    https://issues.apache.org/jira/browse/CLOUDSTACK-6830


Repository: cloudstack-git


Description
-------

fixed vm migration failing between different clusters if volumes are on zone 
primary store. During VM migration, volumes on zone wide primary store 
requiring storage migration resulting in failure of VM migration
    
    This also improves the hostsformigration api. Firstly we were ttrying to 
list all hosts and then finding suitable storage pools for all volumes
    and then we were checking for whether vm migration requires storage 
migration
    Now the process is reversed, We are checking for only those volumes which 
are not in zone wide primary store and only verifying
    that volumes->poolid->clusterid is different from host clusterid and 
usesLocal then only it requires storage migration


Diffs
-----

  engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java 9b63043 
  server/src/com/cloud/server/ManagementServerImpl.java dd4ce0f 

Diff: https://reviews.apache.org/r/22256/diff/


Testing (updated)
-------

tested following scenarios on my local setup.
1. VM migration for volumes on zone wide primary store is working fine
2. VM migration for volumes on cluster wide primary store is working fine
3. VM migration for volumes on local storage is working fine


Thanks,

Anshul Gangwar

Reply via email to