]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PG::scrub_compare_maps increment scrubber.fixed for missing repairs
authorSamuel Just <sam.just@inktank.com>
Fri, 21 Dec 2012 23:20:22 +0000 (15:20 -0800)
committerSamuel Just <sam.just@inktank.com>
Fri, 21 Dec 2012 23:20:22 +0000 (15:20 -0800)
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/PG.cc

index b947f02c2f2c2bab3c268d54641b9462327031a9..e61261f48b8a10c412424d8b58623eba6a959256 100644 (file)
@@ -4184,6 +4184,7 @@ void PG::scrub_compare_maps() {
                            &maps[i->second]->objects[i->first],
                            acting[*j],
                            acting[i->second]);
+              ++scrubber.fixed;
            }
          }
          if (inconsistent.count(i->first)) {