]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: Fix stale scrub stats when a primary takes over 21194/head
authorDavid Zafman <dzafman@redhat.com>
Wed, 28 Mar 2018 17:21:39 +0000 (10:21 -0700)
committerDavid Zafman <dzafman@redhat.com>
Tue, 17 Apr 2018 02:32:54 +0000 (19:32 -0700)
commit5a8e700eeec253a9a64b07167be3666a31c2a70b
treeb78678b96ee44607d09cb6f0cf8f689edc6277e7
parenta4b9544e50a5e1a92402e8423f12481fa6a1cb5f
osd: Fix stale scrub stats when a primary takes over

Fixes: http://tracker.ceph.com/issues/23267
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 5cfb8241f482ed53c63bb97262425b2acb733d7d)

Conflicts:
src/osd/PG.cc (trivial)
test/Makefile.am (Add to make check for Jewel)
test/osd/CMakeLists.txt (Add to make check for Jewel)
src/test/osd/osd-scrub-test.sh (from qa/standalone/scrub/osd-scrub-test.sh)
  Different location of ceph-helpers.sh
  No manager so remove run_mgr
  Remove default rbd pool
  Use 4 OSDs because remapped PG doesn't go clean
src/osd/PG.cc
src/test/Makefile.am
src/test/osd/CMakeLists.txt
src/test/osd/osd-scrub-test.sh [new file with mode: 0755]