]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: don't store bucket info indexed by bucket_id
authorYehuda Sadeh <yehuda@inktank.com>
Thu, 5 Jul 2012 22:52:51 +0000 (15:52 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Fri, 6 Jul 2012 17:18:09 +0000 (10:18 -0700)
commit3df51040b19b9c110e08f42befa0cae18cbb984c
tree55a5a221f28e1f38cc8b1d2a7128f044f225a1b1
parent84ba6bf6e1d6768aa2f24fdb19aae9646ae5a617
rgw: don't store bucket info indexed by bucket_id

Issue #2701. This info wasn't really used anywhere and we weren't
removing it. It was also sharing the same pool namespace as the
info indexed by bucket name, which is bad.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_admin.cc
src/rgw/rgw_rados.cc