Comment 8 for bug 1267191

Revision history for this message
Kashyap Chamarthy (kashyapc) wrote :

Update:

tl;dr -- Fix for this (libvirt bug) is committed in upstream; available from this libvirt version of Fedora -- libvirt-1.1.3.3-4.fc20

Upstream libvirt bug fix -- https://www.redhat.com/archives/libvir-list/2014-January/msg01314.html

Test
-----

1. Stop all OpenStack services (on both Controller and Compute nodes)

    $ openstack-service stop

2. Update to libvirt RPMs, version -- libvirt-1.1.3.3-4.fc20

3. Restart Libvirt on Compute node:

    $ systemctl restart libvirtd

4. Restart OpenStack Nova compute (it should come up successfully)

    $ systemctl status openstack-nova-compute -l
openstack-nova-compute.service - OpenStack Nova Compute Server
   Loaded: loaded (/usr/lib/systemd/system/openstack-nova-compute.service; enabled)
   Active: active (running) since Tue 2014-01-28 06:50:10 EST; 2s ago
 Main PID: 2482 (nova-compute)
   CGroup: /system.slice/openstack-nova-compute.service
           └─2482 /usr/bin/python /usr/bin/nova-compute --logfile /var/log/nova/compute.log

Jan 28 06:50:10 node2-compute systemd[1]: Started OpenStack Nova Compute Server.$ openstack-service stop

Jan 28 06:50:10 node2-compute systemd[1]: Started OpenStack Nova Compute Server.