From: wangxinyu Date: Wed, 23 Mar 2022 07:31:01 +0000 (+0800) Subject: mgr/stats: fix an typo in comment X-Git-Tag: v18.0.0~1211^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1dda0aa686db20410bdf55f6c7e87c9b61708df7;p=ceph.git mgr/stats: fix an typo in comment fix an typo in comment Signed-off-by: wangxinyu --- diff --git a/src/pybind/mgr/stats/fs/perf_stats.py b/src/pybind/mgr/stats/fs/perf_stats.py index 20fd827ca0d2..024d65124e50 100644 --- a/src/pybind/mgr/stats/fs/perf_stats.py +++ b/src/pybind/mgr/stats/fs/perf_stats.py @@ -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.