]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/stats: initialize mx_last_updated in FSPerfStats 57442/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:28:21 +0000 (15:58 +0530)
commitf6270103d88a84ef282be558ea5695cfd8bfafa2
treeb0c384661d2c5c737ad6378065090fba84b7108a
parent6e145b256ee21b316781719d8b91c0d9389538ec
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