]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ReplicatedPG::start_flush: send delete even if there are no snaps
authorSamuel Just <sam.just@inktank.com>
Mon, 12 May 2014 22:08:07 +0000 (15:08 -0700)
committerSamuel Just <sam.just@inktank.com>
Mon, 12 May 2014 22:08:07 +0000 (15:08 -0700)
commit2ec2182745fa7c22526a7cf3dedb25bc314c9db4
treef800d949fa2dbba8d7406f13859263a821c1434c
parent428319e827215e9215463bb18c0efa88e46857d4
ReplicatedPG::start_flush: send delete even if there are no snaps

Even if all snaps for the clone have been removed, we still have to
send the delete to ensure that when the object is recreated the
new snaps aren't included in the wrong clone.

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