]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: remove placement_rule from rgw_link_bucket()
authorCasey Bodley <cbodley@redhat.com>
Tue, 31 Oct 2017 20:29:31 +0000 (16:29 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 1 Nov 2017 13:08:33 +0000 (09:08 -0400)
commitdd5d278a4f9b080234cbb77e448208803ec0cf93
tree0aaffe96895319f4036c87187f2cd4af52509995
parent531195d80d5bac774d58b210307eb19b57d26345
rgw: remove placement_rule from rgw_link_bucket()

with the fallback in RGWRados::update_containers_stats(), we no longer
need to pass placement_rule into the cls_user_bucket_entry

this removes the dependency between bucket entrypoint metadata and its
bucket instance metadata during multisite sync

Fixes: http://tracker.ceph.com/issues/21990
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_bucket.cc
src/rgw/rgw_bucket.h
src/rgw/rgw_op.cc