[release-announce] manila 8.1.1 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 26 12:45:04 UTC 2020


We contentedly announce the release of:

manila 8.1.1: Shared Storage for OpenStack

This release is part of the stein stable release series.

The source is available from:

    https://opendev.org/openstack/manila

Download the package from:

    https://tarballs.openstack.org/manila/

Please report issues through:

    https://bugs.launchpad.net/manila/+bugs

For more details, please see below.

8.1.1
^^^^^


Security Issues
***************

* Closes a gap where a user can see the export locations for another
  user's share if the uuid of the other share is leaked, stolen, or
  (improbably) guessed.

* CVE-2020-9543: An issue with share network retrieval has been
  addressed in the API by scoping unprivileged access to project only.
  Please see launchpad bug #1861485
  (https://bugs.launchpad.net/manila/+bug/1861485) for more details.


Bug Fixes
*********

* Fixed Quota exceeded exception for snapshot creation. Consumed
  gigabytes now reports the snapshot gigabytes instead of share
  gigabytes usage.

* Improved share list speed using lazy='subquery'. The sqlalchemy
  models of Share and Share Instance relationships previously had
  lazy='immediate'. This resulted in at least three extra queries when
  we queried for all share details.

Changes in manila 8.1.0..8.1.1
------------------------------

9b275308 [stable-only] Pin neutron-tempest-plugin to 0.9.0
aa5e1f65 Enforce policy checks for share export locations
17b29e2b share_networks: enable project_only API only
dd35b08d Improve share list speed using lazy='subquery'
5f91ab35 Fix over-quota exception of snapshot creation
0dc9e910 VNX/Powermax: Make it work under python3


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |  6 +--
manila/api/v2/share_export_locations.py            |  5 ++-
manila/api/v2/share_instance_export_locations.py   |  8 +++-
manila/db/sqlalchemy/api.py                        |  3 +-
manila/db/sqlalchemy/models.py                     |  6 +--
manila/share/api.py                                |  9 +++--
.../drivers/dell_emc/common/enas/connector.py      |  4 +-
.../drivers/dell_emc/common/enas/xml_api_parser.py |  2 +-
.../share/drivers/dell_emc/common/enas/fakes.py    |  2 +-
.../drivers/dell_emc/common/enas/test_connector.py |  2 +-
...or-share-export-locations-a5cea1ec123b1469.yaml |  6 +++
...shot-over-quota-exception-bb6691612af03ddf.yaml |  5 +++
...-1859785-share-list-speed-6b09e7717624e037.yaml |  7 ++++
...x-share-network-retrieval-31768dcda5aeeaaa.yaml |  7 ++++
16 files changed, 93 insertions(+), 25 deletions(-)







More information about the Release-announce mailing list