Bug 1426718
| Summary: | [RFE] Make the process of reintroducing a failed HA node more user-friendly | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Nick Carboni <ncarboni> | |
| Component: | Appliance | Assignee: | John Hardy <jhardy> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | luke couzens <lcouzens> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 5.7.0 | CC: | abellott, fdewaley, jhardy, lcouzens, obarenbo, simaishi | |
| Target Milestone: | GA | Keywords: | FutureFeature, RFE, TestOnly | |
| Target Release: | 5.9.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | HA:black | |||
| Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1445379 1450511 (view as bug list) | Environment: | ||
| Last Closed: | 2018-03-06 15:16:30 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: | 1445379, 1450511 | |||
|
Description
Nick Carboni
2017-02-24 16:34:02 UTC
New commit detected on ManageIQ/manageiq-gems-pending/master: https://github.com/ManageIQ/manageiq-gems-pending/commit/63a179ea2b419007df07a0385989f8f20978ee8f commit 63a179ea2b419007df07a0385989f8f20978ee8f Author: Nick Carboni <ncarboni> AuthorDate: Wed Apr 19 17:43:17 2017 -0400 Commit: Nick Carboni <ncarboni> CommitDate: Mon Apr 24 15:52:53 2017 -0400 Offer to clear the data directory for new standby servers This will allow seamless reintegration of failed primary servers after a failover. When this happens the user will be given the option to clear the existing database and re-clone the new primary into this server and then continue to set up a standby as before. https://bugzilla.redhat.com/show_bug.cgi?id=1426718 https://bugzilla.redhat.com/show_bug.cgi?id=1426769 https://bugzilla.redhat.com/show_bug.cgi?id=1442911 .../database_replication_standby.rb | 20 +-- .../database_replication_standby_spec.rb | 143 ++++++++++++++------- 2 files changed, 112 insertions(+), 51 deletions(-) Changed the console option for standby setup to also allow re-initializing failed primary servers. This is much simpler and less error-prone than using pg_rewind and other manual cli commands. Verified in 5.9.0.2 |