Bug 1435004
| Summary: | evmserverd on global appliance fails to restart after configuring replication | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Nick Carboni <ncarboni> |
| Component: | Replication | Assignee: | Nick Carboni <ncarboni> |
| Status: | CLOSED ERRATA | QA Contact: | Alex Newman <anewman> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.8.0 | CC: | cpelland, jhardy, lcouzens, obarenbo, simaishi |
| Target Milestone: | GA | ||
| Target Release: | 5.8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | replication | ||
| Fixed In Version: | 5.8.0.8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-05-31 14:43:35 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
Nick Carboni
2017-03-22 21:34:47 UTC
In this case the culprit is chargeable_fields, which should probably be excluded. New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/259ab71287989db2735bd697205129ed63383e42 commit 259ab71287989db2735bd697205129ed63383e42 Author: Nick Carboni <ncarboni> AuthorDate: Wed Mar 22 17:38:56 2017 -0400 Commit: Nick Carboni <ncarboni> CommitDate: Wed Mar 22 17:38:56 2017 -0400 Exclude chargeback lookup tables An AR validation which was being enforced during seeding was preventing the global server from starting up with failing rows in the database. This situation happens when the seeded rows get replicated up from a remote region and then the global appliance runs through seeding again. https://bugzilla.redhat.com/show_bug.cgi?id=1435004 config/default_replication_exclude_tables.yml | 3 +++ 1 file changed, 3 insertions(+) Ah sorry, set the version wrong. This doesn't need a backport. *** Bug 1435644 has been marked as a duplicate of this bug. *** 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. https://access.redhat.com/errata/RHSA-2017:1367 |