yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #55572
[Bug 1617081] [NEW] Cannot get hugepages on PPC64
Public bug reported:
We cannot spawn VMs with hugepages on PPC64, for example with the IBM P8 systems.
The analysis shows that it is due to
virt/libvirt/driver.py
_has_hugepage_support()
which has only:
supported_archs = [arch.I686, arch.X86_64]
arch.PPC64LE is missing here.
** Affects: nova
Importance: Undecided
Status: New
--
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/1617081
Title:
Cannot get hugepages on PPC64
Status in OpenStack Compute (nova):
New
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/libvirt/driver.py
_has_hugepage_support()
which has only:
supported_archs = [arch.I686, arch.X86_64]
arch.PPC64LE is missing here.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1617081/+subscriptions
Follow ups