[Bug 1819509] Re: qemu-kvm is not installed with nova-compute

Corey Bryant corey.bryant at canonical.com
Tue Mar 12 12:34:01 UTC 2019


@Christian, thanks for the history.

@Aymen, I'm going to mark this as invalid for now. If you see any reason
to re-open it then please feel free to move it back to New.

** Changed in: nova (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1819509

Title:
  qemu-kvm is not installed with nova-compute

Status in nova package in Ubuntu:
  Invalid

Bug description:
  After upgrading compute nodes from mitaka to newton we are not able to migrate virtual machine.
  We are not able to migrate VMs from recently onboarded compute nodes to old compute nodes that has been upgraded to newton.
  Reason is:
  Xenial-mitaka nova-compute (2.13) depends on nova-compute-kvm which does not depend on qemu-kvm:
  Package: nova-compute-kvm
  Architecture: all
  Depends: nova-compute-libvirt (= ${binary:Version}),
           qemu-system (>= 1.3.0) | kvm,
           ${misc:Depends},

  
  Newton nova-compute (2.14) package depends on nova-compute-kvm which depends on qemu-kvm or qemu-system:

  Package: nova-compute-kvm
  Architecture: all
  Depends: nova-compute-libvirt (= ${binary:Version}),
           qemu-kvm | qemu-system (>= 1.3.0) | kvm,
           ${misc:Depends},

  
  When we install newton nova-compute from scratch on compute node  we have qmu-kvm package installed => all virtual machines created on this compute node are using kvm-spice emulator

  When we upgrade nova-compute package from Mitaka to Newton, we don't
  have qemu-kvm package installed  => all virtual machines created on
  this compute node are using qemu-system-x86_64 emulator.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1819509/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list