Bug 1456955
Summary: | RFE: add upstream property blacklist and expections to multipath | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Ben Marzinski <bmarzins> | |
Component: | device-mapper-multipath | Assignee: | Ben Marzinski <bmarzins> | |
Status: | CLOSED ERRATA | QA Contact: | Lin Li <lilin> | |
Severity: | unspecified | Docs Contact: | Steven J. Levine <slevine> | |
Priority: | unspecified | |||
Version: | 7.4 | CC: | agk, bmarzins, heinzm, lilin, msnitzer, mthacker, pasik, prajnoha | |
Target Milestone: | rc | Keywords: | FutureFeature | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | device-mapper-multipath-0.4.9-114.el7 | Doc Type: | Enhancement | |
Doc Text: |
New `property` parameter supported in `blacklist` and `blacklist_exception` sections of `multipath.conf`
The `multipath.conf` configuration file now supports the `property` parameter in the `blacklist` and `blacklist_exception` sections of the file. This parameter allows users to blacklist certain types of devices. The `property` parameter takes a regular expression string that is matched against the `udev` environment variable names for the device.
The `property` parameter in `blacklist_exception` works differently than the other `blacklist_exception` parameters. If the parameter is set, the device must have a `udev` variable that matches. Otherwise, the device is blacklisted.
Most usefully, this parameter allows users to blacklist SCSI devices that multipath should ignore, such as USB sticks and local hard drives. To allow only SCSI devices that could reasonably be multipathed, set this parameter to `(SCSI_IDENT_|ID_WWN)` in the `blacklist_exceptions` section of the `multipath.conf` file.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1519962 1521074 (view as bug list) | Environment: | ||
Last Closed: | 2018-04-10 16:10:28 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1016535, 1469559, 1521074 |
Description
Ben Marzinski
2017-05-30 18:06:39 UTC
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 |