Whamcloud - gitweb
LUDOC-499 LNet health: fix bad formula 18/45618/3
authorCyril Bordage <cbordage@whamcloud.com>
Thu, 18 Nov 2021 23:33:41 +0000 (00:33 +0100)
committerAndreas Dilger <adilger@whamcloud.com>
Tue, 8 Aug 2023 22:18:28 +0000 (22:18 +0000)
commit0d61dc723371fc8daee50bf2f06535e9f62cbbac
treebd5d690002a6aaad3f3723cc6d34062a2af3bb46
parentf7da09ba79b2522ca51d001c59ab1212d051309c
LUDOC-499 LNet health: fix bad formula

The formula for lnet_lnd_timeout is wrong. It should be
lnet_lnd_timeout = (lnet_transaction_timeout-1) / (retry_count+1)
Also, some default values were fixed.

Change-Id: I742a8a56ab0e49e68668db5d13170415a2306e4a
Signed-off-by: Cyril Bordage <cbordage@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/doc/manual/+/45618
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
LNetMultiRail.xml