summaryrefslogtreecommitdiff
path: root/fs/dlm
diff options
context:
space:
mode:
authorHeming Zhao <heming.zhao@suse.com>2024-12-20 15:14:17 +0800
committerDavid Teigland <teigland@redhat.com>2025-02-10 13:14:05 -0600
commita53a6336171bd722aac6e98964a79d56841c5416 (patch)
tree6e5d4b5695beca807e771ce51efdf5d64d19da9c /fs/dlm
parenta64dcfb451e254085a7daee5fe51bf22959d52d3 (diff)
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 <heming.zhao@suse.com> Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm')
-rw-r--r--fs/dlm/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/config.h b/fs/dlm/config.h
index e48c4f9686d3..13a3d0b26194 100644
--- a/fs/dlm/config.h
+++ b/fs/dlm/config.h
@@ -23,7 +23,7 @@ struct dlm_config_node {
extern const struct rhashtable_params dlm_rhash_rsb_params;
-#define DLM_MAX_ADDR_COUNT 3
+#define DLM_MAX_ADDR_COUNT 8
#define DLM_PROTO_TCP 0
#define DLM_PROTO_SCTP 1