* [PATCH 0/1] dlm: increase max number of links for
@ 2024-12-20 7:14 Heming Zhao
2024-12-20 7:14 ` [PATCH 1/1] dlm: increase max number of links for corosync3/knet Heming Zhao
0 siblings, 1 reply; 2+ messages in thread
From: Heming Zhao @ 2024-12-20 7:14 UTC (permalink / raw)
To: teigland, aahringo; +Cc: Heming Zhao, gfs2, ccaulfie, jfriesse, nicholas.yang
This patch to make dlm module to support max 8 links for corosync3/knet.
Heming Zhao (1):
dlm: increase max number of links for corosync3/knet
fs/dlm/config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] dlm: increase max number of links for corosync3/knet
2024-12-20 7:14 [PATCH 0/1] dlm: increase max number of links for Heming Zhao
@ 2024-12-20 7:14 ` Heming Zhao
0 siblings, 0 replies; 2+ messages in thread
From: Heming Zhao @ 2024-12-20 7:14 UTC (permalink / raw)
To: teigland, aahringo; +Cc: Heming Zhao, gfs2, ccaulfie, jfriesse, nicholas.yang
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>
---
fs/dlm/config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-20 7:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-20 7:14 [PATCH 0/1] dlm: increase max number of links for Heming Zhao
2024-12-20 7:14 ` [PATCH 1/1] dlm: increase max number of links for corosync3/knet Heming Zhao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox