]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: don't init rgw_obj from rgw_obj_key when it's incorrect to do so 13676/head
authorYehuda Sadeh <yehuda@redhat.com>
Mon, 27 Feb 2017 18:35:01 +0000 (10:35 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 27 Feb 2017 18:40:04 +0000 (10:40 -0800)
commit392c5d9dae6ba699014ffe6e1e67818fa62d7e41
tree2becca4b63ea9948a383343d2b70386e337959f8
parentcabb58ea8cbb53487345b5f42ecf2ade4702379b
rgw: don't init rgw_obj from rgw_obj_key when it's incorrect to do so

Fixes: http://tracker.ceph.com/issues/19096
rgw_obj_key currently deals with the bucket index key, and not
representing a (name, instance, ns) tupple. Need to initialize
it in two steps.

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