f641577d8a
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>
10 lines
453 B
YAML
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.
|