[Bug 1265877] Re: nova fails to launch i386 images

Scott Moser ssmoser2+ubuntu at gmail.com
Mon Jun 25 14:52:07 UTC 2018


This bug is believed to be fixed in simplestreams in version 0.1.0. If
this is still a problem for you, please make a comment and set the state
back to New

Thank you.

** Changed in: simplestreams
       Status: Fix Committed => Fix Released

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

Title:
  nova fails to launch i386 images

Status in Ubuntu Cloud Archive:
  Invalid
Status in simplestreams:
  Fix Released
Status in nova package in Ubuntu:
  Invalid
Status in nova-compute package in Juju Charms Collection:
  Invalid

Bug description:
  in nova.conf:
  compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
  scheduler_default_filters=RetryFilter,AvailabilityZoneFilter,DiskFilter,CoreFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter

  The openstack deployment has several compute nodes, all of them
  running 64-bit installs.  The above config results in:

  vm_type:all does not support requested instance_properties host_passes
  /usr/lib/python2.7/dist-
  packages/nova/scheduler/filters/image_props_filter.py:83

  And error-state for all attempts to launch a 32-bit image.

  The same applies with:
  compute_scheduler_driver=nova.scheduler.chance.ChanceScheduler

  Dropping ImagePropertiesFilter from the filters list "fixes" the
  issue, but clearly there is no reason that the 64-bit box cannot run a
  32-bit image in a vm.

  lamont

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1265877/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list