Nit: Update comment and release note on Quobyte driver bugfix

Updates the version description to be more accurate and the
release note to contain the bug ticket reference.

Partial-bug: #1703405

Change-Id: Ie1e2d635434f14adbc0b67c1ec2583842e1b4f6d
This commit is contained in:
Silvan Kaiser 2020-04-23 17:11:32 +02:00
parent 1ab3dd9844
commit 406e0778ec
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.10 - Adds overlay based volumes for snapshot merge caching
1.1.11 - NAS secure ownership & permissions are now False by default 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.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 Fixes a bug that prevented creation of Quobyte volumes from
snapshots during snapshot backups. This now allows backing up 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>`_ .