From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Mon, 20 Sep 2021 12:57:36 -0500 Subject: [Cluster-devel] [RFC PATCH dlm 00/10] dlm_controld config settings can be In-Reply-To: <20210919064322.1670-1-heming.zhao@suse.com> References: <20210919064322.1670-1-heming.zhao@suse.com> Message-ID: <20210920175736.GA19901@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Sun, Sep 19, 2021 at 02:43:12PM +0800, Heming Zhao wrote: > This new feature gives dlm ability to change config settings dynamically. Hi Heming, Letting dlm_controld reload certain settings from dlm.conf makes sense, but I'd like something more basic. Let the user edit dlm.conf, then run dlm_tool reload_config to tell dlm_controld to reread dlm.conf, and apply new settings. This doesn't involve remote nodes, it's all local. If the user wants, they can make changes on other nodes the same way. (We don't need to touch the "run" extension, which I'd like to remove some day since it doesn't really belong in the dlm.) Dave