[API] Doc snapshot and share net deletion preconditions

1. Share snapshot state must be ``available`` or ``error``.
2. Share network must not be in use by any shares or share groups.

Change-Id: I4bc81ed3677c8d65059b47b22aec2edbecf2c55f
This commit is contained in:
shaoxj 2018-06-13 17:52:02 +08:00 committed by Goutham Pacha Ravi
parent 6cef180967
commit ec629ec0b5
2 changed files with 10 additions and 0 deletions

View File

@ -456,6 +456,12 @@ Delete share network
Deletes a share network.
Preconditions
- You cannot delete a share network if it has shares created/exported on it.
- You cannot delete a share network if it has share groups created on it.
Response codes
--------------

View File

@ -512,6 +512,10 @@ Delete share snapshot
Deletes a share snapshot.
Preconditions
- Share snapshot status must be ``available`` or ``error``.
Response codes
--------------