cinder/releasenotes/notes/bug-b3c37df596c7a632.yaml
Friedrich Hiekel f9c926fe40 add netapp copyoffload provider location
By volume creation the volume database entry is created with the field provider_location = null.
When cinder tries to register an image-cache from the new volume it gets the volume information
from the database and can not derive the mountpoint for "None".
This fix will set the provider location to prevent the error mentioned in the issue.

Closes-Bug: 1965952
Change-Id: I0fe11542d2d5440d1048d388e7a7b09055cf3af8
2022-07-29 05:13:15 +00:00

6 lines
133 B
YAML

---
fixes:
- |
`Bug #1953168 <https://bugs.launchpad.net/cinder/+bug/1965952>`_:
add netapp copyoffload provider location