Bug 1535792
| Summary: | [Back-Port request to OSP10] Need to remove Cinder extension warning messages | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | MD Sufiyan <msufiyan> | |
| Component: | openstack-cinder | Assignee: | Eric Harney <eharney> | |
| Status: | CLOSED ERRATA | QA Contact: | Avi Avraham <aavraham> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 10.0 (Newton) | CC: | pgrist, srevivo, tshefi | |
| Target Milestone: | z8 | Keywords: | Triaged, ZStream | |
| Target Release: | 10.0 (Newton) | |||
| Hardware: | Unspecified | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | openstack-cinder-9.1.4-27.el7ost | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1552315 (view as bug list) | Environment: | ||
| Last Closed: | 2018-05-17 15:49:07 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: | 1552315 | |||
| Bug Blocks: | ||||
|
Description
MD Sufiyan
2018-01-18 06:30:58 UTC
Verified on: openstack-cinder-9.1.4-33.el7ost.noarch grepping for either of these errors (while debug=true) didn't return anything, looks like messages are gone Ok to verify. # grep -irn VolumeTypeEncryption /var/log/cinder/ # grep -irn VolumeMigStatusAttribute /var/log/cinder/ # grep -irn VolumeUnmanage /var/log/cinder/ # grep -irn extend /var/log/cinder/ did return a few messages[0], but none as the one I was looking for (Extension VolumeActions: Cannot extend resource volumes: No such resource) hence safe to ignore. [0] /var/log/cinder/api.log:24:2018-05-14 08:17:33.570 64322 INFO cinder.api.extensions [-] Loaded extension: os-extended-services /var/log/cinder/api.log:25:2018-05-14 08:17:33.571 64322 INFO cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes /var/log/cinder/api.log:87:2018-05-14 08:17:34.112 64322 INFO cinder.api.extensions [req-ee8f2e75-ef3f-47ec-a703-372c8e552bc3 - - - - -] Loaded extension: os-extended-services /var/log/cinder/api.log:88:2018-05-14 08:17:34.112 643 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-2018:1602 |