From 150b56a7fea8a550d30839120b4b1d33611e12a5 Mon Sep 17 00:00:00 2001 From: Alexander Aring Date: Dec 02 2020 17:06:51 +0000 Subject: dlm_controld: change cluster mark value description 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. --- diff --git a/dlm_controld/main.c b/dlm_controld/main.c index b3c258b..41b03ef 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,