Bug 1421819

Summary: rgw: change loglevel to 20 for 'System already converted' message
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Vikhyat Umrao <vumrao>
Component: RGWAssignee: Vikhyat Umrao <vumrao>
Status: CLOSED ERRATA QA Contact: Vidushi Mishra <vimishra>
Severity: medium Docs Contact: Erin Donnelly <edonnell>
Priority: medium    
Version: 2.2CC: cbodley, ceph-eng-bugs, edonnell, hnallurv, icolle, kbader, kdreyer, mbenjamin, owasserm, sweil, vumrao
Target Milestone: rc   
Target Release: 2.3   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: RHEL: ceph-10.2.7-6.el7cp Ubuntu: ceph_10.2.7-7redhat1xenial Doc Type: Bug Fix
Doc Text:
.The radosgw-admin utility no longer logs an unnecessary message Previously, the `radosgw-admin` utility logged the following message every time even if the message was not relevant: ---- `2017-02-11 00:09:56.704029 7f9011d259c0 0 System already converted` ---- The log level of this message has been changed from 0 to 20. As a result, the `radosgw-admin` command logs the aforementioned message only when appropriate.
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-19 13:29:19 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: 1437916    

Description Vikhyat Umrao 2017-02-13 18:40:02 UTC
Description of problem:
rgw: change loglevel to 20 for 'System already converted' message

Upstream tracker: http://tracker.ceph.com/issues/18919


Version-Release number of selected component (if applicable):
Red Hat Ceph Storage 2.1
10.2.3-17.el7cp

How reproducible:
Always

- If we upgrade hammer to jewel and metadata gets converted successfully from hammer to jewel, we log a message:

~~~
2017-02-11 00:09:56.704029 7f9011d259c0  0 System already converted 
~~~

- Now because this log message is at log level 0, it is getting printed in each and every simple 'radosgw-admin' command:

~~~
# radosgw-admin user info --uid testuser
2017-02-11 00:09:56.704029 7f9011d259c0  0 System already converted 
{
    "user_id": "testuser",
    "display_name": "Test User1",
    "email": "",
~~~

Comment 2 Vikhyat Umrao 2017-02-17 20:51:54 UTC
Master branch PR: https://github.com/ceph/ceph/pull/13399

Comment 21 errata-xmlrpc 2017-06-19 13:29:19 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-2017:1497