]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: allow client to specify its session timeout
authorYan, Zheng <zyan@redhat.com>
Fri, 4 May 2018 03:11:35 +0000 (11:11 +0800)
committerYan, Zheng <zyan@redhat.com>
Wed, 26 Sep 2018 13:42:54 +0000 (21:42 +0800)
commiteb4c36bf23f32cf9117d62660a4919dcfe80baa5
tree8c32f0fe677aaa0d30575082d95d3eafe9098163
parent69d8dac132e3142f7d1ee0b000bd3894e29c90c9
mds: allow client to specify its session timeout

This is for ganesha client (it is expected to be reclaimed if it dies)
The default session timeout may be too short to reliably get ganesha
back up.

Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
src/client/Client.cc
src/client/Client.h
src/include/cephfs/libcephfs.h
src/libcephfs.cc
src/mds/Server.cc