Bug 1593459
Summary: | RFE: Make multipath able to blacklist by protocol/transport | |||
---|---|---|---|---|
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: | Marek Suchánek <msuchane> | |
Priority: | high | |||
Version: | 7.6 | CC: | agk, bmarzins, heinzm, lilin, msnitzer, nsoffer, prajnoha, rcyriac, rhandlin, salmy | |
Target Milestone: | rc | Keywords: | FutureFeature, ZStream | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | device-mapper-multipath-0.4.9-121.el7 | Doc Type: | Release Note | |
Doc Text: |
DM Multipath now enables blacklisting or whitelisting paths by protocol
Device Mapper Multipath (DM Multipath) now supports the "protocol" configuration option in the `blacklist` and `blacklist_exceptions` configuration sections. This enables you to blacklist or whitelist paths based on the protocol they use, such as `scsi` or `nvme`. For SCSI devices, you can also specify the transport: for example `scsi:fcp` or `scsi:iscsi`.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1607749 (view as bug list) | Environment: | ||
Last Closed: | 2018-10-30 11:27:36 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, 1600672, 1607749 |
Description
Ben Marzinski
2018-06-20 22:00:43 UTC
(In reply to Ben Marzinski from comment #0) > blacklist_exceptions { > protocol "(scsi:fcp|scsi:iscsi)" > } Ben, can you explain why "scsi:fcp" or "scsi:iscsi" is needed, instead of "fcp" os "iscsi"? What is the advantage of the longer version? You can also blacklist other protocols like "nvme" or "dasd". Right now, only "scsi" has multiple transport methods, but in the future multipath will likely need to distinguish between different "nvme" transports as well. This makes it easier to specify exactly what you want to blacklist. It also maps onto how multipath internally distinguishes between device types. The full list of protocol/transports that multipath recognizes and are available for blacklisting is: scsi:fcp scsi:spi scsi:ssa scsi:sbp scsi:srp scsi:iscsi scsi:sas scsi:adt scsi:ata ccw cciss nvme oops. There's also "scsi:unspec" for scsi devices that don't have a detected transport (like scsi_debug) and "undef" for devices that don't have a detected protocol at all. Mostly, these are already caught by devnode or property blacklisting, but it is valid to run multipath on devices that don't have a detected procotol. Multipath just doesn't do any protocol specific actions on them. Thanks Ben, it makes sense. I hope that all this info will be in multipath.conf manual. Hopefully, this should work for you. Here's the information from the manpage: blacklist section: protocol Regular expression of the protocol to be excluded. See below for a list of recognized protocols The protocol strings that multipath recognizes are scsi:fcp, scsi:spi, scsi:ssa, scsi:sbp, scsi:srp, scsi:iscsi, scsi:sas, scsi:adt, scsi:ata, scsi:unspec, ccw, cciss, nvme, and undef. The protocol that a path is using can be viewed by running 'multipathd show paths format "%d %P"' blacklist_exceptions section: protocol Regular expression of the protocol to be whitelisted. See the blacklist section for a list of recognized protocols Ben, Two questions please: Could this be backported to RHEL 7.5? Could this be pushed to Fedora 28? Yeah. I think so. The change is pretty self contained. Obviously, the 7.5 change would need to get approved as a zstream. Could you open bugzillas for this? *** Bug 1600672 has been marked as a duplicate of this bug. *** 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/RHBA-2018:3236 |