]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix bucket re-creation on secondary region
authorYehuda Sadeh <yehuda@inktank.com>
Wed, 17 Jul 2013 23:34:50 +0000 (16:34 -0700)
committerGreg Farnum <greg@inktank.com>
Fri, 19 Jul 2013 20:21:49 +0000 (13:21 -0700)
commit4f4bdbd5cb84bc84fd578d56fc3340ef4173b025
treeeeee7e74ea0b666edc170e7c19986ea3a183af89
parent0de708516c48907a548856d64d1657d2fc576e32
rgw: fix bucket re-creation on secondary region

We had a problem with bucket recreation, where we identified
that bucket has already existed, but missed the fact that it's
the same bucket, so removal of the bucket index was wrong.

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