manila/releasenotes/notes/bp-allow-locking-shares-against-deletion-5a715292e720a254.yaml
Goutham Pacha Ravi f641577d8a Resource Locks: Support for share deletion lock
Add CRUD APIs for resource locks with support
for preventing deletion of shares (applies to
soft-deletions and unmanage operations as well).

Change-Id: I146bc09e4e8a39797e22458ff6860346e11e592e
Implements: bp/allow-locking-shares-against-deletion
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
2023-08-18 10:47:25 -07:00

10 lines
453 B
YAML

---
features:
- |
Added new API endpoints and methods to create, retrieve, update and
delete resource locks. Resource locks can be used to restrict certain
actions from occurring on the resource. Currently users can prevent
deletion of a share (including soft-deletion, transfer and unmanage
operations) by creating a resource lock against the share. In future
releases, more resource actions may be supported by this feature.