]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
client: Add multi_target_id to handle libcephfs mds_spce=* command
authorJimyeong Lee <jinmyeong.lee@linecorp.com>
Sun, 16 Jul 2023 15:42:12 +0000 (00:42 +0900)
committerJinmyeong Lee <jinmyeong.lee@linecorp.com>
Fri, 15 Sep 2023 03:06:13 +0000 (12:06 +0900)
commitd02d77f334d8d5f627bba6082bacb24edf0a2c72
treeb86db9197f76f0f27d43cb15f54342a9c786b357
parent980a0a4f84ac21fb2fda40e61a048b808ec2c974
client: Add multi_target_id to handle libcephfs mds_spce=* command

To fix multi target MDSs command result overwritten issue, add multi_target_id feature in CommandTable.
Also, add multi_target_id in CommandOp to track all the multi target commands end to make formatted result

Signed-off-by: Jimyeong Lee <jinmyeong.lee@linecorp.com>
src/client/Client.h
src/common/CommandTable.h
src/mgr/MgrClient.h