Comment 25 for bug 1333219

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

Reviewed: https://review.openstack.org/101884
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2bed16c89356554a193a111d268a9587709ed2f7
Submitter: Jenkins
Branch: master

commit 2bed16c89356554a193a111d268a9587709ed2f7
Author: Daniel P. Berrange <email address hidden>
Date: Fri Jun 20 14:44:38 2014 +0100

    virt: add get_instance_disk_info to virt driver API

    The compute manager has been calling get_instance_disk_info on
    virt driver implementations during block migration, despite
    this method not being declared in the virt driver API. It was
    implemented in libvirt and stubbed in xenapi, with different
    API signatures in both.

    Declare & document it as part of the virt driver API, and
    split the libvirt impl into two parts to hide the libvirt
    specific notion of XML config.

    Partial-bug: #1333219
    Change-Id: I38c811f91cce99772ff988a278c32483a219949d