Project

General

Profile

Bug #18919

Updated by Vikhyat Umrao about 7 years ago

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

 <pre> 
 2017-02-11 00:09:56.704029 7f9011d259c0    0 System already converted  
 </pre> 

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

 <pre> 
 # 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": "", 

 </pre> 

 Downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1421819

Back