Skip to content

fix netapp copyoffload provider location

Max Lamprecht requested to merge fix/netapp-copyoffload-provider-location into devel

By volume creation the volume database entry is created with the field provider_location = null. When cinder tries to register a 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.

Edited by Max Lamprecht

Merge request reports