Comment 4 for bug 1900752

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

Reviewed: https://review.opendev.org/c/openstack/manila/+/776875
Committed: https://opendev.org/openstack/manila/commit/18668d24652b653cb2b562d4708b87ba99794b85
Submitter: "Zuul (22348)"
Branch: master

commit 18668d24652b653cb2b562d4708b87ba99794b85
Author: kpdev <email address hidden>
Date: Mon Feb 22 08:29:43 2021 +0100

    Early validate for CIFS without security service.

    To create a share with protocol CIFS it is mandatory to add a security
    service to the share network beforehand. If this is forgotten the share
    ends up in error. Validate the security service association based on
    share protocol from given driver. Raise invalid request exception if
    needed association between share_network and security_service is
    missing for given driver e.g. ONTAP.

    DocImpact

    Closes-Bug: #1900752
    Change-Id: Ib7e9850e6439ee5d04f826d129afb1ab06950ce7