Skip to content

Commit 32c9281

Browse files
johnmeneghinikeithbusch
authored andcommitted
nvme-multipath: change the NVME_MULTIPATH config option
Fix up the NVME_MULTIPATH config description so that it accurately describes what it does. Signed-off-by: John Meneghini <jmeneghi@redhat.com> Tested-by: John Meneghini <jmeneghi@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <kbusch@kernel.org>
1 parent 47f8cc9 commit 32c9281

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

drivers/nvme/host/Kconfig

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,15 @@ config NVME_MULTIPATH
1818
bool "NVMe multipath support"
1919
depends on NVME_CORE
2020
help
21-
This option enables support for multipath access to NVMe
22-
subsystems. If this option is enabled only a single
23-
/dev/nvmeXnY device will show up for each NVMe namespace,
24-
even if it is accessible through multiple controllers.
21+
This option controls support for multipath access to NVMe
22+
subsystems. If this option is enabled support for NVMe multipath
23+
access is included in the kernel. If this option is disabled support
24+
for NVMe multipath access is excluded from the kernel. When this
25+
option is disabled each controller/namespace receives its
26+
own /dev/nvmeXnY device entry and NVMe multipath access is
27+
not supported.
28+
29+
If unsure, say Y.
2530

2631
config NVME_VERBOSE_ERRORS
2732
bool "NVMe verbose error reporting"

0 commit comments

Comments
 (0)