Project

General

Profile

Bug #44089

Updated by Patrick Donnelly 9 months ago

In addition to the json output not working, when When giving either these commands a specific key to fetch: 

 <pre> 
 $ ceph config show mds.a client_snapdir --format=json 

 .snap 
 </pre> 

 or 

 <pre> 
 $ bin/ceph config get mds client_snapdir --format=json 

 .snap 
 </pre> 

 A mysterious newline is prepended to the output with --format=json but not without.

Back