From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Marzinski Subject: Re: [PATCH 00/39] multipath-tools series part II: dev_loss_tmo fixes Date: Thu, 16 Jul 2020 20:05:52 -0500 Message-ID: <20200717010552.GO11089@octiron.msp.redhat.com> References: <20200709101952.7285-1-mwilck@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20200709101952.7285-1-mwilck@suse.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com Content-Disposition: inline To: mwilck@suse.com Cc: dm-devel@redhat.com List-Id: dm-devel.ids On Thu, Jul 09, 2020 at 12:19:48PM +0200, mwilck@suse.com wrote: > From: Martin Wilck > > Hi Christophe, hi Ben, > > This is part II of a larger patch series for multpath-tools I've been preparing. > It contains some minor fixes for dev_loss_tmo handling, mostly logging. > It's based on the previously submitted part I. > > The full series will also be available here: > https://github.com/mwilck/multipath-tools/tree/ups/submit-2007 > > There are tags in that repo for each part of the series. > This part is tagged "submit-200709-2". > > Regards, > Martin > Reviewed-by: Benjamin Marzinski for the part. > > Martin Wilck (4): > libmultipath: add macro DEV_LOSS_TMO_UNSET > libmultipath: improve logging for dev_loss_tmo override > libmultipath: print message if setting dev_loss_tmo is unsupported > libmultipath: increase log level of limiting dev_loss_tmo > > libmultipath/defaults.h | 1 + > libmultipath/dict.c | 4 +-- > libmultipath/discovery.c | 56 ++++++++++++++++++++++++++++++---------- > libmultipath/propsel.c | 2 +- > 4 files changed, 46 insertions(+), 17 deletions(-) > > -- > 2.26.2