]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw_op: pass delete bucket op to master zone first 8655/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Tue, 19 Apr 2016 13:20:53 +0000 (15:20 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Tue, 19 Apr 2016 13:20:53 +0000 (15:20 +0200)
commitda6b44a6e47399493adae53ad3c36a029f1e2a23
treedf3933369cc52d860ccacc8bc7906ef3335de266
parent40c3bfef8cc3bce7d15fbb0e135c1a909ee59368
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>
src/rgw/rgw_op.cc