Comment 5 for bug 1965952

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.opendev.org/c/openstack/cinder/+/834822
Committed: https://opendev.org/openstack/cinder/commit/f9c926fe407ebf3fc8c97e6f02b45c4d32e8c493
Submitter: "Zuul (22348)"
Branch: master

commit f9c926fe407ebf3fc8c97e6f02b45c4d32e8c493
Author: Friedrich Hiekel <email address hidden>
Date: Wed Mar 23 09:14:42 2022 +0100

    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