Project

General

Profile

Bug #47812

Updated by J. Eric Ivancich over 3 years ago

The previous version sed commands that used "json-pretty" output for rados ls added complications extracts object names did not handle json lines 
 that ended in a comma due to json's escaping of special characters. So this version returns to their being a "locator" field following 
 the "plain" output for rados ls but deals with entries (oids) that might have namespaces and/or locators as well. "name" field. An optional comma is now allowed on those lines.

Back