Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

  • English
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat CodeReady Workspaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHBA-2014:1555 - Bug Fix Advisory
Issued:
2014-10-13
Updated:
2014-10-13

RHBA-2014:1555 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

device-mapper-multipath bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated device-mapper-multipath packages that fix several bugs and add various
enhancements are now available for Red Hat Enterprise Linux 6.

Description

The device-mapper-multipath packages provide tools for managing multipath
devices using the device-mapper multipath kernel module.

This update fixes the following bugs:

  • When running a command on a specific device, the multipath utility did not

accept device specification using the major:minor format. This bug has been
fixed, and a multipath device can now be associated with the multipath command
using a path device major:minor specification. (BZ#1009061)

  • Previously, the readsector0 checker did not consider the blocksize when

calculating the number of blocks to read, which led to readsector0 reading too
much on 512 byte devices causing device errors. With this update, readsector0
considers the device blocksize when calculating the amount to read, and 512 byte
devices now work with the readsector0 checker as intended. (BZ#1027061)

  • Prior to this update, the code that handles multipathd sysfs devices could

free a
device structure while other data still pointed to it. As a consequence, the
multipathd daemon could occasionally experience use-after-free memory corruption
leading to unexpected termination. The sysfs device handling code for multipathd
has been rewritten, and multipathd no longer frees sysfs device memory while it
is still in use. (BZ#1049637)

  • Some of multipathds prioritizers run scsi commands with long timeouts. These

prioritizers do not run asynchronously and multipathd becomes busy waiting for
one to timeout. Consequently, the multipathd daemon can become unresponsive for
as long as 5 minutes when a path fails. With this update, the prioritizers use
the "checker_timeout" option to configure their timeout. Now, prioritizer
timeouts can be adjusted using the checker_timeout option to prevent multipathd
hangs. (BZ#1078485)

  • When a multipath device was reloaded outside the multipathd daemon and

existing paths were removed from the device, mutipathd still treated them as
belonging to a multipath device. Consequently, multipathd tried to access a
non-existent path_group and terminated unexpectedly. With this update,
multipathd correctly disassociates removed paths and no longer crashes when
existing paths are removed by external programs. (BZ#1080052)

  • If the multipathd daemon failed to add a path to the multipath device table,

the path was incorrectly orphaned. As a consequence, the multipath utility
treated the path as belonging to a multipath device, and multipathd could keep
attempting to switch to a non-existent path_group. The underlying source code
has
been fixed, and multipathd now correctly orphans paths that cannot be added to
the multipath device table. (BZ#1086417)

In addition, this update adds the following enhancements:

  • This update adds the force_sync multipath.conf option. Setting force_sync to

"yes" keeps the multipathd daemon from calling the path checkers in asynchronous
mode, which forces multipathd to run only one checker at a time. In addition,
with this option set, multipathd no longer takes up a significant amount of CPU
when a large number of paths is present. (BZ#1054747)

  • Previously, the default path ordering often led to the Round Robin path

selector picking multiple paths to the same controller, reducing the performance
benefit from multiple paths. With this update, multipath reorders device paths
in order to alternate between device controllers, leading to a performance
improvement. (BZ#1088013)

  • This update adds iscsi support for the "fast_io_fail_tmo" option to allow the

user to modify the speed of multipath responding to failed iscsi devices.
(BZ#1099932)

  • With this update, "-w" and "-W" options have been added to multipath; the "-w"

option removes the named WWID from the wwids file, the "-W" option removes all
WWIDs from the wwids file except for the WWIDs of the current multipath devices.
(BZ#1101101)

Solution

Before applying this update, make sure all previously released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/site/articles/11258

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • Red Hat Enterprise Linux Desktop 6 i386
  • Red Hat Enterprise Linux for IBM z Systems 6 s390x
  • Red Hat Enterprise Linux for Power, big endian 6 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6 s390x

Fixes

  • BZ - 997570 - multipath may hang if tur checker thread becomes unresponsive
  • BZ - 1049637 - multipathd encounters memory corruption
  • BZ - 1072974 - typo in ALUA prioritizer error message
  • BZ - 1086417 - multipathd stuck trying to switch to group that does not exist
  • BZ - 1095868 - Typo in multipathd man page
  • BZ - 1099932 - multipath: make fast_io_fail work for iscsi devices

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
device-mapper-multipath-0.4.9-80.el6.src.rpm SHA-256: 6536d70e1526b67a5eaff05e3b935bd3425eab58c080872e1580bda638dee27a
x86_64
device-mapper-multipath-0.4.9-80.el6.x86_64.rpm SHA-256: f895938f14c4906a6e6412aafd405be98497b1f398cec10e9fb323f319c26012
device-mapper-multipath-debuginfo-0.4.9-80.el6.i686.rpm SHA-256: d0dfa487e6e22edd268d94e11e3614d859bd22180206e1f264f0af4ba6ff8318
device-mapper-multipath-debuginfo-0.4.9-80.el6.x86_64.rpm SHA-256: ca9190abf711fa955828ee6b93cc94d02d26f78e9a921c4b017f75e13171f9a4
device-mapper-multipath-libs-0.4.9-80.el6.i686.rpm SHA-256: a427f5af0830c1159d0846f2384951a9d87129beb8fe7765b2473ff12f6b177a
device-mapper-multipath-libs-0.4.9-80.el6.x86_64.rpm SHA-256: 737211778d86d3adc32737e6518127a329e6e5f4fe1f6e57ccfc67f67217a2cc
kpartx-0.4.9-80.el6.x86_64.rpm SHA-256: e61c80f639f4b3fa23bc5647ca85ad9804d3f8b0671a77e733f4423bb2474b81
i386
device-mapper-multipath-0.4.9-80.el6.i686.rpm SHA-256: 188cdea80cc76e26903bad140b7140dcb890425901266df18ffc3b291ab2258b
device-mapper-multipath-debuginfo-0.4.9-80.el6.i686.rpm SHA-256: d0dfa487e6e22edd268d94e11e3614d859bd22180206e1f264f0af4ba6ff8318
device-mapper-multipath-libs-0.4.9-80.el6.i686.rpm SHA-256: a427f5af0830c1159d0846f2384951a9d87129beb8fe7765b2473ff12f6b177a
kpartx-0.4.9-80.el6.i686.rpm SHA-256: 6c27a351fd3200314d9fe590b87dd345f2ec1e81bca9ceff4f76c140f7643f3b

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
device-mapper-multipath-0.4.9-80.el6.src.rpm SHA-256: 6536d70e1526b67a5eaff05e3b935bd3425eab58c080872e1580bda638dee27a
x86_64
device-mapper-multipath-0.4.9-80.el6.x86_64.rpm SHA-256: f895938f14c4906a6e6412aafd405be98497b1f398cec10e9fb323f319c26012
device-mapper-multipath-debuginfo-0.4.9-80.el6.i686.rpm SHA-256: d0dfa487e6e22edd268d94e11e3614d859bd22180206e1f264f0af4ba6ff8318
device-mapper-multipath-debuginfo-0.4.9-80.el6.x86_64.rpm SHA-256: ca9190abf711fa955828ee6b93cc94d02d26f78e9a921c4b017f75e13171f9a4
device-mapper-multipath-libs-0.4.9-80.el6.i686.rpm SHA-256: a427f5af0830c1159d0846f2384951a9d87129beb8fe7765b2473ff12f6b177a
device-mapper-multipath-libs-0.4.9-80.el6.x86_64.rpm SHA-256: 737211778d86d3adc32737e6518127a329e6e5f4fe1f6e57ccfc67f67217a2cc
kpartx-0.4.9-80.el6.x86_64.rpm SHA-256: e61c80f639f4b3fa23bc5647ca85ad9804d3f8b0671a77e733f4423bb2474b81
i386
device-mapper-multipath-0.4.9-80.el6.i686.rpm SHA-256: 188cdea80cc76e26903bad140b7140dcb890425901266df18ffc3b291ab2258b
device-mapper-multipath-debuginfo-0.4.9-80.el6.i686.rpm SHA-256: d0dfa487e6e22edd268d94e11e3614d859bd22180206e1f264f0af4ba6ff8318
device-mapper-multipath-libs-0.4.9-80.el6.i686.rpm SHA-256: a427f5af0830c1159d0846f2384951a9d87129beb8fe7765b2473ff12f6b177a
kpartx-0.4.9-80.el6.i686.rpm SHA-256: 6c27a351fd3200314d9fe590b87dd345f2ec1e81bca9ceff4f76c140f7643f3b

Red Hat Enterprise Linux Workstation 6

SRPM
device-mapper-multipath-0.4.9-80.el6.src.rpm SHA-256: 6536d70e1526b67a5eaff05e3b935bd3425eab58c080872e1580bda638dee27a
x86_64
device-mapper-multipath-0.4.9-80.el6.x86_64.rpm SHA-256: f895938f14c4906a6e6412aafd405be98497b1f398cec10e9fb323f319c26012
device-mapper-multipath-debuginfo-0.4.9-80.el6.i686.rpm SHA-256: d0dfa487e6e22edd268d94e11e3614d859bd22180206e1f264f0af4ba6ff8318
device-mapper-multipath-debuginfo-0.4.9-80.el6.x86_64.rpm SHA-256: ca9190abf711fa955828ee6b93cc94d02d26f78e9a921c4b017f75e13171f9a4
device-mapper-multipath-libs-0.4.9-80.el6.i686.rpm SHA-256: a427f5af0830c1159d0846f2384951a9d87129beb8fe7765b2473ff12f6b177a
device-mapper-multipath-libs-0.4.9-80.el6.x86_64.rpm SHA-256: 737211778d86d3adc32737e6518127a329e6e5f4fe1f6e57ccfc67f67217a2cc
kpartx-0.4.9-80.el6.x86_64.rpm SHA-256: e61c80f639f4b3fa23bc5647ca85ad9804d3f8b0671a77e733f4423bb2474b81
i386
device-mapper-multipath-0.4.9-80.el6.i686.rpm SHA-256: 188cdea80cc76e26903bad140b7140dcb890425901266df18ffc3b291ab2258b
device-mapper-multipath-debuginfo-0.4.9-80.el6.i686.rpm SHA-256: d0dfa487e6e22edd268d94e11e3614d859bd22180206e1f264f0af4ba6ff8318
device-mapper-multipath-libs-0.4.9-80.el6.i686.rpm SHA-256: a427f5af0830c1159d0846f2384951a9d87129beb8fe7765b2473ff12f6b177a
kpartx-0.4.9-80.el6.i686.rpm SHA-256: 6c27a351fd3200314d9fe590b87dd345f2ec1e81bca9ceff4f76c140f7643f3b

Red Hat Enterprise Linux Desktop 6

SRPM
device-mapper-multipath-0.4.9-80.el6.src.rpm SHA-256: 6536d70e1526b67a5eaff05e3b935bd3425eab58c080872e1580bda638dee27a
x86_64
device-mapper-multipath-0.4.9-80.el6.x86_64.rpm SHA-256: f895938f14c4906a6e6412aafd405be98497b1f398cec10e9fb323f319c26012
device-mapper-multipath-debuginfo-0.4.9-80.el6.i686.rpm SHA-256: d0dfa487e6e22edd268d94e11e3614d859bd22180206e1f264f0af4ba6ff8318
device-mapper-multipath-debuginfo-0.4.9-80.el6.x86_64.rpm SHA-256: ca9190abf711fa955828ee6b93cc94d02d26f78e9a921c4b017f75e13171f9a4
device-mapper-multipath-libs-0.4.9-80.el6.i686.rpm SHA-256: a427f5af0830c1159d0846f2384951a9d87129beb8fe7765b2473ff12f6b177a
device-mapper-multipath-libs-0.4.9-80.el6.x86_64.rpm SHA-256: 737211778d86d3adc32737e6518127a329e6e5f4fe1f6e57ccfc67f67217a2cc
kpartx-0.4.9-80.el6.x86_64.rpm SHA-256: e61c80f639f4b3fa23bc5647ca85ad9804d3f8b0671a77e733f4423bb2474b81
i386
device-mapper-multipath-0.4.9-80.el6.i686.rpm SHA-256: 188cdea80cc76e26903bad140b7140dcb890425901266df18ffc3b291ab2258b
device-mapper-multipath-debuginfo-0.4.9-80.el6.i686.rpm SHA-256: d0dfa487e6e22edd268d94e11e3614d859bd22180206e1f264f0af4ba6ff8318
device-mapper-multipath-libs-0.4.9-80.el6.i686.rpm SHA-256: a427f5af0830c1159d0846f2384951a9d87129beb8fe7765b2473ff12f6b177a
kpartx-0.4.9-80.el6.i686.rpm SHA-256: 6c27a351fd3200314d9fe590b87dd345f2ec1e81bca9ceff4f76c140f7643f3b

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
device-mapper-multipath-0.4.9-80.el6.src.rpm SHA-256: 6536d70e1526b67a5eaff05e3b935bd3425eab58c080872e1580bda638dee27a
s390x
device-mapper-multipath-0.4.9-80.el6.s390x.rpm SHA-256: 46c0fc105dcdaf93b94c0ea6d08b4e242b31df69065294a3d323f1587f2f44d9
device-mapper-multipath-debuginfo-0.4.9-80.el6.s390.rpm SHA-256: bafe632c8f4c2601728c4772691f02d11aec772c6055d747b5ec10c16db14020
device-mapper-multipath-debuginfo-0.4.9-80.el6.s390x.rpm SHA-256: c371908ccd261bd95c72a5c023e56021afc40ed5946cf1d51d4df7632b4fb2f6
device-mapper-multipath-libs-0.4.9-80.el6.s390.rpm SHA-256: 6b7d1a74f7644286a9f67b25255f3caca8d34f515610bcac8bf39f5e6cdf9a90
device-mapper-multipath-libs-0.4.9-80.el6.s390x.rpm SHA-256: b876aac92c1edb2d087592300d0eed916428e8f51a102fa8410272e7269e7f0f
kpartx-0.4.9-80.el6.s390x.rpm SHA-256: 21b6542c48cef1ea9c2c5f7c16914cf03bc6575dd25d0bc55186e3b54af76904

Red Hat Enterprise Linux for Power, big endian 6

SRPM
device-mapper-multipath-0.4.9-80.el6.src.rpm SHA-256: 6536d70e1526b67a5eaff05e3b935bd3425eab58c080872e1580bda638dee27a
ppc64
device-mapper-multipath-0.4.9-80.el6.ppc64.rpm SHA-256: 06b37b3e3e6a81e6d11eb50021cae1a2de61279dc8bd6e5fcbe9a129dff321e6
device-mapper-multipath-debuginfo-0.4.9-80.el6.ppc.rpm SHA-256: be07ceebd18880af4b5c42f735a1d797890bcd6bd9a277749aed7e2327ee4d81
device-mapper-multipath-debuginfo-0.4.9-80.el6.ppc64.rpm SHA-256: 6990f2dbfe97b424dffe86b25d6dda38fff0c8bfa35eca1d8cf6ea53bfee3b47
device-mapper-multipath-libs-0.4.9-80.el6.ppc.rpm SHA-256: 823577c77503b2737caa610089cd3497f62abaed7ee182dd303088c1add8cb68
device-mapper-multipath-libs-0.4.9-80.el6.ppc64.rpm SHA-256: 2d89902ed9225b456bff336e79711edb2d3dc3bbbbc89a217637564af392255a
kpartx-0.4.9-80.el6.ppc64.rpm SHA-256: 1cc10e8765a57d6563bb128d884075c981864544220afd6594da80b4900e7908

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
device-mapper-multipath-0.4.9-80.el6.src.rpm SHA-256: 6536d70e1526b67a5eaff05e3b935bd3425eab58c080872e1580bda638dee27a
x86_64
device-mapper-multipath-0.4.9-80.el6.x86_64.rpm SHA-256: f895938f14c4906a6e6412aafd405be98497b1f398cec10e9fb323f319c26012
device-mapper-multipath-debuginfo-0.4.9-80.el6.i686.rpm SHA-256: d0dfa487e6e22edd268d94e11e3614d859bd22180206e1f264f0af4ba6ff8318
device-mapper-multipath-debuginfo-0.4.9-80.el6.x86_64.rpm SHA-256: ca9190abf711fa955828ee6b93cc94d02d26f78e9a921c4b017f75e13171f9a4
device-mapper-multipath-debuginfo-0.4.9-80.el6.x86_64.rpm SHA-256: ca9190abf711fa955828ee6b93cc94d02d26f78e9a921c4b017f75e13171f9a4
device-mapper-multipath-libs-0.4.9-80.el6.i686.rpm SHA-256: a427f5af0830c1159d0846f2384951a9d87129beb8fe7765b2473ff12f6b177a
device-mapper-multipath-libs-0.4.9-80.el6.x86_64.rpm SHA-256: 737211778d86d3adc32737e6518127a329e6e5f4fe1f6e57ccfc67f67217a2cc
kpartx-0.4.9-80.el6.x86_64.rpm SHA-256: e61c80f639f4b3fa23bc5647ca85ad9804d3f8b0671a77e733f4423bb2474b81

Red Hat Enterprise Linux Server from RHUI 6

SRPM
device-mapper-multipath-0.4.9-80.el6.src.rpm SHA-256: 6536d70e1526b67a5eaff05e3b935bd3425eab58c080872e1580bda638dee27a
x86_64
device-mapper-multipath-0.4.9-80.el6.x86_64.rpm SHA-256: f895938f14c4906a6e6412aafd405be98497b1f398cec10e9fb323f319c26012
device-mapper-multipath-debuginfo-0.4.9-80.el6.i686.rpm SHA-256: d0dfa487e6e22edd268d94e11e3614d859bd22180206e1f264f0af4ba6ff8318
device-mapper-multipath-debuginfo-0.4.9-80.el6.x86_64.rpm SHA-256: ca9190abf711fa955828ee6b93cc94d02d26f78e9a921c4b017f75e13171f9a4
device-mapper-multipath-libs-0.4.9-80.el6.i686.rpm SHA-256: a427f5af0830c1159d0846f2384951a9d87129beb8fe7765b2473ff12f6b177a
device-mapper-multipath-libs-0.4.9-80.el6.x86_64.rpm SHA-256: 737211778d86d3adc32737e6518127a329e6e5f4fe1f6e57ccfc67f67217a2cc
kpartx-0.4.9-80.el6.x86_64.rpm SHA-256: e61c80f639f4b3fa23bc5647ca85ad9804d3f8b0671a77e733f4423bb2474b81
i386
device-mapper-multipath-0.4.9-80.el6.i686.rpm SHA-256: 188cdea80cc76e26903bad140b7140dcb890425901266df18ffc3b291ab2258b
device-mapper-multipath-debuginfo-0.4.9-80.el6.i686.rpm SHA-256: d0dfa487e6e22edd268d94e11e3614d859bd22180206e1f264f0af4ba6ff8318
device-mapper-multipath-libs-0.4.9-80.el6.i686.rpm SHA-256: a427f5af0830c1159d0846f2384951a9d87129beb8fe7765b2473ff12f6b177a
kpartx-0.4.9-80.el6.i686.rpm SHA-256: 6c27a351fd3200314d9fe590b87dd345f2ec1e81bca9ceff4f76c140f7643f3b

Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6

SRPM
device-mapper-multipath-0.4.9-80.el6.src.rpm SHA-256: 6536d70e1526b67a5eaff05e3b935bd3425eab58c080872e1580bda638dee27a
s390x
device-mapper-multipath-0.4.9-80.el6.s390x.rpm SHA-256: 46c0fc105dcdaf93b94c0ea6d08b4e242b31df69065294a3d323f1587f2f44d9
device-mapper-multipath-debuginfo-0.4.9-80.el6.s390.rpm SHA-256: bafe632c8f4c2601728c4772691f02d11aec772c6055d747b5ec10c16db14020
device-mapper-multipath-debuginfo-0.4.9-80.el6.s390x.rpm SHA-256: c371908ccd261bd95c72a5c023e56021afc40ed5946cf1d51d4df7632b4fb2f6
device-mapper-multipath-libs-0.4.9-80.el6.s390.rpm SHA-256: 6b7d1a74f7644286a9f67b25255f3caca8d34f515610bcac8bf39f5e6cdf9a90
device-mapper-multipath-libs-0.4.9-80.el6.s390x.rpm SHA-256: b876aac92c1edb2d087592300d0eed916428e8f51a102fa8410272e7269e7f0f
kpartx-0.4.9-80.el6.s390x.rpm SHA-256: 21b6542c48cef1ea9c2c5f7c16914cf03bc6575dd25d0bc55186e3b54af76904

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2022 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter