All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm-devel] [PATCH] multipath-tools: add basic info on how to use multipath-tools with NVMe devices
@ 2022-03-28 17:04 Xose Vazquez Perez
  2022-03-28 17:48 ` Martin Wilck
  0 siblings, 1 reply; 6+ messages in thread
From: Xose Vazquez Perez @ 2022-03-28 17:04 UTC (permalink / raw)
  Cc: Xose Vazquez Perez, Martin Wilck, DM-DEVEL ML

Cc: Martin Wilck <mwilck@suse.com>
Cc: Benjamin Marzinski <bmarzins@redhat.com>
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: DM-DEVEL ML <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 README.nvme | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 README.nvme

diff --git a/README.nvme b/README.nvme
new file mode 100644
index 00000000..70bf6b0d
--- /dev/null
+++ b/README.nvme
@@ -0,0 +1,12 @@
+To use Device Mapper/multipath-tools with NVMe devices,
+if the Native NVMe Multipath subsystem is enabled
+( "Y" in /sys/module/nvme_core/parameters/multipath ),
+it has to be disabled:
+
+echo "options nvme_core multipath=N" > /etc/modprobe.d/01-nvme_core-mp.conf
+regenerate the initramfs (dracut -f or update-initramfs) and reboot.
+
+Check that it is disabled(N) with:
+cat /sys/module/nvme_core/parameters/multipath
+or
+systool -m nvme_core -A multipath
-- 
2.35.1

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


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

end of thread, other threads:[~2022-06-17  6:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28 17:04 [dm-devel] [PATCH] multipath-tools: add basic info on how to use multipath-tools with NVMe devices Xose Vazquez Perez
2022-03-28 17:48 ` Martin Wilck
2022-03-28 17:57   ` Xose Vazquez Perez
2022-04-01 10:20     ` Martin Wilck
2022-06-16 20:32       ` Xose Vazquez Perez
2022-06-17  6:48         ` Martin Wilck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.