Comment 8 for bug 1028092

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

Reviewed: https://review.openstack.org/14758
Committed: http://github.com/openstack/nova/commit/d5888f19c3787511b352e7d54ce2ee923ed13ae8
Submitter: Jenkins
Branch: stable/folsom

commit d5888f19c3787511b352e7d54ce2ee923ed13ae8
Author: Renuka Apte <email address hidden>
Date: Tue Sep 4 23:02:16 2012 -0700

    xenapi: Refactor snapshots during resize

    Currently, we use VM.snapshot for resize, which fails if we have a
    volume attached to the VM, which does not support snapshots. This change
    uses VDI.snapshot instead, for all VDIs that are not attached by nova.

    Also needed for xenapi: detaching and reattaching volumes during
    migrations and reverting of migrations.

    Fixes Bug #1028092

    Change-Id: I3e2973747135a9c33de194e38537620c397bb87e
    (cherry picked from commit 359527501604ea720b594a2ed1b32cd29fe6adbc)