Re: [PATCH] nvme: remove multipath module parameter

From: Keith Busch
Date: Thu Feb 20 2025 - 11:52:59 EST


On Thu, Feb 20, 2025 at 01:05:04PM +0200, Sagi Grimberg wrote:
> This discussion is not specific to RHEL, if there is a real use-case
> that we are interested in supporting, we can change our minds and keep
> it (and simply remove the log msg), but I haven't heard any real life
> use-cases thus far.

One use case: ublk.

Other use cases are manufacturing and debugging. Linux has been a great
environment for both, which don't want anything hidden behind virtual
devices.

The module parameter makes it possible to do this with your distro's
stock kernel that came with the CONFIG option enabled.

The device mapper multipath needed some layering violations out of the
driver to make failover work correctly/better. That's one reason it's
not supported here, and that's an appropriate place to draw the line on
what kinds of patches should be accepted.