linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Remove CONFIG_NVME_MULTIPATH option
@ 2023-07-19  8:41 Daniel Wagner
  2023-07-19  8:41 ` [PATCH v1 1/2] nvme: drop multipath config option Daniel Wagner
  2023-07-19  8:41 ` [PATCH v1 2/2] nvme: remove warning for shared ns when multipath=N Daniel Wagner
  0 siblings, 2 replies; 13+ messages in thread
From: Daniel Wagner @ 2023-07-19  8:41 UTC (permalink / raw)
  To: linux-nvme; +Cc: Daniel Wagner

> "Support for shared namespaces without CONFIG_NVME_MULTIPATH is deprecated
> and will be removed in Linux 6.0\n."

patch1: As stated in the first warning the multipath config option has been
scheduled to be removed for 6.0. As we are past this point let's drop it.

> "Found shared namespace %d, but multipathing not supported.\n"

patch2: The second warning is causing some confusion for Dell's PowerPath
users. The native multipath support has been deliberty disabled, because
it PowerPath module will provide it. As the native multipath is enabled
per default and always built-in, just drop it.

Daniel Wagner (2):
  nvme: drop multipath config option
  nvme: remove warning for shared ns when multipath=N

 drivers/nvme/host/Kconfig  |  9 ----
 drivers/nvme/host/Makefile |  4 +-
 drivers/nvme/host/core.c   | 12 -----
 drivers/nvme/host/ioctl.c  |  2 -
 drivers/nvme/host/nvme.h   | 92 +-------------------------------------
 drivers/nvme/host/pr.c     |  3 +-
 drivers/nvme/host/sysfs.c  |  6 ---
 7 files changed, 4 insertions(+), 124 deletions(-)

-- 
2.41.0



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-07-26 13:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-19  8:41 [PATCH v1 0/2] Remove CONFIG_NVME_MULTIPATH option Daniel Wagner
2023-07-19  8:41 ` [PATCH v1 1/2] nvme: drop multipath config option Daniel Wagner
2023-07-19 10:04   ` Keith Busch
2023-07-19 11:13     ` Daniel Wagner
2023-07-19 11:38       ` Keith Busch
2023-07-19 12:12         ` Daniel Wagner
2023-07-19 13:19           ` Hannes Reinecke
2023-07-24 16:51       ` Christoph Hellwig
2023-07-24 16:51     ` Christoph Hellwig
2023-07-25  6:05       ` Daniel Wagner
2023-07-26 13:11         ` Christoph Hellwig
2023-07-19  8:41 ` [PATCH v1 2/2] nvme: remove warning for shared ns when multipath=N Daniel Wagner
2023-07-24 16:53   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).