]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: clear osd request queue latency info on down or up 2055/head
authorSage Weil <sage@inktank.com>
Tue, 1 Jul 2014 19:42:19 +0000 (12:42 -0700)
committerSage Weil <sage@inktank.com>
Tue, 1 Jul 2014 19:42:19 +0000 (12:42 -0700)
commit9ce5ff96a1032be49d70b185311c47e8cfda4048
treeb5b73f5d8e809bddedca2ea0f58faa9187988865
parentf4e69baecbfaa14332c59401f23333cbad2bdd9b
mon: clear osd request queue latency info on down or up

It doesn't make sense to warn about slow requests on OSDs that are down;
clear those stats in the monitor when we see an OSD go down (or up).

Fixes: #8692
Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/PGMap.h
src/mon/PGMonitor.cc