cinder/releasenotes/notes/bug-1875570-nfs-image-volume-cache-c45e840a6ec2a702.yaml
Sofia Enriquez e52ab1a3ad Creating image-volume cache on NFS backend fails
snapshot.id doesn't have `tmp-snap` in it as id
is not passed as a option while creating snapshot
object. This should be change to
`snapshot.display_name` at same location

Closes-Bug: #1875570
Change-Id: I66da0212a61d778fe9795d382b3af5b225a8aa54
2020-05-29 13:53:41 +00:00

7 lines
220 B
YAML

---
fixes:
- |
`Bug #1875570 <https://bugs.launchpad.net/cinder/+bug/1875570>`:
Fixed issue with NFS backend where the image-volume cache was
never used to create a volume, even when the cache was enabled.