Bug 1661957
Summary: | evmserverd failed to start after upgrade from 4.5 to 4.6 with OpenStack 10 provider | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Ahmed El-Rayess <aelrayes> |
Component: | Appliance | Assignee: | Julian Cheal <jcheal> |
Status: | CLOSED WONTFIX | QA Contact: | Md Nadeem <mnadeem> |
Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | high | ||
Version: | 5.9.6 | CC: | abellott, dmetzger, jcheal, jfrey, jprause, jrafanie, mfeifer, obarenbo, rspagnol, simaishi, smallamp, tuado |
Target Milestone: | GA | ||
Target Release: | 5.9.8 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-01-28 17:16:27 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: |
Description
Ahmed El-Rayess
2018-12-24 22:00:26 UTC
It looks like this class was removed here [1] but the miq_workers rows were not removed. We'll need to write a migration to remove these rows. Similar to bug 1644083 and bug 1655794. Until we have the fixed data migration released, the user can open a rails console and do the following: MiqWorker.where(:type => "ManageIQ::Providers::StorageManager::CinderManager::EventCatcher").delete_all [1] https://github.com/ManageIQ/manageiq/pull/14962 PR with data migration https://github.com/ManageIQ/manageiq-schema/pull/320 Reverting the 5.9.z -> 5.9.8 change. Migrations do not run on on Z-Stream updates, so the proposed PR will not help. If there is a way to resolve this in the 5.9 branch it can be considered for a future errata. Please verify whether this problem exists in 5.10.0. IMO, we need to find a better general approach to this. We have a number of migrations that fix specific problems, but I think we need to do a more strategic fix that clears all errant worker records, regardless of STI. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days |