]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: copy_obj_data() uses atomic processor
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 12 Aug 2014 21:23:46 +0000 (14:23 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 14 Aug 2014 18:28:38 +0000 (11:28 -0700)
commit800eff24824c0083b8e2441fc34e0bdca5da36dc
tree679fb25071a3ad004838a4478de6c74e21b64f1e
parent5d3a7e595f47455896304bf358e5251915d0f16f
rgw: copy_obj_data() uses atomic processor

Fixes: #9089
copy_obj_data was not using the current object write infrastructure,
which means that the end objects weren't striped.

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