Skip to content

Commit a53a633

Browse files
zhaohemteigland
authored andcommitted
dlm: increase max number of links for corosync3/knet
This patch increases the maximum number of links that can be used with corosync3/knet. The majority of the changes are in user space dlm_tools/dlm_controld. Signed-off-by: Heming Zhao <[email protected]> Signed-off-by: David Teigland <[email protected]>
1 parent a64dcfb commit a53a633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/dlm/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct dlm_config_node {
2323

2424
extern const struct rhashtable_params dlm_rhash_rsb_params;
2525

26-
#define DLM_MAX_ADDR_COUNT 3
26+
#define DLM_MAX_ADDR_COUNT 8
2727

2828
#define DLM_PROTO_TCP 0
2929
#define DLM_PROTO_SCTP 1

0 commit comments

Comments
 (0)