Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
This behavior is different than what the 8.7 fix showed ( https://bugzilla.redhat.com/show_bug.cgi?id=2076262#c27 ), but it's still not what was listed as expected in https://bugzilla.redhat.com/show_bug.cgi?id=2076262#c18.
[root@hayes-03 tmp]# pvcreate /dev/sdf
Physical volume "/dev/sdf" successfully created.
[root@hayes-03 tmp]# pvs
PV VG Fmt Attr PSize PFree
/dev/sdf lvm2 --- <1.82t <1.82t
[root@hayes-03 tmp]# multipath /dev/sdf
93451.207798 | mpatha: addmap [0 3905945600 multipath 0 0 1 1 service-time 0 1 1 8:80 1]
create: mpatha (36d09466083d8e100233c180321c0e570) undef DELL,PERC H330 Adp
size=1.8T features='0' hwhandler='0' wp=undef
`-+- policy='service-time 0' prio=1 status=undef
`- 0:2:5:0 sdf 8:80 undef ready running
# Unlike in 8.7, pvs here does seem to realize there's a pv on /dev/mapper/mpatha, are we actually supposed to do the 'lvmdevices --update'?
[root@hayes-03 tmp]# pvs
WARNING: devices file is missing /dev/mapper/mpatha (253:0) using multipath component /dev/sdf.
See lvmdevices --update for devices file update.
[root@hayes-03 tmp]# grep sdf /etc/lvm/devices/system.devices
IDTYPE=sys_wwid IDNAME=naa.6d09466083d8e100233c180321c0e570 DEVNAME=/dev/sdf PVID=UTQiPfsSGvGMtz025sQtdo6FcwPTqBxW
[root@hayes-03 tmp]# cat /etc/multipath/wwids
# Multipath wwids, Version : 1.0
# NOTE: This file is automatically maintained by multipath and multipathd.
# You should not need to edit this file in normal circumstances.
#
# Valid WWIDs:
/36d09466083d8e100233c180321c0e570/
# add to /etc/multipath.conf
blacklist {
wwid "36d09466083d8e100233c180321c0e570"
}
[root@hayes-03 tmp]# systemctl restart multipathd.service
[root@hayes-03 tmp]# multipath -F
[root@hayes-03 tmp]# multipath -v2
[root@hayes-03 tmp]# multipath -l
# pvs is back to see the device on /dev/sdf, not /dev/mapper/mpatha
[root@hayes-03 tmp]# pvs
PV VG Fmt Attr PSize PFree
/dev/sdf lvm2 --- <1.82t <1.82t
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 (lvm2 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-2022:8358