]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
src/test/reclaim: test session reclaim after mds failover 69037/head
authorDhairya Parmar <dparmar@redhat.com>
Mon, 25 May 2026 12:01:33 +0000 (17:31 +0530)
committerVenky Shankar <vshankar@redhat.com>
Tue, 2 Jun 2026 04:57:30 +0000 (10:27 +0530)
commitc444183e6c60da018de690d93f8c371b1c67141c
tree81ec0667fb9eaaae26db9e28225638d708e491f8
parent4b059084d33023d7b220739509551c830926b05d
src/test/reclaim: test session reclaim after mds failover

ensure that the new active MDS reads the auth_name from the ESession
event and assigns it to the new session that MDS creates during journal
replay.

NOTE: the mds failover is carried by sending "respawn" command to active
MDS using libcephfs's ceph_mds_command().

Fixes: https://tracker.ceph.com/issues/76728
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
src/test/libcephfs/reclaim.cc