]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/status: Fix 'fs status' json output 60188/head
authorKotresh HR <khiremat@redhat.com>
Tue, 10 Sep 2024 08:00:54 +0000 (13:30 +0530)
committerKotresh HR <khiremat@redhat.com>
Tue, 8 Oct 2024 09:15:39 +0000 (14:45 +0530)
commit04fa0901b2ee8cf7c1b58b8a1ebce1ed44ebef23
treecf549e7eeb274606e1215fbda00ba495200dbb83
parent83f36ca611488c2cbd392bbe0b7e9e462d68402b
mgr/status: Fix 'fs status' json output

Fix rank field of standby-replay mds daemon in 'ceph fs status'
json output. The rank field for standby-replay mds daemons
were incorrect. It should be of the format '{rank}-s',
where {rank} is the active mds which the standby-replay is
following.

Fixes: https://tracker.ceph.com/issues/67978
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from commit 20da9296a23fb599ca29d2e97453036b71a20904)
src/pybind/mgr/status/module.py