| Summary: | [heat] no autoscaling action occurs for percentage adjustment, depending on initial size & adjustment step size | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Eoghan Glynn <eglynn> |
| Component: | openstack-heat | Assignee: | Eoghan Glynn <eglynn> |
| Status: | CLOSED ERRATA | QA Contact: | Kevin Whitney <kwhitney> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.0 | CC: | ddomingo, hateya, sbaker, sdake, shardy, srevivo, yeylon |
| Target Milestone: | rc | Keywords: | OtherQA, Triaged |
| Target Release: | 4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-heat-engine-2013.2-2.0.el6ost | Doc Type: | Bug Fix |
| Doc Text: |
The Orchestration engine did not use proper rounding logic when using PercentChangeInCapacity to autoscale server group sizes. Specifically, autoscaling did not correctly round up if:
(MinSize x ScalingAdjustment / 100.00) < 1.0
As a result, certain combinations of MinSize and ScalingAdjustments could incorrectly prevent under-scaled groups from scaling up.
This fix adds the necessary rounding logic to PercentChangeInCapacity. As a result, PercentChangeInCapacity now correctly scales up as needed, regardless of the MinSize and ScalingAdjustment.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-20 00:35:29 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: | |
|
Description
Eoghan Glynn
2013-11-13 20:49:10 UTC
Fix proposed on master upstream: https://review.openstack.org/56281 Landed on master upstream: https://github.com/openstack/heat/commit/5720e6d6 Proposed to stable/havana upstream: https://review.openstack.org/56360 Landed on stable/havana upstream: https://github.com/openstack/heat/commit/f33297d7f13eedc8e8aa5e5db294d3a725679974 Backport landed in internal repo: https://code.engineering.redhat.com/gerrit/16394 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html |