[one-users] Ubuntu 12.04 KVM package breaking opennebula (libvirt) templates

Shankhadeep Shome shank15217 at gmail.com
Sun Apr 22 17:34:40 PDT 2012


I tried to add some Ubuntu 12.04 hosts into my cluster and had some
problems deploying VMs on these new hosts.. turns out there was a change
from 11.10..

Changes to Ubuntu KVM packages...

So for some reason Ubuntu 12.04 packages creates two kvm binary links
breaking backward compatibility with libvirt templates

This requires the following changes to the libvirt templates

change

<emulator>/usr/bin/kvm</emulator>

to

<emulator>/usr/bin/kvm-spice</emulator>

Or relink the kvm symbolic link to qemu-system-x86_64-spice

ln -s kvm qemu-system-x86_64-spice

Or I assume update Open Nebula kvm defaults with the correct emulator

EMULATOR = /usr/bin/kvm-spice >> /etc/one/vmm_exec/vmm_exec_kvm.conf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20120422/2ca34748/attachment-0002.htm>


More information about the Users mailing list