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@xxxxxxxx> Cc: Benjamin Marzinski <bmarzins@xxxxxxxxxx> Cc: Christophe Varoqui <christophe.varoqui@xxxxxxxxxxx> Cc: DM_DEVEL-ML <dm-devel@xxxxxxxxxxxxxxx> Signed-off-by: Xose Vazquez Perez <xose.vazquez@xxxxxxxxx> --- multipath/multipath.conf.5.in | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/multipath/multipath.conf.5.in b/multipath/multipath.conf.5.in index f1158f7d..3c9ae097 100644 --- a/multipath/multipath.conf.5.in +++ b/multipath/multipath.conf.5.in @@ -6,7 +6,7 @@ .\" Update the date below if you make any significant change. .\" ---------------------------------------------------------------------------- . -.TH MULTIPATH.CONF 5 2024-08-15 Linux +.TH MULTIPATH.CONF 5 2025-09-12 Linux . . .\" ---------------------------------------------------------------------------- @@ -1653,9 +1653,19 @@ The \fIdevice\fR subsection recognizes the following attributes: .TP 17 .B vendor (Mandatory) Regular expression to match the vendor name. +.RS +.TP +For DASD devices, it is the fixed label: \fBIBM\fR +.TP +For NVMe devices, it is the fixed label: \fBNVME\fR +.RE .TP .B product (Mandatory) Regular expression to match the product name. +.RS +.TP +For DASD devices, it is the fixed label: \fBS/390 DASD ECKD\fR +.RE .TP .B revision 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: .P .EX # multipath -ll -uuid.fedcba98-3579-4567-8765-123456789abc [nvme]:nvme4n9 NVMe,Some NVMe controller,FFFFFFFF +uuid.fedcba98-3579-4567-8765-123456789abc [nvme]:nvme4n9 NVME,Some NVMe controller,FFFFFFFF size=167772160 features='n/a' hwhandler='ANA' wp=rw |-+- policy='n/a' prio=50 status=optimized | `- 4:38:1 nvme4c38n1 0:0 n/a optimized live -- 2.51.0