Bug 1480629
| Summary: | After upgrading from 4.2 to 4.5 AWS EBS storage is not discovered | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
| Component: | Documentation | Assignee: | Steve Bream <sbream> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.8.0 | CC: | adahms, bsorota, cpelland, dberger, fdewaley, gblomqui, hhudgeon, jfrey, jhardy, jkrocil, jocarter, mfeifer, mmojzis, obarenbo, rspagnol, simaishi |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.8.3 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | ec2:ebs:upgrade | ||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
At current, all EBS Storage Managers are deleted from Red Hat CloudForms after migrating from Red Hat CloudForms 4.2 to Red Hat CloudForms 4.5. To resolve this issue, run the following command on the rails console:
ManageIQ::Providers::CloudManager.all.each { |x| x.send(:ensure_managers); x.save!; }
This action is not necessary when upgrading from Red Hat CloudForms 4.5 or later.
|
Story Points: | --- |
| Clone Of: | 1471232 | Environment: | |
| Last Closed: | 2018-03-01 23:45:39 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | AWS | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1471232 | ||
| Bug Blocks: | |||
|
Comment 2
CFME Bot
2017-08-11 14:51:17 UTC
Fixed on both Fine and master: https://github.com/ManageIQ/manageiq-providers-amazon/pull/347 https://github.com/ManageIQ/manageiq-schema/pull/117 Hi, I added ec2 provider, upgraded from 5.7.4.2 to 5.8.3.0 and I can't still see EBS Storage manager in the UI. So this BZ is only about fixing that ERROR or also about having EBS provider in the UI? Thanks. The PRs that fixed this (see https://bugzilla.redhat.com/show_bug.cgi?id=1480629#c17) cannot be backported because a migration is involved. This means when upgrading from 5.7 to 5.8 the rails command referenced above (https://bugzilla.redhat.com/show_bug.cgi?id=1480629#c16) must be executed. Reviewed the doc text. |