Bug 1256952
| Summary: | enable-ha not adding 2nd haproxy cartridge to scaled app with 2+ gears | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ryan Howe <rhowe> | ||||
| Component: | Documentation | Assignee: | Ashley Hardin <ahardin> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ryan Howe <rhowe> | ||||
| Severity: | high | Docs Contact: | Vikram Goyal <vigoyal> | ||||
| Priority: | unspecified | ||||||
| Version: | 2.2.0 | CC: | aos-bugs, bperkins, erich, jokerman, mmccomas, nicholas_schuetz, pep, rhowe, tiwillia, vigoyal | ||||
| 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-09-08 20:17:22 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: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1273542 | ||||||
| Attachments: |
|
||||||
|
Description
Ryan Howe
2015-08-25 20:38:06 UTC
Created attachment 1086860 [details] rhc scale test Bug123 was scaled then has ha-enabled (test) Bug456 had ha-enable before scales (control) Added attachment Application names were bug 123 and bug 456 The workaround only worked by setting the min higher the 2nd time : Workaround: 1. rhc app create <cart> <app_name> 2. rhc cartridge scale -a <app_name> --min 2 --max 2 3. rhc app enable-ha 4. rhc cartridge scale -a <app_name> --min 3 --max 3 or instead of step 4 a scale up event needs to happen for the 2nd haproxy cart to be added. @Ryan, Please review: http://docbuilder.usersys.redhat.com/22540/#Making_Applications_Highly_Available Looks good to me LGTM Publishing notes to Alex: User Guide [22540] 11.7. Making Applications Highly Available http://docbuilder.usersys.redhat.com/22540/#Making_Applications_Highly_Available |