Document the preconditions for deleting a share

Document both the share status that allows deletion and
dependencies of the share that prevent share deletion.

Change-Id: I5f076112e66a2d50394639dce50390d8cfb4922b
This commit is contained in:
shaoxj 2018-02-09 17:21:20 +08:00 committed by Tom Barron
parent a7cf5117bc
commit 901308d12d
1 changed files with 10 additions and 0 deletions

View File

@ -584,6 +584,16 @@ Delete share
Deletes a share.
Preconditions
- Share status must be ``available``, ``error`` or ``inactive``
- You cannot already have a snapshot of the share.
- You cannot already have a group snapshot of the share.
- You cannot already have a replica of the share.
Response codes
--------------