Whamcloud - gitweb
LU-8823 ptlrpc: remove obsolete OST/MDT thread parameters 05/23705/3
authorAndreas Dilger <andreas.dilger@intel.com>
Thu, 10 Nov 2016 19:11:47 +0000 (12:11 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 6 Apr 2017 01:00:17 +0000 (01:00 +0000)
commitc472b2e6c6a6ccae0224edeb6fbc29bf01916129
tree42599a1e618a6baf505aa34f74968cd33d2ccf71
parent95d7592a9f33f62accade96d81e0cc3ca0fb94e2
LU-8823 ptlrpc: remove obsolete OST/MDT thread parameters

The mdt_num_threads parameter was only briefly available from 2.0-2.2,
while mds_num_threads has been available since 1.x to control the
number of service threads on the MDS respectively.  A warning message
is printed on startup since 2.3 if mdt_num_threads parameters were in
use, so there shouldn't be any users anymore.

The ost_num_threads parameter has been deprecated since 1.6 or so.

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: I587a1f3e4629d304412006a0f0e9fc1daeacab07
Reviewed-on: https://review.whamcloud.com/23705
Reviewed-by: Patrick Farrell <paf@cray.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdt/mdt_mds.c
lustre/ost/ost_handler.c