]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: add no counters in warning for standby-replay MDS
authorRishabh Dave <ridave@redhat.com>
Fri, 8 Mar 2024 15:31:51 +0000 (21:01 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 30 May 2024 18:20:57 +0000 (23:50 +0530)
commitaa89f32d689ba459017d06c6f7d74e9bde5c5b39
tree8ca120802ac1595e7eaed81f79632de5cfc0798e
parent3d89accfe3201286f000e065a1faea2a88c7a6ba
mds: add no counters in warning for standby-replay MDS

Don't include inode and stray counters in the health warnings printed
for standby-replay MDSs. Since these counters are present in the health
warnings only due to replay, it can confuse users, and therefore, do not
include them.

Fixes: https://tracker.ceph.com/issues/63514
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit 03dcdc1329e471aa4aa403519ea5131db2f99b23)
src/mds/Beacon.cc