]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: Datalog with selectable backends, FIFO and Omap
authorAdam C. Emerson <aemerson@redhat.com>
Wed, 10 Jun 2020 16:14:36 +0000 (12:14 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Wed, 9 Sep 2020 02:09:40 +0000 (22:09 -0400)
commit0819f57474a015991e0cbcb89680b1807fa4ad15
treed83060fcede3594962ef198e34bc74db4bb8ea5f
parentaf522e06f9df183205bb5e4736b1c80aa5724aa7
rgw: Datalog with selectable backends, FIFO and Omap

By default, use whatever is present (and use FIFO if nothing is
present.)

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
20 files changed:
src/cls/log/cls_log_types.h
src/common/options.cc
src/rgw/CMakeLists.txt
src/rgw/rgw_admin.cc
src/rgw/rgw_bucket.cc
src/rgw/rgw_bucket.h
src/rgw/rgw_data_sync.cc
src/rgw/rgw_data_sync.h
src/rgw/rgw_datalog.cc [new file with mode: 0644]
src/rgw/rgw_datalog.h [new file with mode: 0644]
src/rgw/rgw_json_enc.cc
src/rgw/rgw_rados.cc
src/rgw/rgw_rest_log.h
src/rgw/rgw_service.cc
src/rgw/rgw_sync_policy.h
src/rgw/rgw_trim_datalog.cc
src/rgw/services/svc_bi_rados.cc
src/rgw/services/svc_bi_rados.h
src/rgw/services/svc_rados.h
src/test/test_rgw_admin_log.cc