Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Lightspeed
Or troubleshoot an issue.

Select Your Language

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

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Lightspeed
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • 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 build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2011:0243 - Bug Fix Advisory
Issued:
2011-02-15
Updated:
2011-04-29

RHBA-2011:0243 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

device-mapper-multipath bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An updated device-mapper-multipath package that fixes several bugs and adds
various enhancements is now available.

[Updated 27th April 2011]
The original text for this advisory omitted descriptions for two workarounds,
BZ#509095 and BZ#487443, and a bug fix, BZ#588753. The packages provided with
this advisory have not been changed. The text of this advisory has been updated
with summaries of each of these issues, and a link to the Known Issues section
of the Red Hat Enterprise Linux 4.9 Release Notes, where these issues are
described in detail, has been added to the References section of this advisory.

Description

The device-mapper-multipath package provides tools to manage multipath devices
using the device-mapper multipath kernel module.

The advisory text was updated on the 27th of April, 2011 with the following bug
description:

  • Installing the device-mapper-multipath RPM package could have caused the

default installed /etc/kpartx.conf configuration file to be modified. As a
consequence, verifying the package with the "rpm -V" failed due to the
/etc/kpartx.conf file's size, md5sum, and last modification time having been
changed. This update adds flags to the device-mapper-multipath package's spec
file that inform rpm that the size, md5sum and modification time of the
/etc/kpartx.conf file may change, with the result that verifying the package now
succeeds in this situation. (BZ#588753)

The advisory text was updated on the 27th of April, 2011 with the following two
workaround descriptions:

  • When the /var directory was mounted on a separate file system from the root

directory ("/"), the association between mpath[n] device names and device WWIDs
could have been become inconsistent. As a workaround, a bindings_file
configuration option now provides a consistent mapping between mpath[n] and WWID
device names. Refer to the Release Notes link provided in the References section
of this erratum for further details. (BZ#509095)

  • Multipath is unable to reconfigure a multipath device while the multipathd

service is running, or add new paths to the device. A workaround for this issue
is provided in the 4.9 Release Notes, which are linked to in the References
section of this advisory. (BZ#487443)

[The original advisory text follows]

This update provides fixes for the following bugs:

  • The direction path checker occasionally dropped paths due to a too short limit

for the IO. The direction checker now waits asychronously for the IO with a 30
second limit per path. (BZ#500580)

  • When gathering path information, multipath did not wait long enough for some

sysfs files to be created. This caused it to not create some devices. It will
now wait up to a minute, unless it notices that the sysfs device directory has
been removed, in which case it exits early. (BZ#511034)

  • Multipath gave incorrect path groupings for multipath devices configured to

use "group_by_node_name". This was due to an incorrect reporting of the target
node name for iSCSI (Internet Small Computer System Interface) targets. With
this update multipath checks the iSCSI target name if the fc check fails.
(BZ#512065)

  • Multipath could have occasionally consumed a large amount of memory. This was

caused by improper setting of thread size. With this update, the thread size
setting is adjusted and the issue no longer occurs. (BZ#516253)

  • Previously, kpartx could have made incorrect partitions for devices with minor

numbers greater than 255. This happened due to a mistake in calculation of minor
number of devices. This update fixes the calculation procedure and the issue is
fixed. (BZ#528734)

  • Multipathd occasionally used an incorrect UID/GID/MODE setting for the devices

it created, if these were defined in multipath.conf. This was due to a race
between udevd and multipathd. With this update, the issue no longer occurs.
(BZ#531131)

  • If a multipath device configured with queue_if_no_path with no working paths

was created while booting, and multipathd was not running, the machine did not
boot. init scripts must call multipath with the -q option that forces multipath
to disable queuing on all devices. (BZ#575244)

In addition, this updated package provides the following enhancements:

  • The multipath.conf file contains a new option "queue_without_daemon" with the

"yes" default setting. If set to "no", multipathd disables queue_if_no_paths on
all devices. (BZ#488921)

  • A default configuration for HP HSVX700 is added. (BZ#623468)

All device-mapper-multipath users are advised to upgrade to this updated
package, which resolves these issues and adds these enhancements.

Solution

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

This update is available via Red Hat Network. Details on how to use the Red Hat
Network to apply this update are available at
https://access.redhat.com/kb/docs/DOC-11259

Affected Products

  • Red Hat Enterprise Linux Server 4 x86_64
  • Red Hat Enterprise Linux Server 4 ia64
  • Red Hat Enterprise Linux Server 4 i386
  • Red Hat Enterprise Linux Workstation 4 x86_64
  • Red Hat Enterprise Linux Workstation 4 ia64
  • Red Hat Enterprise Linux Workstation 4 i386
  • Red Hat Enterprise Linux Desktop 4 x86_64
  • Red Hat Enterprise Linux Desktop 4 i386
  • Red Hat Enterprise Linux for IBM z Systems 4 s390x
  • Red Hat Enterprise Linux for IBM z Systems 4 s390
  • Red Hat Enterprise Linux for Power, big endian 4 ppc

Fixes

  • BZ - 487443 - [RHEL4 U5] dm-multipath: multipath command fails when a path is added to a map with failed path.
  • BZ - 488921 - [NetApp- 4.8 bug] I/O Processes don't get killed when all the paths to the LUN are down
  • BZ - 500580 - [NetApp 4.9 bug]Target controller faults are resulting in underlying FC paths getting offlined/onlined on the host
  • BZ - 511034 - [NetApp 4.9 bug] Dm-multipath occasionally fails to configure devices when large no. of luns/paths are mapped to a RHEL 4.8 host
  • BZ - 512065 - [NetApp 4.9 bug] "multipath -v3" displays tgt_node_name as blank for iscsi devices
  • BZ - 528734 - kpartx does not create device maps from partition tables for some mpath devices
  • BZ - 531131 - [RHEL4] Multipath UID/GID/MODE settings not always taking effect
  • BZ - 575244 - System hangs on boot if multipath disks are in Not Ready state.
  • BZ - 588753 - rpm -V device-mapper-multipath shows errors on config
  • BZ - 623468 - Incorrect hwtable entry for HSVX700

CVEs

(none)

References

  • https://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/4/html-single/4.9_Release_Notes/index.html#id3794941
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 4

SRPM
device-mapper-multipath-0.4.5-42.el4.src.rpm SHA-256: 7748b5abd2d33ca639d96dbfb9cddd05e7ca54fee72284fd9b60b6c6dcda24d3
x86_64
device-mapper-multipath-0.4.5-42.el4.x86_64.rpm SHA-256: aa105505a06e4fa8dd360a4103a77c297306b1cfd97267c01d25e8156df45677
device-mapper-multipath-0.4.5-42.el4.x86_64.rpm SHA-256: aa105505a06e4fa8dd360a4103a77c297306b1cfd97267c01d25e8156df45677
ia64
device-mapper-multipath-0.4.5-42.el4.ia64.rpm SHA-256: 83d1a2636ce028f63c0b23deb43864c48ab265866af3f3cbaab0114026a0efd6
device-mapper-multipath-0.4.5-42.el4.ia64.rpm SHA-256: 83d1a2636ce028f63c0b23deb43864c48ab265866af3f3cbaab0114026a0efd6
i386
device-mapper-multipath-0.4.5-42.el4.i386.rpm SHA-256: 16ada9400f16b46fe21346f3712c1ddb4ea40907392b7de3e65e70715a72b887
device-mapper-multipath-0.4.5-42.el4.i386.rpm SHA-256: 16ada9400f16b46fe21346f3712c1ddb4ea40907392b7de3e65e70715a72b887

Red Hat Enterprise Linux Workstation 4

SRPM
device-mapper-multipath-0.4.5-42.el4.src.rpm SHA-256: 7748b5abd2d33ca639d96dbfb9cddd05e7ca54fee72284fd9b60b6c6dcda24d3
x86_64
device-mapper-multipath-0.4.5-42.el4.x86_64.rpm SHA-256: aa105505a06e4fa8dd360a4103a77c297306b1cfd97267c01d25e8156df45677
ia64
device-mapper-multipath-0.4.5-42.el4.ia64.rpm SHA-256: 83d1a2636ce028f63c0b23deb43864c48ab265866af3f3cbaab0114026a0efd6
i386
device-mapper-multipath-0.4.5-42.el4.i386.rpm SHA-256: 16ada9400f16b46fe21346f3712c1ddb4ea40907392b7de3e65e70715a72b887

Red Hat Enterprise Linux Desktop 4

SRPM
device-mapper-multipath-0.4.5-42.el4.src.rpm SHA-256: 7748b5abd2d33ca639d96dbfb9cddd05e7ca54fee72284fd9b60b6c6dcda24d3
x86_64
device-mapper-multipath-0.4.5-42.el4.x86_64.rpm SHA-256: aa105505a06e4fa8dd360a4103a77c297306b1cfd97267c01d25e8156df45677
i386
device-mapper-multipath-0.4.5-42.el4.i386.rpm SHA-256: 16ada9400f16b46fe21346f3712c1ddb4ea40907392b7de3e65e70715a72b887

Red Hat Enterprise Linux for IBM z Systems 4

SRPM
device-mapper-multipath-0.4.5-42.el4.src.rpm SHA-256: 7748b5abd2d33ca639d96dbfb9cddd05e7ca54fee72284fd9b60b6c6dcda24d3
s390x
device-mapper-multipath-0.4.5-42.el4.s390x.rpm SHA-256: efbaadc07692350a7c770cb7c59a49be9aaf09283d0cb1d15e2a4d7ff247ec9a
s390
device-mapper-multipath-0.4.5-42.el4.s390.rpm SHA-256: 08985582237749bfd835a72dfb6aa16563d2cc004ceb2a2126b3e3acc8b7a464

Red Hat Enterprise Linux for Power, big endian 4

SRPM
device-mapper-multipath-0.4.5-42.el4.src.rpm SHA-256: 7748b5abd2d33ca639d96dbfb9cddd05e7ca54fee72284fd9b60b6c6dcda24d3
ppc
device-mapper-multipath-0.4.5-42.el4.ppc.rpm SHA-256: 5676883fb63ba3c2746c8d7df9dbcca14a294ca688365d8fdab102c7ec244318

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

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

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

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility