GitHub user DaanHoogland opened a pull request:

    https://github.com/apache/cloudstack/pull/1348

    CLOUDSTACK-9142 Migrate VM changes xmlDesc in a safe way

    The problem arises when the origin hypervisor has an ip addres that ends 
with 1, like '10.10.10.1' and the VM is having a disk on an NFS share that has 
that as part of its address, '10.10.10.100' for instance.
    now migrating to '10.10.10.10' will change both addresses in the xml 
description file for qemu. It is fixed and unit tests are added. I am not sure 
yet how to integration test this. Regression will probably work so creating a 
PR now.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9142

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1348.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1348
    
----
commit 2df0379d8ca3754fe926c168e304e2ff70f5e204
Author: Daan Hoogland <d...@onecht.net>
Date:   2016-01-18T16:43:43Z

    CLOUDSTACK-9142 Migrate VM changes xmlDesc in a safe way

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to