Add missing backup status in API doc
The status 'error_deleting' and 'deleted' doesn't exist in the doc. Also the status error_restoring is a state of the volume, not backup. This patch is to add and remove the respective statuses in the doc. Change-Id: I96cd3d6fba38206a0a2b6c325092903b760b4ed4
This commit is contained in:
parent
84d268d9a0
commit
17aa176104
@ -27,7 +27,7 @@ possible:
|
|||||||
+-----------------+---------------------------------------------+
|
+-----------------+---------------------------------------------+
|
||||||
| restoring | The backup is being restored to a volume. |
|
| restoring | The backup is being restored to a volume. |
|
||||||
+-----------------+---------------------------------------------+
|
+-----------------+---------------------------------------------+
|
||||||
| error_restoring | A backup restoration error occurred. |
|
| error_deleting | An error occurred while deleting the backup.|
|
||||||
+-----------------+---------------------------------------------+
|
+-----------------+---------------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ possible:
|
|||||||
+-----------------+---------------------------------------------+
|
+-----------------+---------------------------------------------+
|
||||||
| restoring | The backup is being restored to a volume. |
|
| restoring | The backup is being restored to a volume. |
|
||||||
+-----------------+---------------------------------------------+
|
+-----------------+---------------------------------------------+
|
||||||
| error_restoring | A backup restoration error occurred. |
|
| error_deleting | An error occurred while deleting the backup.|
|
||||||
+-----------------+---------------------------------------------+
|
+-----------------+---------------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user