Bug 1416826
| Summary: | VMware EMS Refresh fails with "block (2 levels) in getMoPropMulti' error | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
| Component: | Providers | Assignee: | Adam Grare <agrare> |
| Status: | CLOSED ERRATA | QA Contact: | Alex Newman <anewman> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.7.0 | CC: | agrare, anewman, clasohm, cpelland, gblomqui, jfrey, jhardy, obarenbo |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.7.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | vmware:ems_refresh | ||
| Fixed In Version: | 5.7.1.1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1412179 | Environment: | |
| Last Closed: | 2017-02-27 19:30:35 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | VMware | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1412179 | ||
| Bug Blocks: | |||
|
Comment 2
CFME Bot
2017-01-31 15:11:40 UTC
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/c3baced49d14f1382bcb568b4cab3a03d4a1472f commit c3baced49d14f1382bcb568b4cab3a03d4a1472f Author: Adam Grare <agrare> AuthorDate: Tue Jan 31 09:38:05 2017 -0500 Commit: Adam Grare <agrare> CommitDate: Tue Jan 31 10:00:18 2017 -0500 Use Array() for non-array propSet In the case where ObjectContent.propSet is nil [oc.propSet] will result in [nil] where Array(oc.propSet) will result in [] https://bugzilla.redhat.com/show_bug.cgi?id=1416826 gems/pending/VMwareWebService/MiqVimInventory.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 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://rhn.redhat.com/errata/RHSA-2017-0320.html |