]> 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>
Mon, 16 Mar 2026 10:08:33 +0000 (11:08 +0100)
commit37e7e9b968c60544bdae98bd7bf9ad93d7074fc2
treecdeb42ffa98a4ac8c0e37ee9ed738b51d285f071
parent54f54dcc05a6405c4717c0e682f109085812c804
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