Bug 1406815
| Summary: | HA, Reintroducing the primary Failed Node fails | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | luke couzens <lcouzens> |
| Component: | Appliance | Assignee: | Nick Carboni <ncarboni> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | luke couzens <lcouzens> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.7.0 | CC: | abellott, greartes, jhardy, ncarboni, obarenbo, simaishi |
| Target Milestone: | GA | ||
| Target Release: | cfme-future | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | HA | ||
| Fixed In Version: | 5.8.0.12 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-24 14:31: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: | |||
|
Description
luke couzens
2016-12-21 14:38:19 UTC
This is because the WAL log needed to catch the standby up after the rewind is no longer on the primary server. To fix this we can look into a better value for wal_keep_segments[1], but that will only buy us so much time. The complete solution to this is to set up WAL archiving[2] so that the segments that are no longer needed on the primary are still available if a standby needs them. I'm not sure this is in the scope of our feature as the reintroduction is still a fairly manual process anyway. As a work around customers will have to recreate the standby from scratch by removing the contents of the data directory and using the console to reconfigure the failed primary as a standby node. [1] https://www.postgresql.org/docs/9.5/static/runtime-config-replication.html#GUC-WAL-KEEP-SEGMENTS [2] https://www.postgresql.org/docs/9.5/static/continuous-archiving.html This should have been fixed by https://github.com/ManageIQ/manageiq-gems-pending/pull/126 Verified in 5.8.2.0 |