[PATCH 1/3] nvme-Kconfig: updating MULTIPATH option's description
Irvin Cote
irvincoteg at gmail.com
Tue May 30 15:27:07 PDT 2023
In the MULTIPATH build option's description, mention that
the option is mandatory to support shared namespaces.
Signed-off-by: Irvin Cote <irvincoteg at gmail.com>
---
drivers/nvme/host/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/nvme/host/Kconfig b/drivers/nvme/host/Kconfig
index 2f6a7f8c94e8..f22cf71b205d 100644
--- a/drivers/nvme/host/Kconfig
+++ b/drivers/nvme/host/Kconfig
@@ -23,6 +23,8 @@ config NVME_MULTIPATH
subsystems. If this option is enabled only a single
/dev/nvmeXnY device will show up for each NVMe namespace,
even if it is accessible through multiple controllers.
+ This option must be enabled to allow sharing of namespaces.
+ among multiple controllers.
config NVME_VERBOSE_ERRORS
bool "NVMe verbose error reporting"
--
2.40.1
More information about the Linux-nvme
mailing list