manila/releasenotes/notes/bug-1900752-early-validate-mandatory-security-service-association-f48aecbbc47418cd.yaml
kpdev 18668d2465 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
2021-08-05 22:44:55 +02:00

9 lines
388 B
YAML

---
fixes:
- |
For some drivers, to create a share with specific protocol it is mandatory
to add a security service to the share network beforehand. If this is
forgotten the share ends up in error. From now on, Manila won't allow
shares to be created when the specified protocol requires a specific
security service type that is not associated to the share network.