RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1984303 - "invalid keyword in the devices section: overrides" should be printed when /etc/multipath.conf lack of } in the devices section
Summary: "invalid keyword in the devices section: overrides" should be printed when /e...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: device-mapper-multipath
Version: 9.0
Hardware: x86_64
OS: Linux
medium
high
Target Milestone: beta
: ---
Assignee: Ben Marzinski
QA Contact: Lin Li
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-07-21 08:06 UTC by Lin Li
Modified: 2022-05-17 16:24 UTC (History)
6 users (show)

Fixed In Version: device-mapper-multipath-0.8.7-1.el9
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-05-17 15:56:11 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2022:3971 0 None None None 2022-05-17 15:56:30 UTC

Description Lin Li 2021-07-21 08:06:14 UTC
Description of problem:
"invalid keyword in the devices section: overrides" should be printed when /etc/multipath.conf lack of } in the devices section

Version-Release number of selected component (if applicable):
device-mapper-multipath-0.8.6-4.el9

How reproducible:
always

Steps to Reproduce:
1.[root@storageqe-05 ~]# rpm -qa | grep multipath
device-mapper-multipath-libs-0.8.6-4.el9.x86_64
device-mapper-multipath-0.8.6-4.el9.x86_64

2.Edit /etc/multipath.conf
defaults {
	user_friendly_names yes
	find_multipaths strict
	enable_foreign "^$"
	find_multipaths_timeout 10
}

blacklist_exceptions {
        property "(SCSI_IDENT_|ID_WWN)"
}

devices {
	device {
		vendor "AIX"
		product "VDASD"
		path_grouping_policy "multibus"
		no_path_retry 60
	}
        overrides {  <----------------------
}

blacklist {
}

3.[root@storageqe-05 ~]# service multipathd reload
Redirecting to /bin/systemctl reload multipathd.service

4.[root@storageqe-05 ~]# multipath -ll
430380.069122 | /etc/multipath.conf line 29, invalid keyword: overrides
360a98000324669436c2b45666c567865 dm-3 NETAPP,LUN
size=2.0G features='3 queue_if_no_path pg_init_retries 50' hwhandler='1 alua' wp=rw
|-+- policy='service-time 0' prio=50 status=active
| |- 1:0:0:0   sdj   8:144    active ready running
| `- 4:0:1:0   sdf   8:80     active ready running
`-+- policy='service-time 0' prio=10 status=enabled
  |- 1:0:1:0   sdn   8:208    active ready running
  `- 4:0:0:0   sdb   8:16     active ready running


Actual results:
multipath reported "invalid keyword: overrides"

Expected results:
multipath report "invalid keyword in the devices section: overrides" or "missing '}'"

Additional info:

Comment 5 Lin Li 2021-11-15 13:52:15 UTC
Verified on device-mapper-multipath-0.8.7-2.el9
1.[root@storageqe-05 ~]# rpm -qa | grep multipath
device-mapper-multipath-libs-0.8.7-2.el9.x86_64
device-mapper-multipath-0.8.7-2.el9.x86_64

2.Edit /etc/multipath.conf
defaults {
	user_friendly_names yes
	find_multipaths strict
	enable_foreign "^$"
	find_multipaths_timeout 10
}

blacklist_exceptions {
        property "(SCSI_IDENT_|ID_WWN)"
}

devices {
	device {
		vendor "AIX"
		product "VDASD"
		path_grouping_policy "multibus"
		no_path_retry 60
	}
        overrides {  <----------------------
}

blacklist {
}

3.[root@storageqe-05 ~]# service multipathd reload
Redirecting to /bin/systemctl reload multipathd.service

4.[root@storageqe-05 ~]# multipath -ll
37837.973995 | /etc/multipath.conf line 30, invalid keyword in the devices section: overrides   <--------------------------------
360a98000324669436c2b45666c567865 dm-3 NETAPP,LUN
size=2.0G features='3 queue_if_no_path pg_init_retries 50' hwhandler='1 alua' wp=rw
|-+- policy='service-time 0' prio=50 status=active
| |- 1:0:0:0 sdb 8:16  active ready running
| `- 4:0:1:0 sdn 8:208 active ready running
`-+- policy='service-time 0' prio=10 status=enabled
  |- 1:0:1:0 sdf 8:80  active ready running
  `- 4:0:0:0 sdj 8:144 active ready running
360a98000324669436c2b45666c567867 dm-4 NETAPP,LUN
size=2.0G features='3 queue_if_no_path pg_init_retries 50' hwhandler='1 alua' wp=rw
|-+- policy='service-time 0' prio=50 status=active
| |- 1:0:0:1 sdc 8:32  active ready running
| `- 4:0:1:1 sdo 8:224 active ready running
`-+- policy='service-time 0' prio=10 status=enabled
  |- 1:0:1:1 sdg 8:96  active ready running
  `- 4:0:0:1 sdk 8:160 active ready running
360a98000324669436c2b45666c567869 dm-5 NETAPP,LUN
size=2.0G features='3 queue_if_no_path pg_init_retries 50' hwhandler='1 alua' wp=rw
|-+- policy='service-time 0' prio=50 status=active
| |- 1:0:0:2 sdd 8:48  active ready running
| `- 4:0:1:2 sdp 8:240 active ready running
`-+- policy='service-time 0' prio=10 status=enabled
  |- 1:0:1:2 sdh 8:112 active ready running
  `- 4:0:0:2 sdl 8:176 active ready running
360a98000324669436c2b45666c56786b dm-6 NETAPP,LUN
size=2.0G features='3 queue_if_no_path pg_init_retries 50' hwhandler='1 alua' wp=rw
|-+- policy='service-time 0' prio=50 status=active
| |- 1:0:0:3 sde 8:64  active ready running
| `- 4:0:1:3 sdq 65:0  active ready running
`-+- policy='service-time 0' prio=10 status=enabled
  |- 1:0:1:3 sdi 8:128 active ready running
  `- 4:0:0:3 sdm 8:192 active ready running



Test result:multipath report "invalid keyword in the devices section: overrides"

Comment 7 errata-xmlrpc 2022-05-17 15:56:11 UTC
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 (new packages: device-mapper-multipath), 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-2022:3971


Note You need to log in before you can comment on or make changes to this bug.