]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/status: Fix 'fs status' json output
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:11:49 +0000 (14:41 +0530)
commit14fc0ec69e689aab60b8d4bf26d16339588c2be1
tree94f322b0e97fa0ad03ae34540c3c1d15649203b5
parent85454fc9fe5a7c73d51865184bbea3530930b500
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