]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: return directly after health_events_cleanup
authorkungf <yang.wang@easystack.cn>
Thu, 10 Aug 2017 12:05:00 +0000 (20:05 +0800)
committerkungf <yang.wang@easystack.cn>
Fri, 11 Aug 2017 02:16:37 +0000 (10:16 +0800)
commit537f18cbc914d9e32dbf53d02558a1713a20b65f
tree9c8ba64ea0277a59ea32bec0331168ea7b47a619
parent96ed4eedc0174ba90e35f239b99f31357919fcea
mon: return directly after health_events_cleanup

when mon_health_to_clog was set false, all health events was cleanup,
no need to judge the change of mon_health_to_clog_interval and
mon_health_to_clog_tick_interval.

Signed-off-by: wang yang <yang.wang@easystack.cn>
src/mon/Monitor.cc [changed mode: 0644->0755]