Bug 1202895
| Summary: | Error with Smart State Analysis on RHEV VM on NFS | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | lkerner | |
| Component: | SmartState Analysis | Assignee: | Rich Oliveri <roliveri> | |
| Status: | CLOSED ERRATA | QA Contact: | Nandini Chandra <nachandr> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.3.0 | CC: | aperotti, cbolz, clasohm, cpelland, fdewaley, jdeubel, jhardy, jocarter, jprause, lkerner, mfeifer, obarenbo, pmukhedk, roliveri, tcarlin, vchoudha | |
| Target Milestone: | GA | Keywords: | ZStream | |
| Target Release: | 5.5.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.5.0.1 | Doc Type: | Bug Fix | |
| Doc Text: |
In Red Hat Enterprise Virtualization 3.5, virtual machine OVF files no longer all reside on the master storage domain. As a result, performing SmartState Analysis on Red Hat Enterprise Virtualization 3.5 virtual machines residing on NFS storage domains failed due to a file not found error. The SmartState Analysis logic has been updated to retrieve the virtual machine's metadata through the Red Hat Enterprise Virtualization Manager API instead of the OVF file, so it now runs successfully in Red Hat Enterprise Virtualization 3.5 environments.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1261897 1451361 (view as bug list) | Environment: | ||
| Last Closed: | 2015-12-08 13:03:44 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1261897, 1451361 | |||
|
Description
lkerner
2015-03-17 16:13:25 UTC
*** Bug 1236725 has been marked as a duplicate of this bug. *** What version of RHEV are they using? Waiting to hear back from the customer on what version of RHEV they are running. Will update shortly. New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/8d54788e33b3d1740779bf693ea26d1c4bc58674 commit 8d54788e33b3d1740779bf693ea26d1c4bc58674 Author: Richard Oliveri <roliveri> AuthorDate: Mon Aug 24 17:07:40 2015 -0400 Commit: Richard Oliveri <roliveri> CommitDate: Mon Aug 24 17:07:40 2015 -0400 Fixes for various RHEVM fleecing issues. Fix for RHEV 3.5 - ovf file no longer on NFS share. Fix for NFS permission problem - uid changed when opening files on share. Fix for environments with both, NFS and LUN based storage. https://bugzilla.redhat.com/show_bug.cgi?id=1202895 https://bugzilla.redhat.com/show_bug.cgi?id=1024033 .../vm_or_template_shared/scanning.rb | 85 +----------- gems/pending/MiqVm/MiqRhevmVm.rb | 146 ++++++++++++++++++++- gems/pending/MiqVm/MiqVm.rb | 10 +- 3 files changed, 154 insertions(+), 87 deletions(-) Detected commit referencing this ticket while ticket status is POST. Detected commit referencing this ticket while ticket status is POST. Detected commit referencing this ticket while ticket status is POST. Does this impact RHEV 3.5 VMs only? Yes, it's needed to work with RHEV 3.5 and newer. Successfully scanned a RHEV 3.5 VM residing on NFS storage. Verified in 5.5.0.12 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-2015:2551 |