]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: always refresh mds feature bits on session open 54244/head
authorVenky Shankar <vshankar@redhat.com>
Mon, 16 Oct 2023 04:11:19 +0000 (00:11 -0400)
committerVenky Shankar <vshankar@redhat.com>
Mon, 30 Oct 2023 11:09:59 +0000 (16:39 +0530)
commit65069f3612d934021906d5002a43752a13a582cb
tree4aec98b45e4ec27bf9baddbe8f2bd08cf867cda6
parentb47f00aaba11862fae01cb0c915bb7b7f90d5e69
client: always refresh mds feature bits on session open

Fixes: http://tracker.ceph.com/issues/63188
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 167fdd22e38d9febef8d7e0969403261314e3c98)

 Conflicts:
src/client/Client.cc

In quincy, the client would close the mds session if it has missing
features - adjust the code due to that.
src/client/Client.cc