Re: [for-4.16 PATCH 0/5] block, nvme, dm: allow DM multipath to use NVMe's error handler
From: Keith Busch <hidden>
Date: 2017-12-26 20:51:10
Also in:
dm-devel, linux-nvme
From: Keith Busch <hidden>
Date: 2017-12-26 20:51:10
Also in:
dm-devel, linux-nvme
On Tue, Dec 19, 2017 at 04:05:41PM -0500, Mike Snitzer wrote:
These patches enable DM multipath to work well on NVMe over Fabrics devices. Currently that implies CONFIG_NVME_MULTIPATH is _not_ set. But follow-on work will be to make it so that native NVMe multipath and DM multipath can be made to co-exist (e.g. blacklisting certain NVMe devices from being consumed by native NVMe multipath?)
Hi Mike, I've reviewed the series and I support with the goal. I'm not a big fan, though, of having yet-another-field to set in bio and req on each IO. Unless I'm missing something, I think we can make this simpler if you add the new 'failover_req_fn' as an attribute of the struct request_queue instead of threading it through bio and request. Native nvme multipath can set the field directly in the nvme driver, and dm-mpath can set it in each path when not using the nvme mpath. What do you think?