| Summary: | CloudForms inventory fails when an openstack cinder volume contains no 'device' directive in the attachments property | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Chris Pelland <cpelland> |
| Component: | Providers | Assignee: | Ladislav Smola <lsmola> |
| Status: | CLOSED ERRATA | QA Contact: | Pavol Kotvan <pakotvan> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.4.0 | CC: | cpelland, dajohnso, gblomqui, jfrey, jhardy, jocarter, jprause, lsmola, mfeifer, obarenbo, pakotvan, psavage, ssainkar |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.5.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | openstack | ||
| Fixed In Version: | 5.5.3.2 | Doc Type: | Bug Fix |
| Doc Text: |
Previously, CloudForms inventory failed when an OpenStack cinder volume contained no 'device' directive in the attachments property. This was caused because the mountpoit of a volume went missing after some operations. This fix ignores the missing volume mountpoint, and logs a warning. As a result, the inventory now succeeds.
|
Story Points: | --- |
| Clone Of: | 1304740 | Environment: | |
| Last Closed: | 2016-04-13 18:43:05 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: | 1304740, 1306363 | ||
| Bug Blocks: | 1306361 | ||
|
Comment 1
Ladislav Smola
2016-02-11 08:48:10 UTC
New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=81711115ce3f9a2e36ddb8bd9782954498bc9113 commit 81711115ce3f9a2e36ddb8bd9782954498bc9113 Merge: 92f363c 37a97bb Author: Greg Blomquist <gblomqui> AuthorDate: Fri Mar 11 09:34:01 2016 -0500 Commit: Greg Blomquist <gblomqui> CommitDate: Fri Mar 11 09:34:01 2016 -0500 Merge branch 'bz1306362' into '5.5.z' OpenStack ignore missing volume mountpoint Seems like after some operations, the mountpoit of volume can get missing. Let's ignore that fact and log warn. Clean cherry-pick of: https://github.com/ManageIQ/manageiq/pull/6592 Fixes 5.5.z BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1306362 See merge request !777 .../manageiq/providers/openstack/cloud_manager/refresh_parser.rb | 6 ++++++ 1 file changed, 6 insertions(+) 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 |