[api-ref]: Add missing share statuses
Add missing possible statuses from manila/common/constants.py to the API reference. Change-Id: I7300820abd80c6184367620d76e8ae15bfeadbd7
This commit is contained in:
parent
767be0a8b9
commit
2475f75cd5
@ -37,12 +37,16 @@ A share has one of these status values:
|
||||
+----------------------------------------+--------------------------------------------------------+
|
||||
| ``deleting`` | The share is being deleted. |
|
||||
+----------------------------------------+--------------------------------------------------------+
|
||||
| ``deleted`` | The share was deleted. |
|
||||
+----------------------------------------+--------------------------------------------------------+
|
||||
| ``error`` | An error occurred during share creation. |
|
||||
+----------------------------------------+--------------------------------------------------------+
|
||||
| ``error_deleting`` | An error occurred during share deletion. |
|
||||
+----------------------------------------+--------------------------------------------------------+
|
||||
| ``available`` | The share is ready to use. |
|
||||
+----------------------------------------+--------------------------------------------------------+
|
||||
| ``inactive`` | The share is inactive. |
|
||||
+----------------------------------------+--------------------------------------------------------+
|
||||
| ``manage_starting`` | Share manage started. |
|
||||
+----------------------------------------+--------------------------------------------------------+
|
||||
| ``manage_error`` | Share manage failed. |
|
||||
@ -64,6 +68,12 @@ A share has one of these status values:
|
||||
+----------------------------------------+--------------------------------------------------------+
|
||||
| ``shrinking_possible_data_loss_error`` | Shrink share failed due to possible data loss. |
|
||||
+----------------------------------------+--------------------------------------------------------+
|
||||
| ``migrating`` | Share is currently migrating. |
|
||||
+----------------------------------------+--------------------------------------------------------+
|
||||
| ``migrating_to`` | Share is a migration destination. |
|
||||
+----------------------------------------+--------------------------------------------------------+
|
||||
| ``replication_change`` | The share is undergoing a replication change. |
|
||||
+----------------------------------------+--------------------------------------------------------+
|
||||
| ``reverting`` | Share is being reverted to a snapshot. |
|
||||
+----------------------------------------+--------------------------------------------------------+
|
||||
| ``reverting_error`` | Share revert to snapshot failed. |
|
||||
|
Loading…
x
Reference in New Issue
Block a user