]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: cleanup the sessions when peer reset
authorXiubo Li <xiubli@redhat.com>
Tue, 14 May 2024 07:08:13 +0000 (15:08 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 11 Feb 2026 18:19:16 +0000 (19:19 +0100)
commit26f29018a5201bc174fda3a5a0bd5f8804719950
tree718cda3d1c5f47faff6fab7af6d796c5c6befa9d
parent59674024e39d98cad759af8e066ffd62703e2247
ceph: cleanup the sessions when peer reset

The reconnect feature never been supported by MDS in mds non-RECONNECT
state. This reconnect requests will incorrectly close the just reopened
sessions when the MDS kills them during the "mds_session_blocklist_on_evict"
option is disabled.

Fixes: 7e70f0ed9f3e ("ceph: attempt mds reconnect if mds closes our session")
URL: https://tracker.ceph.com/issues/65647
Signed-off-by: Xiubo Li <xiubli@redhat.com>
fs/ceph/mds_client.c