Bug 1806197
| Summary: | multipath.conf has usage typo error for prio_args | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jon Magrini <jmagrini> |
| Component: | device-mapper-multipath | Assignee: | Ben Marzinski <bmarzins> |
| Status: | CLOSED ERRATA | QA Contact: | Lin Li <lilin> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.7 | CC: | agk, bmarzins, heinzm, jbrassow, lilin, msnitzer, prajnoha |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | device-mapper-multipath-0.4.9-133.el7 | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-09-29 20:01:05 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Fixed. Reproduced on device-mapper-multipath-0.4.9-127
[root@storageqe-11 ~]# rpm -qa | grep multipath
device-mapper-multipath-libs-0.4.9-127.el7.x86_64
device-mapper-multipath-0.4.9-127.el7.x86_64
man multipath.conf
prio_args Arguments to pass to to the prio function. This
only applies to certain prioritizers
weighted Needs a value of the form <hbtl|dev‐
name|wwn> <regex1> <prio1> <regex2>
<prio2> ... hbtl regex can be of SCSI
H:B:T:L format Ex: 1:0:.:. , *:0:0:.
devname regex can be of device name
format Ex: sda , sd.e wwn regex can be
of the form host_wwnn:host_wwpn:tar‐
get_wwnn:target_wwpn these values can
be looked up through sysfs or by run‐
ning mulitpathd show paths format <---------- mulitpathd
%N:%R:%n:%r Ex:
0x200100e08ba0aea0:0x210100e08ba0aea0:.*:.*
, .*:.*:iqn.2009-10.com.red‐
hat.msp.lab.ask-06:.*
Verified on device-mapper-multipath-0.4.9-133
[root@storageqe-11 ~]# rpm -qa | grep multipath
device-mapper-multipath-libs-0.4.9-133.el7.x86_64
device-mapper-multipath-0.4.9-133.el7.x86_64
man multipath.conf
prio_args Arguments to pass to the prio function. This only
applies to certain prioritizers
weighted Needs a value of the form <hbtl|dev‐
name|wwn> <regex1> <prio1> <regex2>
<prio2> ... hbtl regex can be of SCSI
H:B:T:L format Ex: 1:0:.:. , *:0:0:.
devname regex can be of device name
format Ex: sda , sd.e wwn regex can
be of the form
host_wwnn:host_wwpn:target_wwnn:tar‐
get_wwpn these values can be looked up
through sysfs or by running multipathd <----------multipathd
show paths format %N:%R:%n:%r Ex:
0x200100e08ba0aea0:0x210100e08ba0aea0:.*:.*
, .*:.*:iqn.2009-10.com.red‐
hat.msp.lab.ask-06:.*
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (device-mapper-multipath bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:3942 |
Description of problem: Typo error in `man multipath.conf` prio_args Arguments to pass to to the prio function. This only applies to certain prioritizers [..] host_wwnn:host_wwpn:target_wwnn:target_wwpn these values can be looked up through sysfs or by running mulitpathd show paths format %N:%R:%n:%r Ex: 0x200100e08ba0aea0:0x210100e08ba0aea0:.*:.* , Version-Release number of selected component (if applicable): device-mapper-multipath-0.4.9-127.el7.x86_64 How reproducible: Very Steps to Reproduce: 1. man multipath.conf 2. Section for prio_args 3. Actual results: mulitpathd show paths ... ... Expected results: multipathd Additional info: