Skip to content

Commit 7604c3c

Browse files
xosevpmwilck
authored andcommitted
multipath-tools: add new info to multipath.conf.5
Document the static vendor tags for nvme, and dasd devices. And product tag for the latter. And fix NVMe example (s/NVMe/NVME) 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@lists.linux.dev> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com> Reviewed-by: Martin Wilck <mwilck@suse.com>
1 parent 3173a8c commit 7604c3c

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

multipath/multipath.conf.5.in

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.\" Update the date below if you make any significant change.
77
.\" ----------------------------------------------------------------------------
88
.
9-
.TH MULTIPATH.CONF 5 2024-08-15 Linux
9+
.TH MULTIPATH.CONF 5 2025-09-12 Linux
1010
.
1111
.
1212
.\" ----------------------------------------------------------------------------
@@ -1653,9 +1653,19 @@ The \fIdevice\fR subsection recognizes the following attributes:
16531653
.TP 17
16541654
.B vendor
16551655
(Mandatory) Regular expression to match the vendor name.
1656+
.RS
1657+
.TP
1658+
For DASD devices, it is the fixed label: \fBIBM\fR
1659+
.TP
1660+
For NVMe devices, it is the fixed label: \fBNVME\fR
1661+
.RE
16561662
.TP
16571663
.B product
16581664
(Mandatory) Regular expression to match the product name.
1665+
.RS
1666+
.TP
1667+
For DASD devices, it is the fixed label: \fBS/390 DASD ECKD\fR
1668+
.RE
16591669
.TP
16601670
.B revision
16611671
Regular expression to match the product revision. If not specified, any
@@ -2030,7 +2040,7 @@ the foreign library name in square brackets, as in this example:
20302040
.P
20312041
.EX
20322042
# multipath -ll
2033-
uuid.fedcba98-3579-4567-8765-123456789abc [nvme]:nvme4n9 NVMe,Some NVMe controller,FFFFFFFF
2043+
uuid.fedcba98-3579-4567-8765-123456789abc [nvme]:nvme4n9 NVME,Some NVMe controller,FFFFFFFF
20342044
size=167772160 features='n/a' hwhandler='ANA' wp=rw
20352045
|-+- policy='n/a' prio=50 status=optimized
20362046
| `- 4:38:1 nvme4c38n1 0:0 n/a optimized live

0 commit comments

Comments
 (0)