]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: record the internal client request and receive client reply
authorXiubo Li <xiubli@redhat.com>
Fri, 15 Sep 2023 00:41:35 +0000 (08:41 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 5 Dec 2023 06:14:49 +0000 (14:14 +0800)
commit33e5e6080b0e8e5bac31ddf3167f5db27e97c34f
tree48a11832c975d9f79387c0330aef174930fb57bb
parentd15a6bffb22c8b1402b04067871627d409c343b7
mds: record the internal client request and receive client reply

This will be used to avoid possible multiple reintegration issue
later.

Fixes: https://tracker.ceph.com/issues/62702
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 723c1b7c9e773a68b6c2586155092ca95ab4f3e7)

Conflicts: with commit 7243b680526 ("mds: ensure next replay is
queued on req drop")
src/mds/MDSMetaRequest.h [new file with mode: 0644]
src/mds/MDSRank.cc
src/mds/MDSRank.h
src/mds/Server.cc
src/mds/Server.h