]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/stats: fix an typo in comment 45577/head
authorwangxinyu <wangxinyu@inspur.com>
Wed, 23 Mar 2022 07:31:01 +0000 (15:31 +0800)
committerwangxinyu <wangxinyu@inspur.com>
Wed, 23 Mar 2022 07:31:01 +0000 (15:31 +0800)
fix an typo in comment

Signed-off-by: wangxinyu <wangxinyu@inspur.com>
src/pybind/mgr/stats/fs/perf_stats.py

index 20fd827ca0d230a11ad80c9ba1bcb8225d8869eb..024d65124e50a372451e2222d195dc4d7f3e628f 100644 (file)
@@ -275,7 +275,7 @@ class FSPerfStats(object):
             missing_clients.update(list(culled[1].keys()))
 
     def cull_client_entries(self, raw_perf_counters, incoming_metrics, missing_clients):
-        # this is a bit more involed -- for each rank figure out what clients
+        # this is a bit more involved -- for each rank figure out what clients
         # are missing in incoming report and purge them from our tracked map.
         # but, if this is invoked _after_ cull_mds_entries(), the rank set
         # is same, so we can loop based on that assumption.