]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: stage object chunks to replicas during COPY_FROM
authorSage Weil <sage@inktank.com>
Thu, 5 Sep 2013 00:09:52 +0000 (17:09 -0700)
committerSage Weil <sage@inktank.com>
Tue, 17 Sep 2013 18:06:27 +0000 (11:06 -0700)
commit4e29e362e7981634d751ee982144fbf602782a9a
tree46d3bca55beff4dcf5bae6080cffc9b655c21b9e
parent25a608cdccaf667f465f44c9776ca0f8a132cece
osd/ReplicatedPG: stage object chunks to replicas during COPY_FROM

As we get each chunk of data during the COPY_FROM operation, write it out
to a temporary object on the replicas.  When we get all the pieces, move
it into place.

Signed-off-by: Sage Weil <sage@inktank.com>
src/osd/ReplicatedPG.cc
src/osd/ReplicatedPG.h
src/test/librados/misc.cc