]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs/health-messages: add dot between mds identifier and it's name 38126/head
authorhaoyixing <haoyixing@kuaishou.com>
Tue, 17 Nov 2020 10:38:10 +0000 (18:38 +0800)
committerhaoyixing <haoyixing@kuaishou.com>
Wed, 18 Nov 2020 01:42:48 +0000 (09:42 +0800)
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 <haoyixing@kuaishou.com>
doc/cephfs/health-messages.rst

index a4d56d0c09486e3fa7f163cdef91b3b57c315eb9..28ceb704a9d032a99050f78cde2374ddd400904b 100644 (file)
@@ -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