----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19730/#review38835 -----------------------------------------------------------
Commit eacc1d7fff6812e0e4c70c290e295327b920e14b in cloudstack's branch refs/heads/4.4 from Marcus Sorensen [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=eacc1d7 ] CLOUDSTACK-6292: Fix live migration of KVM when vnc ip address changes Submitted-by: Yoshikazu Nojima - ASF Subversion and Git Services On March 27, 2014, 5:53 p.m., Yoshikazu Nojima wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/19730/ > ----------------------------------------------------------- > > (Updated March 27, 2014, 5:53 p.m.) > > > Review request for cloudstack and Marcus Sorensen. > > > Bugs: CLOUDSTACK-6292 > https://issues.apache.org/jira/browse/CLOUDSTACK-6292 > > > Repository: cloudstack-git > > > Description > ------- > > When migrating VM, VNC server IP address in domain xml need to be updated to > destination KVM host IP address, but updated domain XML is left unused. > This patch changes MigrateKVMAsync class to accept domXml. > > > Diffs > ----- > > > plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java > 1d7d1b2 > > Diff: https://reviews.apache.org/r/19730/diff/ > > > Testing > ------- > > Live migration between two KVM hosts. > > > Thanks, > > Yoshikazu Nojima > >