← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1863728] Re: Nova can't create instances for a different arch

 

** Changed in: nova
       Status: Invalid => In Progress

-- 
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/1863728

Title:
  Nova can't create instances for a different arch

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  This is more a wish feature than a bug but considering the use cases
  I'm surprised that it's not supported by nova.

  *Support to create instances for a different architecture than the
  host architecture*

  My use case: Running ARM instances in x86_64 compute nodes.

  This is not possible because nova always assume the host architecture.
  Also, there's different assumptions considering the different architectures.

  Some examples:
  - cpu_mode for AARC64 is passthrough (not good if trying to emulate).
  - Nova always checks the cpu_model against the host so is not possible to define an ARM cpu.
  - architecture image property is not used for defining instance domain
  (...)

  This is mostly for discussion and to see if the community is
  interested in supporting this use case.

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


References