]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw_op: pass delete bucket op to master zone first 8930/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Tue, 19 Apr 2016 13:20:53 +0000 (15:20 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Wed, 4 May 2016 16:36:19 +0000 (18:36 +0200)
commit075ee0310888d012c56c494291b873be47393e47
treed09e077c50b100b431be0f97aaf3420b3ee5bdd7
parent1527b56a888a65fa28223cd9c9cdb06d1575973c
rgw_op: pass delete bucket op to master zone first

Basically first ask the master to process a delete bucket request before
we process it in the zone locally, otherwise we reach a situation where
we drop the bucket locally and master will still maintain an index

Fixes: http://tracker.ceph.com/issues/15540
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit da6b44a6e47399493adae53ad3c36a029f1e2a23)
src/rgw/rgw_op.cc