9a29099b31
1) Creating a share group snapshot $ manila share-group-snapshot-create --name share-group-snap-1 --wait <CLI waits on the share group snapshot to become available before providing group snapshot details> 2) Deleting a share group $ manila share-group-snapshot-delete share-group-snap-1 --wait <CLI waits on the share group snapshot to be deleted before returning to the prompt> Closes-Bug: #1898319 Change-Id: Id8e4a7c4808152a41b35ec2e6c09f1d439cf14e2
7 lines
229 B
YAML
7 lines
229 B
YAML
---
|
|
features:
|
|
- |
|
|
The commands "share-group-snapshot-create" and
|
|
"share-group-snapshot-delete" now accept an optional "--wait"
|
|
option that allows users to let the client poll for the completion
|
|
of the operation. |