]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/PGMap: call requests blocked for 128x as long ERR not WARN 15501/head
authorSage Weil <sage@redhat.com>
Wed, 7 Jun 2017 16:16:58 +0000 (12:16 -0400)
committerSage Weil <sage@redhat.com>
Wed, 7 Jun 2017 16:16:58 +0000 (12:16 -0400)
commit7cacb701ad4a7281089a07c64196508fcb603acc
tree77cae2187fcbe1efb6e4679b046c04a20dc6eaea
parent3134fbbea56b6dcdafafaaf8cb9a21f8d2ae31a8
mon/PGMap: call requests blocked for 128x as long ERR not WARN

- rename the option (max -> warn)
- add an err_..._ratio multiplier
- switch to HEALTH_ERR once requests are blocked long enough
- make the error ratio high (default is 32*128s -> about an hour) so that
we don't trigger on a heavily loaded cluster.

Signed-off-by: Sage Weil <sage@redhat.com>
PendingReleaseNotes
src/common/config_opts.h
src/mon/PGMap.cc