Whamcloud - gitweb
LU-9120 lnet: set retry count from lnetctl 77/32777/16
authorAmir Shehata <amir.shehata@intel.com>
Wed, 4 Jul 2018 00:04:16 +0000 (17:04 -0700)
committerAmir Shehata <ashehata@whamcloud.com>
Fri, 17 Aug 2018 20:18:37 +0000 (20:18 +0000)
commit29f21e2c850a77676e44df0cea746bfa5c6f19ad
tree6a1e0415f5b4a1b6ca97da4c5b58392ffed4ffbb
parentba05b3a98a0c41d31968b9c9e9ee66cbc68504e8
LU-9120 lnet: set retry count from lnetctl

Added an lnetctl command to set the retry_count from userspace.

lnetctl set retry_count [0|>0]

0 - turns off retries in the system
>0 - number of retries.

Test-Parameters: forbuildonly
Signed-off-by: Amir Shehata <ashehata@whamcloud.com>
Change-Id: I2fd5c88a91590195cfdad52e6d177619ccbbc840
Reviewed-on: https://review.whamcloud.com/32777
Reviewed-by: Olaf Weber <olaf.weber@hpe.com>
Reviewed-by: Sonia Sharma <sharmaso@whamcloud.com>
Tested-by: Jenkins
lnet/utils/lnetconfig/liblnetconfig.c
lnet/utils/lnetconfig/liblnetconfig.h
lnet/utils/lnetctl.c