From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Wilck Subject: [PATCH v3 0/7] multipathd: make uxlsnr errors really fatal Date: Fri, 2 Nov 2018 13:23:55 +0100 Message-ID: <20181102122402.31145-1-mwilck@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Christophe Varoqui , Benjamin Marzinski Cc: dm-devel@redhat.com, Martin Wilck List-Id: dm-devel.ids Hi Christophe, this series, based on top of the recently submitted "various multipath-tools patches (v2)" and "checkers overhaul (v3)" series, fixes a problem that I recently observed: despite ee01e841 "multipathd: handle errors in uxlsnr as fatal", multipathd sometimes doesn't quit when the socket setup fails. While at that, I stumbled upon init_path_check_interval(), wondered about its purpose, and came to the conclusion that can be quite easily obsoleted. ---- Changes v2->v3: 04/07: Fixed cleanup code path (Ben). Changes v1->v2: 04/07: Fixed problem observed by Ben. Martin Wilck (7): libmultipath: set pp->checkint in store_pathinfo() multipathd: remove init_path_check_interval() multipathd: print error message if checkint is not initialized multipathd: open client socket early multipathd: set DAEMON_CONFIGURE from uxlsnr thread multipathd: make DAEMON_SHUTDOWN a terminal state multipathd: only grab conf once for filter_path() libmultipath/defaults.h | 1 + libmultipath/dict.c | 14 ++++- libmultipath/discovery.c | 1 + libmultipath/structs.c | 1 + multipathd/cli_handlers.c | 10 ++-- multipathd/main.c | 109 +++++++++++++++++++++++++------------- multipathd/uxlsnr.c | 14 +---- multipathd/uxlsnr.h | 5 +- 8 files changed, 98 insertions(+), 57 deletions(-) -- 2.19.1