]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/stats: initialize mx_last_updated in FSPerfStats 57441/head
authorJos Collin <jcollin@redhat.com>
Mon, 1 Apr 2024 04:55:43 +0000 (10:25 +0530)
committerJos Collin <jcollin@redhat.com>
Mon, 13 May 2024 10:26:27 +0000 (15:56 +0530)
commit7042ab4aa778e1e4f3590d29abcf36e186917df4
tree2c1b14a06f0b408dfa95af057ed818d1fd7b1e48
parent2965081fb1a343a09e00ceeede998525f5c6cb5e
mgr/stats: initialize mx_last_updated in FSPerfStats

Fixes the error in teuthology log:
AttributeError: 'FSPerfStats' object has no attribute 'mx_last_updated'

Fixes: https://tracker.ceph.com/issues/65073
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit b96ad6126110b292fca053fdfc6a956a6eb0f01e)
src/pybind/mgr/stats/fs/perf_stats.py