Comment 13 for bug 1929421

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/manila/+/828761
Committed: https://opendev.org/openstack/manila/commit/a695aac60d2352d55f5a9afcb81dbaadb0f26d3e
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit a695aac60d2352d55f5a9afcb81dbaadb0f26d3e
Author: Nahim Alves de Souza <email address hidden>
Date: Fri Jun 4 21:12:48 2021 +0000

    [NetApp] Fix default thin_provisioned volumes on AFF

    The NetApp ONTAP driver was creating thin provisioned volumes on
    AFF systems even when the thin provisioned extra spec was saying
    the contrary.

    ONTAP AFF systems create thin provisioned volumes by default, which
    differs from FAS systems, that creates thick provisioned volumes by
    default.

    The NetApp ONTAP driver was modified to fix this misbehavior.

    Change-Id: I9218bf0d7cb607dd75e892ce86af958d43a7fcdb
    Closes-Bug: #1929421
    (cherry picked from commit c1db551775c512e42001a8183975f1abbc4c5253)
    (cherry picked from commit eb813e0800d5204cdb3ce9ec997c799c06f13ab1)
    (cherry picked from commit 596f01905dfcf9188f7e0d4400e73ce8fbf036bf)