From mboxrd@z Thu Jan 1 00:00:00 1970 From: Milan Broz Date: Thu, 22 Sep 2011 18:00:23 +0200 Subject: [PATCH 0/3] Clvmd -E fixes In-Reply-To: References: Message-ID: <4E7B5B97.9020703@redhat.com> List-Id: To: lvm-devel@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 09/22/2011 11:52 AM, Zdenek Kabelac wrote: > Patchset fixed restart of clvmd with -E option. > > 1st. Adds support for easier restart of clvmd > (i.e. -Isinglenode is preserved). > > 2nd. Bug fixes support of -E arg. ack these two. (maybe cluster lock type is on of the attribute we can store in udev db? to read it later :-) > 3rd. Allows to build test suite script for checking clvmd restart. > (Any better idea here ?) We need something for testsuite but I would like to avoid any online reconfiguration of daemon paths, this is tricky and bug there is security problem (clvms -S must not start arbitrary program - it run with root privileges.) IMHO that popen() should go before this patch. I am not keen for committing such change now... Milan