]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: Warn when too many reads are repaired on an OSD
authorDavid Zafman <dzafman@redhat.com>
Wed, 10 Jun 2020 02:24:00 +0000 (19:24 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Wed, 1 Jul 2020 19:25:45 +0000 (12:25 -0700)
commitcefb38bdf5d56cc7fa97f0f2eb8bbce834dfb6b1
tree85f64888861a2daa79214dc7b23aa8d568dffece
parent7bf2525769f294b0b05e629983e68b82f3f8920c
mgr: Warn when too many reads are repaired on an OSD

Include test case
Configurable by setting mon_osd_warn_num_repaired (default 10)
Ignore new health warning with random eio injection test

Fixes: https://tracker.ceph.com/issues/41564
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 661996d4342c427209b1eae4b0247f8210a00fc3)
PendingReleaseNotes
doc/rados/operations/health-checks.rst
qa/standalone/osd/osd-rep-recov-eio.sh
qa/suites/rados/singleton/all/random-eio.yaml
src/common/options.cc
src/mon/PGMap.cc