From fb0a650ba241f7dc9bec3043be44190c6e7efe3f Mon Sep 17 00:00:00 2001 From: haoyixing Date: Tue, 17 Nov 2020 18:38:10 +0800 Subject: [PATCH] doc/cephfs/health-messages: add dot between mds identifier and it's name After pr #37608, ceph health detail output message have changed when mds has slow requests. So update doc according to output. Signed-off-by: haoyixing --- doc/cephfs/health-messages.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cephfs/health-messages.rst b/doc/cephfs/health-messages.rst index a4d56d0c0948..28ceb704a9d0 100644 --- a/doc/cephfs/health-messages.rst +++ b/doc/cephfs/health-messages.rst @@ -60,9 +60,9 @@ performance issues:: $ ceph health detail HEALTH_WARN 1 MDSs report slow metadata IOs; 1 MDSs report slow requests MDS_SLOW_METADATA_IO 1 MDSs report slow metadata IOs - mdsfs-01(mds.0): 3 slow metadata IOs are blocked > 30 secs, oldest blocked for 51123 secs + mds.fs-01(mds.0): 3 slow metadata IOs are blocked > 30 secs, oldest blocked for 51123 secs MDS_SLOW_REQUEST 1 MDSs report slow requests - mdsfs-01(mds.0): 5 slow requests are blocked > 30 secs + mds.fs-01(mds.0): 5 slow requests are blocked > 30 secs Where, for intance, ``MDS_SLOW_REQUEST`` is the unique code representing the condition where requests are taking long time to complete. And the following -- 2.47.3