| Summary: | Items disappear when expanding Quotas hierarchy | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Peter Belanyi <pbelanyi> | ||||
| Component: | cumin | Assignee: | grid-maint-list <grid-maint-list> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | MRG Quality Engineering <mrgqe-bugs> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 2.4 | CC: | athomas, esammons, matt, sgraf, tmckay | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-05-26 19:41:02 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
MRG-Grid is in maintenance and only customer escalations will be considered. This issue can be reopened if a customer escalation associated with it occurs. |
Created attachment 799474 [details] screenshot Description of problem: When expanding a complex hierarchy on the quotas page, some items disappear. Version-Release number of selected component (if applicable): cumin-0.1.5786-2 How reproducible: 100% Steps to Reproduce: 1. Install cumin+condor 2. Set up quotas: NEGOTIATOR_DEBUG = D_FULLDEBUG SCHEDD_INTERVAL = 15 NEGOTIATOR_USE_SLOT_WEIGHTS = FALSE NUM_CPUS = 100 GROUP_NAMES = a, b, c, a.a, a.b, a.b.a, a.b.b, a.b.a.a, a.b.a.b, b.a, b.b, b.c, c.a, c.b GROUP_QUOTA_a = 20 # should get 25% of 80 => 20 GROUP_QUOTA_DYNAMIC_b = 0.25 # should get 75% of 80 => 60 GROUP_QUOTA_DYNAMIC_c = 0.75 # should rescale to 5 GROUP_QUOTA_a.a = 10 # should rescale to 15 GROUP_QUOTA_a.b = 30 GROUP_QUOTA_DYNAMIC_a.b.a = 0.5 GROUP_QUOTA_DYNAMIC_a.b.b = 0.5 GROUP_QUOTA_DYNAMIC_a.b.a.a = 0.5 GROUP_QUOTA_DYNAMIC_a.b.a.b = 0.5 # should scale to 0.25 => 5 GROUP_QUOTA_DYNAMIC_b.a = 0.4 # should scale to 0.50 => 10 GROUP_QUOTA_DYNAMIC_b.b = 0.8 # should scale to 0.25 => 5 GROUP_QUOTA_DYNAMIC_b.c = 0.4 GROUP_QUOTA_c.a = 20 # should get 50% of 40 => 20, remainder 20 goes to "c" GROUP_QUOTA_DYNAMIC_c.b = 0.5 GROUP_AUTOREGROUP = FALSE 3. On the Quotas page in cumin expand 'a', 'a.b' then when expanding 'a.b.a', 'a.a' disappears (see attached screenshot) Actual results: when expanding 'a.b.a', 'a.a' disappears Expected results: when expanding 'a.b.a', 'a.a' is still shown