[Cluster-devel] [PATCH dlm-tool 1/2] dlm_controld: change cluster mark value description

Alexander Aring aahringo at redhat.com
Mon Nov 16 20:15:07 UTC 2020


This patch change the cluster mark value description, because it's not
accurate. The listen socket mark value will inherit it's mark value to
all new connections on an accept(). The kernel will also set this "for
all other connections mark value" for connect() as well, if the per
nodeid mark value isn't specified.
---
 dlm_controld/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlm_controld/main.c b/dlm_controld/main.c
index b3c258b5..41b03efb 100644
--- a/dlm_controld/main.c
+++ b/dlm_controld/main.c
@@ -1786,7 +1786,7 @@ static void set_opt_defaults(void)
 	set_opt_default(mark_ind,
 			"mark", '\0', req_arg_uint,
 			0, NULL, 0,
-			"set mark value for the DLM in-kernel listen socket");
+			"set mark value for DLM if not explicit by nodeid specified");
 
 	set_opt_default(debug_logfile_ind,
 			"debug_logfile", 'L', no_arg,
-- 
2.26.2




More information about the Cluster-devel mailing list