| Summary: | Error while executing a report | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | John Prause <jprause> |
| Component: | Reporting | Assignee: | Joe Rafaniello <jrafanie> |
| Status: | CLOSED ERRATA | QA Contact: | Alex Newman <anewman> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.4.0 | CC: | anewman, cpelland, dajohnso, jhardy, jrafanie, mfeifer, ngupta, obarenbo, ssainkar, yrudman |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.5.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.5.3.2 | Doc Type: | Bug Fix |
| Doc Text: |
Previously, attempting to queue a report created to list all VMs with thin provisioned disk, threw an error. This was caused because has_many through association was breaking the reporting.
This patch fixes has_many through association that broke the reporting and the issue is now resolved.
|
Story Points: | --- |
| Clone Of: | 1303074 | Environment: | |
| Last Closed: | 2016-04-13 18:42:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | Bug | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1303074, 1304006 | ||
| Bug Blocks: | |||
|
Comment 3
Joe Rafaniello
2016-03-01 20:51:42 UTC
New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=8b44c0551bcf2174a2d76857b1ac3cf12f4040a4 commit 8b44c0551bcf2174a2d76857b1ac3cf12f4040a4 Merge: cf17bb3 c719e03 Author: Gregg Tanzillo <gtanzill> AuthorDate: Tue Mar 1 16:39:08 2016 -0500 Commit: Gregg Tanzillo <gtanzill> CommitDate: Tue Mar 1 16:39:08 2016 -0500 Merge branch '55z_1303074' into '5.5.z' Fix has_many through association breaking reporting Backports of the following PRs with conflicts(rspec version changes) in the tests fixed: https://bugzilla.redhat.com/show_bug.cgi?id=1304003 https://github.com/ManageIQ/manageiq/pull/6650 https://github.com/ManageIQ/manageiq/pull/6690 https://github.com/ManageIQ/manageiq/pull/6903 See merge request !828 app/models/vm_or_template.rb | 2 +- spec/models/miq_report_spec.rb | 57 ++++++++++++++++++++++++++++++++++++-- spec/models/vm_or_template_spec.rb | 26 +++++++++++++++++ 3 files changed, 81 insertions(+), 4 deletions(-) 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/RHBA-2016:0616 |