Reviewed: https://review.openstack.org/85708 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c0feec3f21757efe74f0228b5e05c9edff3bffac Submitter: Jenkins Branch: milestone-proposed
commit c0feec3f21757efe74f0228b5e05c9edff3bffac Author: Vladik Romanovsky <[email protected]> Date: Wed Apr 2 15:00:19 2014 -0400 libvirt: pause mode is not supported by all drivers Only KVM/Qemu drivers support the VIR_DOMAIN_START_PAUSED flag Booting guests on other drivers with the above flag will make it fail. Closes-Bug: 1301453 Change-Id: Ia98e018b686c4ec3c15fd1f6bcc78188f330fcef (cherry picked from commit bfb28fcf9031af4c695177663702ce05edbbfa4d) ** Changed in: nova Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1301453 Title: Libvirt LXC and Xen boot fails with VIR_DOMAIN_START_PAUSED Status in OpenStack Compute (Nova): Fix Released Bug description: Libvirt's lxc driver does not support the VIR_DOMAIN_START_PAUSED flag and thus fails to create the domain. This causes the boot to fail. Stacktrace: https://gist.github.com/ramielrowe/9936359 Steps to reproduce: 1) Create devstack with following localrc options VIRT_DRIVER='libvirt' LIBVIRT_TYPE='lxc' 2) Boot instance 3) Observe failed boot and exception in compute log To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1301453/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

