]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ReplicatedPG: handle removing the old object in finish_copy_op
authorSamuel Just <sam.just@inktank.com>
Sat, 7 Dec 2013 22:52:49 +0000 (14:52 -0800)
committerSamuel Just <sam.just@inktank.com>
Wed, 22 Jan 2014 22:39:17 +0000 (14:39 -0800)
commiteb8f66d5d8871d0ad02c8e51ac1c75fab3d05023
treeedfa3dbae8d033eedd05c42455ccf464f4d033e9
parentf2384412cfb31c5830b6e4a0796eecfda853729a
ReplicatedPG: handle removing the old object in finish_copy_op

do_osd_ops will need to either copy the old version out of the
way or simply delete it depending on mod_desc.  Thus, defer
handling filling that part in until we finish the copy op.

Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/ReplicatedPG.cc