]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: make sparse data/clone push behave with partial object push
authorSage Weil <sage@newdream.net>
Fri, 24 Sep 2010 18:43:37 +0000 (11:43 -0700)
committerSage Weil <sage@newdream.net>
Wed, 6 Oct 2010 20:01:13 +0000 (13:01 -0700)
commit1bb60b45a859dd1b24b9a501b3d3fe1d11deec31
treed1e6ff519406862ab774004ded5c4f2596bc8b64
parented3976ce562908a0df02828d7c8d3dc79fa6443e
osd: make sparse data/clone push behave with partial object push

We can't error out if we don't get everything we want in one go now that
we support pushing objects in pieces.  Remove this check entirely, since
we don't have a good error handling case anyway.
src/osd/ReplicatedPG.cc