]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge PR #18274 into master
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 21 Nov 2017 05:48:12 +0000 (21:48 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 21 Nov 2017 05:48:19 +0000 (21:48 -0800)
* refs/pull/18274/head:
mds: fold mds_revoke_cap_timeout into mds_session_timeout
client: add new delegation testcases
client: add delegation support for cephfs
common: remove data_dir_option from common_preinit and global_pre_init

Reviewed-by: Gregory Farnum <gfarnum@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
1  2 
src/client/Client.cc
src/client/Client.h
src/common/common_init.cc
src/common/legacy_config_opts.h
src/common/options.cc
src/mds/Locker.cc
src/mds/MDSMap.h

Simple merge
Simple merge
Simple merge
index f880ef81827138b0a80e71fe02d361ff7ec21ba0,c00681b475ea492aaa2e3395e4ea194820179827..3476122f431f8064d8433281458ad459a031d888
@@@ -422,8 -433,9 +422,8 @@@ OPTION(mds_decay_halflife, OPT_FLOAT
  OPTION(mds_beacon_interval, OPT_FLOAT)
  OPTION(mds_beacon_grace, OPT_FLOAT)
  OPTION(mds_enforce_unique_name, OPT_BOOL)
 -OPTION(mds_blacklist_interval, OPT_FLOAT)  // how long to blacklist failed nodes
  
- OPTION(mds_session_timeout, OPT_FLOAT)    // cap bits and leases time out if client idle
+ OPTION(mds_session_timeout, OPT_FLOAT)    // cap bits and leases time out if client unresponsive or not returning its caps
  OPTION(mds_session_blacklist_on_timeout, OPT_BOOL)    // whether to blacklist clients whose sessions are dropped due to timeout
  OPTION(mds_session_blacklist_on_evict, OPT_BOOL)  // whether to blacklist clients whose sessions are dropped via admin commands
  
Simple merge
Simple merge
Simple merge