Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

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-cinderAssignee: 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: z8Keywords: 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
Description of problem: This bug has been opened to track below upstream bug of openstack-cinder.

There are lot of warnings getting dumped for cinder services.

~~~
2017-11-09 15:09:51.812 10585 WARNING cinder.api.openstack [req-9bc5ac88-33a8-49a0-bf6e-446848c11306 - - - - -] Extension VolumeTypeEncryption: Cannot extend resource types: No such resource
2017-11-09 15:09:51.812 10585 WARNING cinder.api.openstack [req-9bc5ac88-33a8-49a0-bf6e-446848c11306 - - - - -] Extension VolumeActions: Cannot extend resource volumes: No such resource
2017-11-09 15:09:51.813 10585 WARNING cinder.api.openstack [req-9bc5ac88-33a8-49a0-bf6e-446848c11306 - - - - -] Extension VolumeMigStatusAttribute: Cannot extend resource volumes: No such resource
2017-11-09 15:09:51.813 10585 WARNING cinder.api.openstack [req-9bc5ac88-33a8-49a0-bf6e-446848c11306 - - - - -] Extension VolumeUnmanage: Cannot extend resource volumes: No such resource
~~~

Version-Release number of selected component (if applicable):

openstack-cinder-9.1.4-9.el7ost.noarch
OSP10

Expected results:

These warning seems to eliminated via:

https://bugs.launchpad.net/cinder/+bug/1701203
https://git.openstack.org/cgit/openstack/cinder/commit/?id=cdf9a9c0ffdbbfa5cf4b4637483ce9c299d4fb23

hence a back-port might also be required for OSP10.

Additional info: Cu has recently upgraded his environment from OSP 8 > 9 > 10

Comment 10 Tzach Shefi 2018-05-16 12:27:22 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

Comment 13 errata-xmlrpc 2018-05-17 15:49:07 UTC
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