manila/releasenotes/notes/fix-race-condition-netapp-5a36f6ba95a49c5e.yaml
silvacarloss 96d6869dd6 [NetApp] Fix race condition issue in NetApp driver
This patch fixes the concurrency in the NetApp driver between the
method setup_server and teardown_server by doing the
teardown_server method lock the needed resources correctly.

Closes-bug: #1816640
Change-Id: I7d56384e77b7e18b3c95f182c0a01af82e5fa5a5
2019-02-22 11:45:36 -03:00

7 lines
181 B
YAML

---
fixes:
- |
Fixed an issue with the NetApp driver leaving leftover
resources when it was handling too many share server
creation and deletion requests in parallel.