Cannot get hugepages on PPC64
Bug #1617081 reported by
Vincent JARDIN
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Wishlist
|
Vincent JARDIN |
Bug Description
We cannot spawn VMs with hugepages on PPC64, for example with the IBM P8 systems.
The analysis shows that it is due to
virt/
_has_
which has only:
supported_archs = [arch.I686, arch.X86_64]
arch.PPC64LE is missing here.
Changed in nova: | |
assignee: | nobody → Vincent JARDIN (vincent-jardin) |
status: | New → In Progress |
tags: | added: libvirt |
Changed in nova: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/360822
Review: https:/