0cb09cc560
Usage: It adds an optional argument --poll to the cinder create command which waits while the creation of the volume is completed and the volume goes to available state. In case there is an error in volume creation, it throws an error message and exits with a non zero status. The error message printed here is the async error message in case it generates one. Depends-On: Ic3ab32b95abd29e995bc071adc11b1e481b32516 Change-Id: I1a4d361d48a44a0daa830491f415be64f2e356e3
5 lines
139 B
YAML
5 lines
139 B
YAML
features:
|
|
- |
|
|
Support to wait for volume creation until it completes.
|
|
The command is: ``cinder create --poll <volume_size>``
|