Merge "Nit: Update comment and release note on Quobyte driver bugfix"

This commit is contained in:
Zuul 2020-04-28 22:09:12 +00:00 committed by Gerrit Code Review
commit c142fb6dd7
2 changed files with 3 additions and 2 deletions

View File

@ -115,7 +115,7 @@ class QuobyteDriver(remotefs_drv.RemoteFSSnapDriverDistributed):
1.1.10 - Adds overlay based volumes for snapshot merge caching
1.1.11 - NAS secure ownership & permissions are now False by default
1.1.12 - Ensure the currently configured volume url is always used
1.1.13 - Enable snapshot based backups with Quobyte
1.1.13 - Allow creating volumes from snapshots in state 'backing-up'
"""

View File

@ -3,4 +3,5 @@ fixes:
- |
Fixes a bug that prevented creation of Quobyte volumes from
snapshots during snapshot backups. This now allows backing up
volumes with existing snapshots.
volumes with existing snapshots. Partially fixes
`bug 1703405 <https://bugs.launchpad.net/cinder/+bug/1703405>`_ .