]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PG: use hash instead of filestore key for scrub
authorSage Weil <sage@redhat.com>
Fri, 24 Jul 2015 14:08:18 +0000 (10:08 -0400)
committerSage Weil <sage@redhat.com>
Fri, 7 Aug 2015 14:16:05 +0000 (10:16 -0400)
commit1f9e8b85ef7bf13205929dea9b000c1f72d83e51
tree6f017be31e8c55b9daf8d03ce398db4d98bb4d1c
parent35b521a8a520791b5f0e6429cc5100636a0d1da4
osd/PG: use hash instead of filestore key for scrub

It's doesn't matter, since it's a deterministic permutation of hte value
and we're checking for equality, but avoid the filestore-specific
nibblewise key to avoid confusion.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PG.cc