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
  • 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 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:1420 - Bug Fix Advisory
Issued:
2014-10-13
Updated:
2014-10-13

RHBA-2014:1420 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

cluster 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 cluster packages that fix several bugs and add one enhancement are now
available for Red Hat Enterprise Linux 6.

Description

The Red Hat Cluster Manager is a collection of technologies working together to
provide data integrity and the ability to maintain application availability in
the event of a failure.

This update fixes the following bugs:

  • Previously, the fencing time comparison did not work as expected when fence

agent completed too fast or the corosync callback was delayed. Consequently, the
Distributed Lock Manager (DLM) became unresponsive when waiting for fencing to
complete. With this update, different time stamps that are not effected by the
sequence of fencing or corosync callbacks are now saved and compared, and DLM no
longer hangs in the aforementioned situation. (BZ#843160)

  • Prior to this update, the "pcs stonith confirm <node>" command failed to

acknowledge the STONITH fencing technique. As a consequence, any requests from
other nodes in the cluster or from clients in the same node became ignored. A
patch has been provided to fix this bug, and "pcs stonith confirm" now works as
expected, fencing the specified node successfully. (BZ#1059269)

  • Due to an error in the configuration, the qdisk daemon in some situations used

an incorrect "tko" parameter for its wait period when initializing.
Consequently, qdisk initialization could be significantly delayed and, under
some circumstances, failed entirely. With this update, the cluster configuration
file has been fixed, and qdisk initialization now proceeds as expected.
(BZ#1029210)

  • Previously, the ccs_read_logging() function used the create_daemon_path()

function to generate daemon-specific CCS paths for the attributes. As a
consequence, attributes on individual logging_daemons were not applied
correctly. This bug has been fixed, and attributes on individual logging_daemons
are now applied correctly. (BZ#980575)

  • Due to a code error in corosnync, after the corosync utility terminated

unexpectedly with a segmentation fault, the qdiskd daemon evicted other cluster
nodes. The underlying source code has been patched, and qdiskd no longer evicts
the other nodes if corosync crashes. (BZ#979313)

  • Prior to this update, running the "ccs_tool -verbose" command caused ccs_tool

to terminate unexpectedly with a segmentation fault. This bug has been fixed,
and ccs_tool now returns an error message providing more information.
(BZ#1074551)

  • Due to an overly restrictive umask, running the "gfs2_grow" command changed

the /etc/mtab file permissions from default 644 to 600. A patch has been
provided to fix this bug, and gfs2_grow no longer resets /etc/mtab permissions.
(BZ#1059853)

  • Previously, fsck.gfs2 did not fix corrupt quota_change system files. As a

consequence, attempts to mount the file system (FS) resulted in an error, even
though fsck.gfs2 reported the FS to be clean. With this patch, if fsck.gfs2
finds a corrupted quota_change file, it can rebuild it. Now, GFS2 mounts
successfully as intended. (BZ#1062742)

  • Previous attempts to mount a GFS2 file system that had already been mounted

prevented further mount attempts from other nodes from completing. With this
update, mount.gfs2 no longer leaves the mount group when the file system is
already mounted, and attempts to mount an already mounted GFS2 file system are
handled properly. (BZ#1080174)

  • Prior to this update, a GFS2 volume failed to mount after conversion from GFS

to GFS2, and the gfs2_convert utility aborted with a segmentation fault. The
gfs2-utils code has been patched to fix this bug, and the aforementioned
conversions now proceed successfully. (BZ#1053668)

In addition, this update adds the following enhancement:

  • To aid debugging and administration, fsck.gfs2 now logs a message to the

system log when it starts and ends. (BZ#1081517)

Users of cluster are advised to upgrade to these updated packages, which fix
these bugs and add this enhancement.

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/articles/11258

Affected Products

  • Red Hat Enterprise Linux High Availability for x86_64 6 x86_64
  • Red Hat Enterprise Linux High Availability for x86_64 6 i386
  • Red Hat Enterprise Linux Resilient Storage for x86_64 6 x86_64
  • Red Hat Enterprise Linux Resilient Storage for x86_64 6 i386
  • Red Hat Enterprise Linux High Availability (for RHEL Server) from RHUI 6 x86_64
  • Red Hat Enterprise Linux High Availability (for RHEL Server) from RHUI 6 i386
  • Red Hat Enterprise Linux Resilient Storage (for RHEL Server) from RHUI 6 x86_64
  • Red Hat Enterprise Linux Resilient Storage (for RHEL Server) from RHUI 6 i386

Fixes

  • BZ - 843160 - dlm_controld recovery stuck in check_fencing
  • BZ - 981043 - cluster.conf man page to reference schema?
  • BZ - 1035929 - typos in /etc/sysconfig/cman
  • BZ - 1059853 - gfs2_grow changes mtab permissions to 600

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 High Availability for x86_64 6

SRPM
cluster-3.0.12.1-68.el6.src.rpm SHA-256: 12b48f83eab2eeaec3ea0c491fcd5236dc51c0a7ead53fb15083e2324e3de74f
x86_64
cluster-debuginfo-3.0.12.1-68.el6.i686.rpm SHA-256: 4936fe4107fe47197f82a77171c652f0a327e709097ce702c40f37cbd61ee18f
cluster-debuginfo-3.0.12.1-68.el6.x86_64.rpm SHA-256: f45f920c5f53cf2d92826b1d66a683eab1cc60902f5e3a021bad9fdcf521eabf
clusterlib-3.0.12.1-68.el6.i686.rpm SHA-256: 9ab31a021f6f9ad74ba8af6a70c25704d37f5229398e0ddb6ce8cc614b6a3590
clusterlib-3.0.12.1-68.el6.x86_64.rpm SHA-256: 84699a744969323f374b10ccf519b946c2efae9986ef9479bd76c8f8793a824a
clusterlib-devel-3.0.12.1-68.el6.i686.rpm SHA-256: 2bdc2ffda5288d90da2f2f60e4c9455fdd928491d5f734efabe65d6186e5ae7a
clusterlib-devel-3.0.12.1-68.el6.x86_64.rpm SHA-256: 4269b6a914339c0b5be4cfbac90ead67374c0557a7c1416febdb78de98d09448
cman-3.0.12.1-68.el6.x86_64.rpm SHA-256: df135924c08156723bd870e568967601a4bb9e2cd4784401c02174d77e36dcf6
gfs2-utils-3.0.12.1-68.el6.x86_64.rpm SHA-256: 6972e37ddf258515d07eab17a033046577f4b692c18d57c9d3ec944fd9757af9
i386
cluster-debuginfo-3.0.12.1-68.el6.i686.rpm SHA-256: 4936fe4107fe47197f82a77171c652f0a327e709097ce702c40f37cbd61ee18f
clusterlib-3.0.12.1-68.el6.i686.rpm SHA-256: 9ab31a021f6f9ad74ba8af6a70c25704d37f5229398e0ddb6ce8cc614b6a3590
clusterlib-devel-3.0.12.1-68.el6.i686.rpm SHA-256: 2bdc2ffda5288d90da2f2f60e4c9455fdd928491d5f734efabe65d6186e5ae7a
cman-3.0.12.1-68.el6.i686.rpm SHA-256: 65538c44527b960f37bcaa074536bde76ebca64f3ae243d0056c35e07c1b73d4
gfs2-utils-3.0.12.1-68.el6.i686.rpm SHA-256: 91acb896c8e7140fc8f09c19a7c52eac711578c3150e5be6fd611f831b8da55a

Red Hat Enterprise Linux Resilient Storage for x86_64 6

SRPM
cluster-3.0.12.1-68.el6.src.rpm SHA-256: 12b48f83eab2eeaec3ea0c491fcd5236dc51c0a7ead53fb15083e2324e3de74f
x86_64
cluster-debuginfo-3.0.12.1-68.el6.i686.rpm SHA-256: 4936fe4107fe47197f82a77171c652f0a327e709097ce702c40f37cbd61ee18f
cluster-debuginfo-3.0.12.1-68.el6.x86_64.rpm SHA-256: f45f920c5f53cf2d92826b1d66a683eab1cc60902f5e3a021bad9fdcf521eabf
clusterlib-3.0.12.1-68.el6.i686.rpm SHA-256: 9ab31a021f6f9ad74ba8af6a70c25704d37f5229398e0ddb6ce8cc614b6a3590
clusterlib-3.0.12.1-68.el6.x86_64.rpm SHA-256: 84699a744969323f374b10ccf519b946c2efae9986ef9479bd76c8f8793a824a
clusterlib-devel-3.0.12.1-68.el6.i686.rpm SHA-256: 2bdc2ffda5288d90da2f2f60e4c9455fdd928491d5f734efabe65d6186e5ae7a
clusterlib-devel-3.0.12.1-68.el6.x86_64.rpm SHA-256: 4269b6a914339c0b5be4cfbac90ead67374c0557a7c1416febdb78de98d09448
cman-3.0.12.1-68.el6.x86_64.rpm SHA-256: df135924c08156723bd870e568967601a4bb9e2cd4784401c02174d77e36dcf6
gfs2-utils-3.0.12.1-68.el6.x86_64.rpm SHA-256: 6972e37ddf258515d07eab17a033046577f4b692c18d57c9d3ec944fd9757af9
i386
cluster-debuginfo-3.0.12.1-68.el6.i686.rpm SHA-256: 4936fe4107fe47197f82a77171c652f0a327e709097ce702c40f37cbd61ee18f
clusterlib-3.0.12.1-68.el6.i686.rpm SHA-256: 9ab31a021f6f9ad74ba8af6a70c25704d37f5229398e0ddb6ce8cc614b6a3590
clusterlib-devel-3.0.12.1-68.el6.i686.rpm SHA-256: 2bdc2ffda5288d90da2f2f60e4c9455fdd928491d5f734efabe65d6186e5ae7a
cman-3.0.12.1-68.el6.i686.rpm SHA-256: 65538c44527b960f37bcaa074536bde76ebca64f3ae243d0056c35e07c1b73d4
gfs2-utils-3.0.12.1-68.el6.i686.rpm SHA-256: 91acb896c8e7140fc8f09c19a7c52eac711578c3150e5be6fd611f831b8da55a

Red Hat Enterprise Linux High Availability (for RHEL Server) from RHUI 6

SRPM
cluster-3.0.12.1-68.el6.src.rpm SHA-256: 12b48f83eab2eeaec3ea0c491fcd5236dc51c0a7ead53fb15083e2324e3de74f
x86_64
cluster-debuginfo-3.0.12.1-68.el6.i686.rpm SHA-256: 4936fe4107fe47197f82a77171c652f0a327e709097ce702c40f37cbd61ee18f
cluster-debuginfo-3.0.12.1-68.el6.x86_64.rpm SHA-256: f45f920c5f53cf2d92826b1d66a683eab1cc60902f5e3a021bad9fdcf521eabf
clusterlib-3.0.12.1-68.el6.i686.rpm SHA-256: 9ab31a021f6f9ad74ba8af6a70c25704d37f5229398e0ddb6ce8cc614b6a3590
clusterlib-3.0.12.1-68.el6.x86_64.rpm SHA-256: 84699a744969323f374b10ccf519b946c2efae9986ef9479bd76c8f8793a824a
clusterlib-devel-3.0.12.1-68.el6.i686.rpm SHA-256: 2bdc2ffda5288d90da2f2f60e4c9455fdd928491d5f734efabe65d6186e5ae7a
clusterlib-devel-3.0.12.1-68.el6.x86_64.rpm SHA-256: 4269b6a914339c0b5be4cfbac90ead67374c0557a7c1416febdb78de98d09448
cman-3.0.12.1-68.el6.x86_64.rpm SHA-256: df135924c08156723bd870e568967601a4bb9e2cd4784401c02174d77e36dcf6
gfs2-utils-3.0.12.1-68.el6.x86_64.rpm SHA-256: 6972e37ddf258515d07eab17a033046577f4b692c18d57c9d3ec944fd9757af9
i386
cluster-debuginfo-3.0.12.1-68.el6.i686.rpm SHA-256: 4936fe4107fe47197f82a77171c652f0a327e709097ce702c40f37cbd61ee18f
clusterlib-3.0.12.1-68.el6.i686.rpm SHA-256: 9ab31a021f6f9ad74ba8af6a70c25704d37f5229398e0ddb6ce8cc614b6a3590
clusterlib-devel-3.0.12.1-68.el6.i686.rpm SHA-256: 2bdc2ffda5288d90da2f2f60e4c9455fdd928491d5f734efabe65d6186e5ae7a
cman-3.0.12.1-68.el6.i686.rpm SHA-256: 65538c44527b960f37bcaa074536bde76ebca64f3ae243d0056c35e07c1b73d4
gfs2-utils-3.0.12.1-68.el6.i686.rpm SHA-256: 91acb896c8e7140fc8f09c19a7c52eac711578c3150e5be6fd611f831b8da55a

Red Hat Enterprise Linux Resilient Storage (for RHEL Server) from RHUI 6

SRPM
cluster-3.0.12.1-68.el6.src.rpm SHA-256: 12b48f83eab2eeaec3ea0c491fcd5236dc51c0a7ead53fb15083e2324e3de74f
x86_64
cluster-debuginfo-3.0.12.1-68.el6.i686.rpm SHA-256: 4936fe4107fe47197f82a77171c652f0a327e709097ce702c40f37cbd61ee18f
cluster-debuginfo-3.0.12.1-68.el6.x86_64.rpm SHA-256: f45f920c5f53cf2d92826b1d66a683eab1cc60902f5e3a021bad9fdcf521eabf
clusterlib-3.0.12.1-68.el6.i686.rpm SHA-256: 9ab31a021f6f9ad74ba8af6a70c25704d37f5229398e0ddb6ce8cc614b6a3590
clusterlib-3.0.12.1-68.el6.x86_64.rpm SHA-256: 84699a744969323f374b10ccf519b946c2efae9986ef9479bd76c8f8793a824a
clusterlib-devel-3.0.12.1-68.el6.i686.rpm SHA-256: 2bdc2ffda5288d90da2f2f60e4c9455fdd928491d5f734efabe65d6186e5ae7a
clusterlib-devel-3.0.12.1-68.el6.x86_64.rpm SHA-256: 4269b6a914339c0b5be4cfbac90ead67374c0557a7c1416febdb78de98d09448
cman-3.0.12.1-68.el6.x86_64.rpm SHA-256: df135924c08156723bd870e568967601a4bb9e2cd4784401c02174d77e36dcf6
gfs2-utils-3.0.12.1-68.el6.x86_64.rpm SHA-256: 6972e37ddf258515d07eab17a033046577f4b692c18d57c9d3ec944fd9757af9
i386
cluster-debuginfo-3.0.12.1-68.el6.i686.rpm SHA-256: 4936fe4107fe47197f82a77171c652f0a327e709097ce702c40f37cbd61ee18f
clusterlib-3.0.12.1-68.el6.i686.rpm SHA-256: 9ab31a021f6f9ad74ba8af6a70c25704d37f5229398e0ddb6ce8cc614b6a3590
clusterlib-devel-3.0.12.1-68.el6.i686.rpm SHA-256: 2bdc2ffda5288d90da2f2f60e4c9455fdd928491d5f734efabe65d6186e5ae7a
cman-3.0.12.1-68.el6.i686.rpm SHA-256: 65538c44527b960f37bcaa074536bde76ebca64f3ae243d0056c35e07c1b73d4
gfs2-utils-3.0.12.1-68.el6.i686.rpm SHA-256: 91acb896c8e7140fc8f09c19a7c52eac711578c3150e5be6fd611f831b8da55a

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 © 2023 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter