Merge "Update volume delete api-ref"

This commit is contained in:
Zuul 2022-08-20 15:44:03 +00:00 committed by Gerrit Code Review
commit 7fa996bb66
1 changed files with 6 additions and 2 deletions

View File

@ -511,9 +511,13 @@ Preconditions
- Volume status must be ``available``, ``in-use``, ``error``,
``error_restoring``, ``error_extending``, ``error_managing``,
and must not be migrating, attached, belong to a group or have snapshots.
and must not be ``migrating``, ``attached``, ``awaiting-transfer``,
belong to a group, have snapshots or be disassociated from
snapshots after volume transfer.
- You cannot already have a snapshot of the volume.
- The ``cascade`` option can be passed in the request if you want
all snapshots of this volume to be deleted automatically,
which should allow the volume deletion to succeed.
- You cannot delete a volume that is in a migration.