]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
client: fix dump_mds_requests to valid json format
authorhaoyixing <haoyixing03@kuaishou.com>
Wed, 22 Oct 2025 11:24:18 +0000 (11:24 +0000)
committerhaoyixing <haoyixing03@kuaishou.com>
Thu, 6 Nov 2025 06:14:47 +0000 (06:14 +0000)
commit326fb6107bede3b123e2c8b1a08db123becc161e
treef84000355e220866100ea57d79f9ab95c00f40db
parent7cc2a309f99c3e2e80a1d89e51053ead61d0e9f9
client: fix dump_mds_requests to valid json format

Usually asok command output will be valid json, but mds_requests
outputs duplicate key "request", which is not convenient for
subsequent parsing.

Fixes: http://tracker.ceph.com/issues/73639
Signed-off-by: haoyixing <haoyixing03@kuaishou.com>
src/client/Client.cc