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
    • Security Measurement
    • 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 RHEA-2016:1288 - Product Enhancement Advisory
Issued:
2016-06-23
Updated:
2016-06-23

RHEA-2016:1288 - Product Enhancement Advisory

  • Overview
  • Updated Packages

Synopsis

nfs-ganesha update for Red Hat Gluster Storage 3.1 update 3

Type/Severity

Product Enhancement Advisory

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated nfs-ganesha packages that fixes several bugs and adds various
enhancements are now available for Red Hat Gluster Storage 3.1 Update 3.

Description

NFS-Ganesha is a user space file server for the NFS protocol with support for NFSv3, v4, v4.1, pNFS. This release of Red Hat Gluster Storage introduces High Availability (HA) of NFS servers in active-active mode. pNFS is introduced as a technology preview feature. However, it does not support NFSv4 delegations and NFSv4.1. In this release, NFS-ganesha is rebased to upstream V2.3.1 stable version.

This update fixes several bugs and adds various enhancements, the most significant of which are:

  • Red Hat Gluster Storage libntirpc package has been upgraded to upstream version 1.3.1 and is now unbundled from the NFS-ganesha package. This upgrade provides a number of bug fixes over the previous version and the following list includes significant enhancements:
  • Build and packaging improvements
  • libntirpc performance improvements
  • Previously, NFS-ganesha randomly choose the ports to be used while bringing up mountd, rquota and nlm services. But these ports would change with each restart of NFS-ganesha, and was difficult to configure them to be opened by firewalld or iptables. With this fix, these ports can be configured in '/etc/ganesha/ganesha.conf' file. Now mountd, nlm, and rquota services will come up with the ports listed in '/etc/ganesha/ganesha.conf' so you can configure them to open via firewalld or iptables.
  • Previously, while configuring NFS-ganesha cluster, there were cases where in NFS-ganesha process on each node would come up at the same time resulting in most of them having same epoch value. As a consequence, same epoch values on all the NFS-Ganesha heads resulted in NFS server sending NFS4ERR_FHEXPIRED error instead of NFS4ERR_STALE_CLIENTID or NFS4ERR_STALE_STATEID after failover. This resulted in NFSv4 clients not able to recover locks after failover. With this fix, a new option "EPOCH_EXEC" is added to '/etc/sysconfig/ganesha' to take the path of the script (default: '/bin/true') which is used to generate epoch value. For Gluster, a new script '/usr/libexec/ganesha/generate_epoch.py' is added and will be used to generate epoch value. A new helper service 'NFS-ganesha-config' added to process the init options provided in '/etc/sysconfig/ganesha' and copy the results to '/run/sysconfig/ganesha' to be used by NFS-ganesha while starting. Now, NFS-Ganesha will have unique epoch value on each of the nodes of the cluster resulting in smooth failover.

Users of Red Hat Gluster Storage are advised to upgrade to these updated packages, which fix these bugs and add these enhancements.

Solution

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

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Gluster Storage Server for On-premise 3 for RHEL 6 x86_64

Fixes

  • BZ - 1227169 - nfs-ganesha: rpcinfo is not cleared of nfs entries even after disable
  • BZ - 1242957 - nfs-ganesha: ganesha process coredump "_int_free (av=0x7fa61c000020, p=0x7fa61c03a1c0, have_lock=0) at malloc.c:4836"
  • BZ - 1243385 - nfs-ganesha: nfs-ganesha process coredump while executing the refresh config
  • BZ - 1243668 - nfs-ganesha: extra ACE found while setting acl "inherit-only" flag
  • BZ - 1255470 - crash when NFS Ganesha Volume is 100% full
  • BZ - 1262776 - nfs-ganesha: ganesha process coredump with "pub_glfs_fsync (glfd=0x7f1078018e70) at glfs-fops.c"
  • BZ - 1318506 - Add libntirpc for rebase nfs-ganesha to upstream 2.3 stable version

CVEs

(none)

References

  • http://www.redhat.com/security/updates/classification/#normal
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Gluster Storage Server for On-premise 3 for RHEL 6

SRPM
libntirpc-1.3.1-1.el6rhs.src.rpm SHA-256: 244aa072e7a16c7f801d4ca0399543a680dd6784e29e2c3b6c1493983de1983f
nfs-ganesha-2.3.1-8.el6rhs.src.rpm SHA-256: 4390c729ea626222650ed632a4a9031a300244dfb92f40856cc05e6852ff02e3
x86_64
libntirpc-1.3.1-1.el6rhs.x86_64.rpm SHA-256: d475a3643985ae03008f42d0876b4e19ed3bb05779988c7b4829ef6d9d3373b6
libntirpc-debuginfo-1.3.1-1.el6rhs.x86_64.rpm SHA-256: bf631005d951fdd971ea11812219e40b8990568f0109dd7e0b1f3596967fadd7
libntirpc-devel-1.3.1-1.el6rhs.x86_64.rpm SHA-256: 8b3d0dfd215457e87200b3729e9c9df96d9ed1b173545f2efe0593ae1d2abe24
nfs-ganesha-2.3.1-8.el6rhs.x86_64.rpm SHA-256: 71dff97c6050ebb34c90865be50535c642fcf9e6c7e485a7e94609c2ae1c2b23
nfs-ganesha-debuginfo-2.3.1-8.el6rhs.x86_64.rpm SHA-256: 62f7f5195335ef66e71e1501d63aea7acef900d1f25fb1e663d702d3323fe235
nfs-ganesha-gluster-2.3.1-8.el6rhs.x86_64.rpm SHA-256: cbbdb5d2cda8c71e90e653a5238cbd11d8da3a3c046ce9a44791b3b315f05246

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