]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/stats: initialize mx_last_updated in FSPerfStats 57440/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:24:48 +0000 (15:54 +0530)
commit83d53ca0d857dda20cc55b220cc521d755d28951
treea501fadf175cb6a6df6d4560abe3a6d1eccfcfaf
parentc3e55145f4f4b3a500bb66ee08c938a215bc231d
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