Comment 20 for bug 1632333

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

Reviewed: https://review.openstack.org/542773
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=d090efe57bc2988e1573f4c36c86d1faea03fda3
Submitter: Zuul
Branch: driverfixes/ocata

commit d090efe57bc2988e1573f4c36c86d1faea03fda3
Author: Adriano Rosso <email address hidden>
Date: Wed Nov 8 15:51:36 2017 -0200

    NetApp ONTAP: Copy offload bugfix

    When 'NetApp NFS Copy Offload' tool is configured to download Glance
    images, these images are downloaded twice because the tool is doing
    the job after Cinder has already done it.
    This patch fixes the bug by executing the copy offload tool inside the
    clone_image function instead of using the copy_image_to_volume.

    Closes-bug: #1632333
    Depends-on: https://review.openstack.org/542770

    Change-Id: I5c6ad150543213acfd0c78dbbdb1dc1584d22d26
    (cherry-picked from commit c27173bad69da4889a5237cf2becc14bb6fc578a)