← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1769854] Re: Local disk without enough capacity appears in allocation candidates

 

This was fixed incidentally via
9af073384cca305565e741c1dfbb359c1e562a4e

See related fix.

** Changed in: nova
       Status: Confirmed => Fix Released

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

Title:
  Local disk without enough capacity appears in allocation candidates

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  How to reproduce
  -------------------------

  In placement,
  1. Setup a compute node resource provider with inventories of 
      - 24 VCPU
      - 2048 MEMORY_MB
      - 1600 DISK_GB
  2. Setup a shared storage resource provider with "MISC_SHARES_VIA_AGGREGATE" tag with
      - 2000 DISK_GB inventory 
  3. Set them both in a same aggregate
  4. Get allocation candidates requesting
      - 1 VCPU
      - 64 MEMORY_MB
      - 1800 DISK_GB inventory.

  Expected
  -------------

  Get one allocation request where DISK inventory is provided by the
  shared storage

  Actual
  ----------

  Get two allocation request, in one of which DISK inventory is provided
  by the compute node

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


References