| Summary: | [Bug] Optimize: Utilization by Classification Throws Exception | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Dustin Scott <dscott> | |
| Component: | Reporting | Assignee: | Šimon Lukašík <slukasik> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Oleksii Tsuman <otsuman> | |
| Severity: | low | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 5.5.0 | CC: | cpelland, jhardy, jkrocil, nachandr, obarenbo, psavage, simaishi, slukasik | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.7.0 | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | retest:optimize | |||
| Fixed In Version: | 5.7.0.0 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1346036 (view as bug list) | Environment: | ||
| Last Closed: | 2017-01-11 19:53:11 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1346036 | |||
|
Description
Dustin Scott
2016-04-14 19:00:44 UTC
Reproducible on upstream. Taking. Clearing NEEDINFO New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/9cbe28be025c24104411658315f43f956ed95f50 commit 9cbe28be025c24104411658315f43f956ed95f50 Author: Šimon Lukašík <isimluk> AuthorDate: Wed Apr 27 14:48:00 2016 +0200 Commit: Šimon Lukašík <isimluk> CommitDate: Thu May 12 10:24:17 2016 +0200 Notify user when utilization report failed to build https://bugzilla.redhat.com/show_bug.cgi?id=1327322 app/controllers/application_controller/performance.rb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/cd8301e170fc8b02a2874545fa3b9386f3bad5f5 commit cd8301e170fc8b02a2874545fa3b9386f3bad5f5 Author: Šimon Lukašík <isimluk> AuthorDate: Thu May 12 13:50:27 2016 +0200 Commit: Šimon Lukašík <isimluk> CommitDate: Thu May 12 14:10:04 2016 +0200 Do not pass virtual_attribute to MetricRollup.new The v_derived_storage_used is virtual in metrics. We should not instantiate MetricRollup with this attribute even though it is part of some of the metrics. https://bugzilla.redhat.com/show_bug.cgi?id=1327322 Fixes: #1357 Addressing: can't write unknown attribute `v_derived_storage_used` Method:[rescue in deliver] [...] app/models/vim_performance_analysis.rb:554:in `block in group_perf_by_timestamp' app/models/vim_performance_analysis.rb:545:in `each' app/models/vim_performance_analysis.rb:545:in `inject' app/models/vim_performance_analysis.rb:545:in `group_perf_by_timestamp' app/models/miq_report/generator/utilization.rb:23:in `build_results_for_report_utilization' app/models/vim_performance_analysis.rb | 1 + spec/models/vim_performance_analysis_spec.rb | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) Verified in 5.7.0.9 Assigning to Oleksii Tsuman for acking/nacking test_qe_coverage falg. |