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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to