[RFE] a "--wait" option for creating/promoting/deleting a share replicas
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-manilaclient |
New
|
Low
|
Esther Kisakye |
Bug Description
Expected workflow:
1) Creating a share replica
$ manila share-replica-
<CLI waits on the share replica to become available before providing replica details>
(The CLI does not wait for "replica_state" to become "in_sync" - it only waits until the replica reaches an "available"
status)
2) Promoting a share replica
$ manila share-replica-
<CLI waits on the share replica's "replica_state" to become "active" before returning to the prompt>
3) Deleting a share replica
$ manila share-replica-
<CLI waits on the share replica to be deleted before returning to the prompt>
tags: | added: add-wait-to-async-commands low-hanging-fruit |
Changed in python-manilaclient: | |
importance: | Undecided → Low |
description: | updated |
Changed in python-manilaclient: | |
assignee: | nobody → Paul Ali (paulali) |
Changed in python-manilaclient: | |
status: | New → In Progress |
Changed in python-manilaclient: | |
assignee: | Paul Ali (paulali) → nobody |
status: | In Progress → New |
Changed in python-manilaclient: | |
assignee: | nobody → Esther Kisakye (ekisakye) |