]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: use bucket_info.bucket_id instead of marker where needed
authorYehuda Sadeh <yehuda@redhat.com>
Mon, 26 Sep 2016 23:06:17 +0000 (16:06 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Wed, 19 Oct 2016 15:40:44 +0000 (08:40 -0700)
commit94afaf722fc8289af6e75025ba7d783f11c4b7d0
treed3a4db42b302f688bbee9944de27501bcdbfb54c
parent9b3a2a40a5732689be98a940f7e6c3c4a6e73c53
rgw: use bucket_info.bucket_id instead of marker where needed

We used to use these interchangeably, but they actually have diffent meaning.
The marker is the prefix we assign to the objects in this bucket, whereas
the bucket_id is the bucket instance's id. These used to hold the same
value, but with bucket resharding it's not going to be true anymore.

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