]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: introduce rgw_pool, rgw_raw_obj
authorYehuda Sadeh <yehuda@redhat.com>
Sat, 8 Oct 2016 04:03:32 +0000 (21:03 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 9 Mar 2017 17:18:50 +0000 (09:18 -0800)
commit66c2b0c0d66c6019e3f63148eede7802e89d3c51
tree6184e8e9a1fa3a36d6295baaa53c0d72316a1ea1
parentf5dfa07975181617c95b5abe35662a16ff58b778
rgw: introduce rgw_pool, rgw_raw_obj

Pools are represented by rgw_pool (and not rgw_bucket anymore),
and we use rgw_raw_obj to reference rados objs and all 'system'
objects (vs rgw_obj that is used for rgw objects).

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_bucket.cc
src/rgw/rgw_cache.h
src/rgw/rgw_common.h
src/rgw/rgw_metadata.cc
src/rgw/rgw_metadata.h
src/rgw/rgw_rados.cc
src/rgw/rgw_rados.h
src/rgw/rgw_tools.cc
src/rgw/rgw_tools.h