Re: [dm-devel] [PATCH] libmultipath: fix dev_loss_tmo even if not set in configuration

2023-06-30 Thread Benjamin Marzinski
On Fri, Jun 30, 2023 at 05:55:10PM +0200, mwi...@suse.com wrote: > From: Martin Wilck > > If pp->dev_loss_tmo == DEV_LOSS_TMO_UNSET, sysfs_set_scsi_tmo() would > not set it to min_dev_loss_tmo, causing the system dev_loss_tmo value > (by default, 30s) to remain unchanged. Fix it. > > Fixes: 6ad7

[dm-devel] [PATCH] libmultipath: fix dev_loss_tmo even if not set in configuration

2023-06-30 Thread mwilck
From: Martin Wilck If pp->dev_loss_tmo == DEV_LOSS_TMO_UNSET, sysfs_set_scsi_tmo() would not set it to min_dev_loss_tmo, causing the system dev_loss_tmo value (by default, 30s) to remain unchanged. Fix it. Fixes: 6ad77db ("libmultipath: Set the scsi timeout parameters by path") Signed-off-by: Ma