From 1dda0aa686db20410bdf55f6c7e87c9b61708df7 Mon Sep 17 00:00:00 2001 From: wangxinyu Date: Wed, 23 Mar 2022 15:31:01 +0800 Subject: [PATCH] mgr/stats: fix an typo in comment fix an typo in comment Signed-off-by: wangxinyu --- src/pybind/mgr/stats/fs/perf_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/stats/fs/perf_stats.py b/src/pybind/mgr/stats/fs/perf_stats.py index 20fd827ca0d23..024d65124e50a 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. -- 2.47.3