]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
PGBackend: do not rewrite ec object oi checksums 3910/head
authorSamuel Just <sjust@redhat.com>
Sat, 7 Mar 2015 02:30:41 +0000 (18:30 -0800)
committerSamuel Just <sjust@redhat.com>
Fri, 13 Mar 2015 22:29:53 +0000 (15:29 -0700)
commit5680456e354e09e74dab50a7c7f9f125c3c6e53e
tree5c934c01fd4961a2f60845e6a126e978e4f7538d
parente0bf13264fdccda7e8c0df22cddbd3201552dc08
PGBackend: do not rewrite ec object oi checksums

Deep scrub does not actually give us the whole-object checksum for an ec
object, only the checksum for the first shard.  We ignore it in scrub
for ec pools anyway in be_select_auth_object.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/PGBackend.cc