yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #65621
[Bug 1702420] [NEW] The AllocationCandidates.get_by_filters returned wrong combination of AllocationRequests
Public bug reported:
The case is:
compute node1 associated with shared storage pool1
compute node2 associated with shared storage pool2
The expected AllocationRequests returned as the combinations:
cn1 and ss1
cn2 and ss2
But the current implementation returned:
cn1, ss1 and ss2
cn2, ss1 and ss2
** Affects: nova
Importance: Undecided
Assignee: Alex Xu (xuhj)
Status: In Progress
** 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/1702420
Title:
The AllocationCandidates.get_by_filters returned wrong combination of
AllocationRequests
Status in OpenStack Compute (nova):
In Progress
Bug description:
The case is:
compute node1 associated with shared storage pool1
compute node2 associated with shared storage pool2
The expected AllocationRequests returned as the combinations:
cn1 and ss1
cn2 and ss2
But the current implementation returned:
cn1, ss1 and ss2
cn2, ss1 and ss2
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1702420/+subscriptions
Follow ups