Reviewed: https://review.openstack.org/505673 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=807579755c4a116309eca5b2bcdbab9d1f393bab Submitter: Zuul Branch: master
commit 807579755c4a116309eca5b2bcdbab9d1f393bab Author: Matt Riedemann <mriedem...@gmail.com> Date: Wed Sep 20 10:44:11 2017 -0400 Support qemu >= 2.10 Qemu 2.10 added the requirement of a --force-share flag to qemu-img info when reading information about a disk that is in use by a guest. We do this a lot in Nova for operations like gathering information before live migration. Up until this point all qemu/libvirt version matching has been solely inside the libvirt driver, however all the image manip code was moved out to nova.virt.images. We need the version of QEMU available there. This does it by initializing that version on driver init host. The net effect is also that broken libvirt connections are figured out earlier, as there is an active probe for this value. Co-Authored-By: Sean Dague <s...@dague.net> Change-Id: Iae2962bb86100f03fd3ad9aac3767da876291e74 Closes-Bug: #1718295 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1718295 Title: Live migration fails with qemu-img >= 2.10: "Failed to get shared "write" lock\nIs another process using the image?" To manage notifications about this bug go to: https://bugs.launchpad.net/devstack/+bug/1718295/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs