]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: don't set last_osd_report when the pg stats msg is ignored 12975/head
authorZhiqiang Wang <zhiqiang@xsky.com>
Wed, 14 Sep 2016 10:43:41 +0000 (06:43 -0400)
committerZhiqiang Wang <zhiqiang@xsky.com>
Wed, 18 Jan 2017 09:10:17 +0000 (17:10 +0800)
commita8ba3157677b2f7aeaa1e656918510cacb8bb98c
tree0c0a6f0b7434bbc3037933e1b0415bd53cdaa518
parent60c36674bd06a790827d5373d13ebb807b0aea36
mon: don't set last_osd_report when the pg stats msg is ignored

In some cases, this may lead to mon wrongly marking an osd down
because of no pg stats after a specified time period.

Signed-off-by: Zhiqiang Wang <zhiqiang@xsky.com>
src/mon/PGMonitor.cc