]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: rgw-orphan-list should use "plain" formatted `rados ls` output 37800/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Fri, 9 Oct 2020 20:06:55 +0000 (16:06 -0400)
committerNathan Cutler <ncutler@suse.com>
Mon, 26 Oct 2020 17:54:25 +0000 (18:54 +0100)
commit46e2aa421741fab33f8aa75b4738a2eddeb956c1
treed671282367f4c2231bd8c822faf83bf44e0fa4e3
parent68638fd60f2592a00af50e5a9f95f4b89246057f
rgw: rgw-orphan-list should use "plain" formatted `rados ls` output

The previous version that used "json-pretty" output for `rados ls`
added complications due to json's escaping of special characters. So
this version returns to the "plain" output for `rados ls` but deals
with entries (oids) that might have namespaces and/or locators as
well.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry picked from commit 5b994f90594208dab81045732099a03686819b30)
src/rgw/rgw-orphan-list