Re: [dm-devel] [PATCH] libmultipath: ignore nvme devices if nvme native multipath is enabled

2023-06-30 Thread Benjamin Marzinski
On Fri, Jun 30, 2023 at 08:14:07PM +0200, mwi...@suse.com wrote: > From: Martin Wilck > > If the nvme native multipath driver is enabled, blacklist nvme devices > for dm-multipath by default. This is particularly useful with > "find_multipaths greedy". > > Signed-off-by: Martin Wilck This look

Re: [dm-devel] [git pull] device mapper changes for 6.5

2023-06-30 Thread pr-tracker-bot
The pull request you sent on Thu, 29 Jun 2023 16:52:20 -0400: > git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git > tags/for-6.5/dm-changes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/6cdbb0907a3c562723455e351c940037bdec9b7a Thank you! --

[dm-devel] [PATCH] libmultipath: ignore nvme devices if nvme native multipath is enabled

2023-06-30 Thread mwilck
From: Martin Wilck If the nvme native multipath driver is enabled, blacklist nvme devices for dm-multipath by default. This is particularly useful with "find_multipaths greedy". Signed-off-by: Martin Wilck --- libmultipath/blacklist.c | 35 --- tests/blacklist.c

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

Re: [dm-devel] [PATCH] multipath-tools Consider making 'smart' the default

2023-06-30 Thread Benjamin Marzinski
On Mon, Jun 26, 2023 at 03:11:30PM +0200, Martin Wilck wrote: > On Tue, 2023-03-21 at 09:57 +0100, Martin Wilck wrote: > > On Mon, 2023-03-20 at 14:41 -0500, Benjamin Marzinski wrote: > > > On Mon, Mar 20, 2023 at 03:18:37PM +0100, Martin Wilck wrote: > > > > On Thu, 2023-03-16 at 14:47 -0700, Bria

Re: [dm-devel] [PATCH v13 3/9] block: add emulation for copy

2023-06-30 Thread Nitesh Shetty
On 23/06/29 04:33PM, Ming Lei wrote: Hi Nitesh, On Wed, Jun 28, 2023 at 12:06:17AM +0530, Nitesh Shetty wrote: For the devices which does not support copy, copy emulation is added. It is required for in-kernel users like fabrics, where file descriptor is I can understand copy command does hel