tspyderboy 202f65bd83 "--wait" option added for snapshot create/revert/delete commands
1) Creating a snapshot:
$ manila snapshot-create share1 --name testshare1snapshot --wait
<CLI waits on the share snapshot to become available before providing snapshot details>

2) Deleting a snapshot:
$ manila snapshot-delete testshare1snapshot --wait
<CLI waits on the share snapshot to be deleted before returning to the prompt>

3) Reverting a share to its snapshot:
$ manila revert-to-snapshot testshare1snapshot --wait

Closes-Bug: #1898307
Change-Id: Ib248e48c53c4c6c5886f2693e3bc26a0848fff3a
2024-03-26 16:11:23 +05:30
..
2020-10-15 02:42:44 +00:00
2024-01-27 23:27:41 +09:00
2021-07-13 19:12:27 +01:00
2023-08-29 06:59:35 +00:00
2021-07-13 19:12:27 +01:00
2021-07-13 19:12:27 +01:00
2021-07-13 19:12:27 +01:00
2024-01-27 23:27:41 +09:00