Comment 4 for bug 1294855

Revision history for this message
Takahiro Shida (shida) wrote :

Oops, I didn't notice about script.

echo "creating volumes $1 number of volumes $2 in vol type $3"
for((i=1;i<=$2;i+=1)); do cinder create --volume-type $3 --display-name vol$1-$i 1; done