← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1709788] [NEW] AllocationCandidates return duplicated allocation requests when no sharing rp

 

Public bug reported:

The case is: computenode1 and comptuenode3 share the storage from
sharedstrorage1, computenode3 has local disk. The expected result from
AllocationCandidates is (computenode1, sharedstorage1), (computenode2,
sharedstorage1) and (computenode3). But the current return is
(computenode1, sharedstorage1), (computenode2, sharedstorage1),
(computenode3) and (computenode3), a duplicated (computenodes) returned.

** Affects: nova
     Importance: Undecided
     Assignee: Alex Xu (xuhj)
         Status: New


** Tags: placement

** Changed in: nova
     Assignee: (unassigned) => Alex Xu (xuhj)

** Tags added: placement

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

Title:
  AllocationCandidates return duplicated allocation requests when no
  sharing rp

Status in OpenStack Compute (nova):
  New

Bug description:
  The case is: computenode1 and comptuenode3 share the storage from
  sharedstrorage1, computenode3 has local disk. The expected result from
  AllocationCandidates is (computenode1, sharedstorage1), (computenode2,
  sharedstorage1) and (computenode3). But the current return is
  (computenode1, sharedstorage1), (computenode2, sharedstorage1),
  (computenode3) and (computenode3), a duplicated (computenodes)
  returned.

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


Follow ups