Whamcloud - gitweb
LU-12064 ptlrpc: set at_min=5 by default 09/50609/4
authorAndreas Dilger <adilger@whamcloud.com>
Sat, 18 Mar 2023 00:34:06 +0000 (18:34 -0600)
committerOleg Drokin <green@whamcloud.com>
Wed, 6 Sep 2023 06:15:07 +0000 (06:15 +0000)
commit46804c2230cc0f72d4472cddd5a37456e1f2fb00
tree4e5832e3d47fd04eb1e15aefb03ed0fc739ce2ad
parent7df8bd69fbe59afba0a43fe19e7a5b1d2c3fd115
LU-12064 ptlrpc: set at_min=5 by default

Having at_min=0 as the default value can result in clients timing
out and/or being evicted too easily when there is a sudden spike
in server load.  Increase at_min to 5s by default.

For large clusters, at_min=15 is more reasonable, but distributing
a variable at_min value to clients will need more complex changes.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I3463cbc642458f6dd5977fe34478b135d1cd0219
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50609
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Aurelien Degremont <adegremont@nvidia.com>
lustre/obdclass/class_obd.c