[lustre-devel] [PATCH 25/42] lnet: increase transaction timeout
James Simmons <[email protected]>
| Newsgroups | org.lustre.lists.lustre-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Cyril Bordage <[email protected]> In LU-13145, it was decided to increase default transaction timeout LNET_TRANSACTION_TIMEOUT_DEFAULT) to 150s. But, in the associated patch, it was set to 50s. This modification will also modify lnd_timeout (from 16 to 49). WC-bug-id: https://jira.whamcloud.com/browse/LU-15288 Lustre-commit: 18b4e28f18d55291f ("LU-15288 lnet: increase transaction timeout") Signed-off-by: Cyril Bordage <[email protected]> Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/45780 Reviewed-by: Andreas Dilger <[email protected]> Reviewed-by: Serguei Smirnov <[email protected]> Reviewed-by: Oleg Drokin <[email protected]> Signed-off-by: James Simmons <[email protected]> --- net/lnet/lnet/api-ni.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/lnet/lnet/api-ni.c b/net/lnet/lnet/api-ni.c index e400de72545c..18dc3e7cccc6 100644 --- a/net/lnet/lnet/api-ni.c +++ b/net/lnet/lnet/api-ni.c @@ -163,7 +163,7 @@ module_param(lnet_drop_asym_route, drop_asym_route, 0644); MODULE_PARM_DESC(lnet_drop_asym_route, "Set to 1 to drop asymmetrical route messages."); -#define LNET_TRANSACTION_TIMEOUT_DEFAULT 50 +#define LNET_TRANSACTION_TIMEOUT_DEFAULT 150 unsigned int lnet_transaction_timeout = LNET_TRANSACTION_TIMEOUT_DEFAULT; static int transaction_to_set(const char *val, const struct kernel_param *kp); static struct kernel_param_ops param_ops_transaction_timeout = { -- 2.27.0 _______________________________________________ lustre-devel mailing list [email protected] http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org