]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: Factor out tool to deal with different log backing
authorAdam C. Emerson <aemerson@redhat.com>
Sat, 21 Nov 2020 06:44:36 +0000 (01:44 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Mon, 29 Mar 2021 16:25:58 +0000 (12:25 -0400)
commited15d03f068c6f6e959f04d9d8f99eac82ebbd29
treef239c84425db0796474830a6ea07a973f4a6f2ec
parent665573ab8905bfa2e1ede6fc3be9bc80a625cb49
rgw: Factor out tool to deal with different log backing

Read through the shards of a log and find out what kind it is.

Also remove a log.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/cls/log/cls_log_types.h
src/rgw/CMakeLists.txt
src/rgw/rgw_log_backing.cc [new file with mode: 0644]
src/rgw/rgw_log_backing.h [new file with mode: 0644]
src/test/rgw/CMakeLists.txt
src/test/rgw/test_log_backing.cc [new file with mode: 0644]