From 9e490e25a3cb9e4a2c83a560fdfb2afca3fd597c Mon Sep 17 00:00:00 2001 From: Dongcan Ye Date: Sat, 16 Jun 2018 03:34:48 +0000 Subject: [PATCH] api-ref: Rephrase delete volume precondition Change-Id: Ibab0cb257a17a1af37d522348f517185b80dfabc Closes-Bug: #1774280 --- api-ref/source/v3/volumes-v3-volumes.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api-ref/source/v3/volumes-v3-volumes.inc b/api-ref/source/v3/volumes-v3-volumes.inc index 00ab753f75b..db05e6a41a7 100644 --- a/api-ref/source/v3/volumes-v3-volumes.inc +++ b/api-ref/source/v3/volumes-v3-volumes.inc @@ -460,8 +460,9 @@ Deletes a volume. Preconditions -- Volume status must be ``available``, ``in-use``, ``error``, or - ``error_restoring``. +- 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. - You cannot already have a snapshot of the volume.