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 Insights
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 Insights
  • 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-2019:0929 - Bug Fix Advisory
Issued:
2019-04-30
Updated:
2019-04-30

RHBA-2019:0929 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

openstack-cinder bug fix advisory

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated OpenStack Block Storage packages that resolve various issues are
now available for Red Hat OpenStack Platform 13.0 (Queens) for RHEL 7.

Description

Red Hat OpenStack Platform provides the facilities for building, deploying
and monitoring a private or public infrastructure-as-a-service (IaaS) cloud
running on commonly available physical hardware. This advisory includes
packages for:

  • OpenStack Block Storage service

OpenStack Block Storage (cinder) manages block storage mounting and the
presentation of such mounted block storage to instances. The back-end
physical storage can consist of local disks, Fiber Channel, iSCSI, and/or
NFS mounts attached to Compute nodes. In addition, Block Storage supports
volume backups, and snapshots for temporary save and restore operations.
Programmatic management is available through the Block Storage service's
API.

Changes to the openstack-cinder component:

  • Previously, when `destroy_empty_storage_group` was enabled and a storage group was destroyed after it was emptied, the VNX driver or storops cache was not updated and the driver did not recreate the storage group upon subsequent attachment. The storage group cache was not updated, causing the subsequent attachment of volumes to the same host to fail.

With this update, the storage group is updated with poll after deleting it. The storage group is not deleted from cache explicitly, but the status is set to `not-exist`. As a result, subsequent attaching creates the storage group if the latest status is `not-exist`. (BZ#1693338)

  • Previously, when authenticating, a string match was performed on the `response-type` string. Performance with this mechanism was not consistent.

With this update, authentication to the array uses the `response-type-numeric` value to determine success, rather than doing a string match against the `response-type` string. (BZ#1676603)

  • The following issues with multi-attach have been fixed:

Previously, the call to create attachments returned `HTTP ACCEPTED`. This response should be a 200 because the call is blocking and returns a response body.

With this update, the call to create attachments returns `SUCCESS`.

Previously, when managing a multi-attach volume under volume type with multi-attach extra spec set to `True`, the multi-attach flag was not set correctly in the volume properties and the multi-attach flag was set to `False` after a manage operation.

With this update, when managing a volume, the API sets the multi-attach flag to `True` in the volume properties and the multi-attach attribute is handled correctly when managing existing volumes.

Previously, when retyping a multi-attach volume, the multi-attach flag was not set correctly in the volume properties and the retype flag was set to `False` after a manage operation.

With this update, the return value of `get_by_name_or_id` in the `volume_types` module returns a dictionary. During the function call to `_is_multiattach`, the `getattr()` returns `{}(default value) because a dictionary is passed instead of an object. After importing the `cinder.objects.volume_type` module, the current function call to `get_by_name_or_id()` returns an object, and `getattr()` returns the appropriate `extra_specs` instead of the default value `({})`.

Previously, when migrating attached volumes, all attached volumes resolved to `rw` after a migration.

With this update, migration sets the correct attach mode after migration and migrating a read-only volume correctly resolves to read-only `ro`.

Previously, the Cinder API did not perform a status check when updating attachment objects on a volume and the API allowed volumes in error state to update attachment records.

With this update, the Cinder API checks volume status when creating or updating an attachment. If the volume is in any error state, the call returns an `invalidVolume` exception. (BZ#1692542)

Solution

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

Red Hat OpenStack Platform 13 runs on Red Hat Enterprise Linux 7.6.

The Red Hat OpenStack Platform 13 Release Notes contain the following:

  • An explanation of the way in which the provided components interact to

form a working cloud computing environment.

  • Technology Previews, Recommended Practices, and Known Issues.
  • The channels required for Red Hat OpenStack Platform 13, including which

channels need to be enabled and disabled.

The Release Notes are available at:
https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html/release_notes/

This update is available through 'yum update' on systems registered through
Red Hat Subscription Manager. For more information about Red Hat
Subscription Manager, see:

https://access.redhat.com/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/index.html

Affected Products

  • Red Hat OpenStack for IBM Power 13 ppc64le
  • Red Hat OpenStack 13 x86_64

Fixes

  • BZ - 1613486 - Backport: Dell EMC SC: Enabled multiattach in Storage Center Driver
  • BZ - 1638051 - Backport: Dell EMC Xtremio: Enabled multiattach in volume driver
  • BZ - 1639820 - Glance image download leads to unhandled python NoneType error
  • BZ - 1676603 - Support for HPE MSA2050 in Queens.
  • BZ - 1684208 - [OSP13] VNX driver sends a remove_hba() to storops instead of delete_hba()
  • BZ - 1693338 - [OSP13] When a a storagegroup is destroyed because it's empty, VNX driver doesn't recreate it upon subsequent attachment
  • BZ - 1694113 - Backport: Dell EMC Unity: Enabled multiattach in Unity Volume Driver
  • BZ - 1696662 - Rebase openstack-cinder to 12.0.6

CVEs

(none)

References

(none)

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

Red Hat OpenStack for IBM Power 13

SRPM
openstack-cinder-12.0.6-3.el7ost.src.rpm SHA-256: 686d890d62ba69bb34a5954a32d0f54e6f5b8936221cfd8727c55e3719e9531a
ppc64le
openstack-cinder-12.0.6-3.el7ost.noarch.rpm SHA-256: 8244bcf9bf7c1858d136b6b5709c32ae751af728fe70536d5fff2970e7e28a52
python-cinder-12.0.6-3.el7ost.noarch.rpm SHA-256: bd8d69cb22f38c2b5c359a0b880580b1b96886bc26863c5f0d75ecff60576c88

Red Hat OpenStack 13

SRPM
openstack-cinder-12.0.6-3.el7ost.src.rpm SHA-256: 686d890d62ba69bb34a5954a32d0f54e6f5b8936221cfd8727c55e3719e9531a
x86_64
openstack-cinder-12.0.6-3.el7ost.noarch.rpm SHA-256: 8244bcf9bf7c1858d136b6b5709c32ae751af728fe70536d5fff2970e7e28a52
python-cinder-12.0.6-3.el7ost.noarch.rpm SHA-256: bd8d69cb22f38c2b5c359a0b880580b1b96886bc26863c5f0d75ecff60576c88

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