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 1858993 - multipath reads all files that doesn't end with .conf from config_dir. [rhel-8.2.0.z]
Summary: multipath reads all files that doesn't end with .conf from config_dir. [rhel-...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: device-mapper-multipath
Version: 8.2
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: rc
: 8.0
Assignee: Ben Marzinski
QA Contact: Lin Li
URL:
Whiteboard:
Depends On: 1821214
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-07-21 02:56 UTC by RHEL Program Management Team
Modified: 2021-09-06 15:35 UTC (History)
11 users (show)

Fixed In Version: device-mapper-multipath-0.8.3-3.el8_2.3
Doc Type: Bug Fix
Doc Text:
Cause: multipath was treating files in /etc/multipath/conf.d that didn't end with .conf as config files Consequence: Multipath could try to parse non-config files, or backups of config files. Fix: multipath now only parses files ending in .conf from /etc/multipath/conf.d Result: multipath now only parses config files
Clone Of: 1821214
Environment:
Last Closed: 2020-09-08 09:37:02 UTC
Type: ---
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-49531 0 None None None 2021-09-06 15:35:13 UTC
Red Hat Product Errata RHBA-2020:3648 0 None None None 2020-09-08 09:37:06 UTC

Comment 1 Ben Marzinski 2020-07-21 18:56:57 UTC
fix backported.

Comment 4 Lin Li 2020-07-23 08:04:51 UTC
Verified on device-mapper-multipath-0.8.3-3.el8_2.3
1,[root@storageqe-25 ~]# rpm -qa | grep multipath
device-mapper-multipath-libs-0.8.3-3.el8_2.3.x86_64
device-mapper-multipath-0.8.3-3.el8_2.3.x86_64


2,[root@storageqe-05 conf.d]# pwd
/etc/multipath/conf.d

3,[root@storageqe-05 conf.d]# cat local.conf
multipaths {
        multipath {
                wwid    360a98000324669436c2b45666c56785a
                alias   boot_1
        }
} 


4,[root@storageqe-25 conf.d]# cat local.conf.200304.conf.backup
multipaths {
        multipath {
                wwid    360a98000324669436c2b45666c56785a
                alias   boot_1
        }
} 


5,[root@storageqe-05 conf.d]# multipath -ll
360a98000324669436c2b45666c56785a 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:1:1 sdg 8:96  active ready running
| `- 8:0:1:1 sdo 8:224 active ready running
`-+- policy='service-time 0' prio=10 status=enabled
  |- 1:0:0:1 sdc 8:32  active ready running
  `- 8:0:0:1 sdk 8:160 active ready running




Test result:multipath now only parses config files with device-mapper-multipath-0.8.3-3.el8_2.3 .

Comment 7 errata-xmlrpc 2020-09-08 09:37:02 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 (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:3648


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