Hide Forgot
Upstream multipath allows a "property" blacklist option that blacklists devices with certain udev environment variables. It also allows "property" as a blacklist_exceptions option. The blacklist_exceptions option is special. If an exceptions option is set, but no blacklist option, it is assumed that all devices are blacklisted, except the ones that have udev evironment variables that match the exception option. RHEL multipath should include this feature, and have the default multipath.conf file installed by mpathconf set blacklist_exceptions { property "(SCSI_IDENT_|ID_WWN)" } which is the upstream default. This has the effect of keeping multipath from running a number of local devices that it has not business attempting to multipath.
Backported the upstream feature as described in the problem description, with one exception. mpathconf does not set the property blacklist exception by default. If you need it set, you must set it yourself.
Ben: I edited your release note description by moving around some text. Could you look this over and let me know if this is correct as it now stands? Steven
It looks great.
Cloning this as a doc bug since I think we should probably add this information to the section on the blacklist exceptions file: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/dm_multipath/config_file_blacklist#blacklist_exceptions
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, 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/RHEA-2018:0884