Comment 2 for bug 1421707

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/155879
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1a56eccfa74aa0ed4bf1edbe4fceeba0c2b2d323
Submitter: Jenkins
Branch: master

commit 1a56eccfa74aa0ed4bf1edbe4fceeba0c2b2d323
Author: Ben Roble <email address hidden>
Date: Wed Feb 11 22:52:34 2015 -0500

    XenAPI: Fix data loss on resize up

    Resize up does not copy all data to the destination if data is written
    between the start of the resize and the shutdown of the instance.

    It seems we copy only the empty snapshot marker VDI instead of the VDI
    that the VM keeps writing to during the resize operation. This fix
    changes resize up behavior to copy the correct VDI.

    Change-Id: I5eebdfaaa82481726ba6ce2a946773b6ea503905
    Co-Authored-By: John Garbutt <email address hidden>
    Closes-Bug: #1421707