Get total provisioned size from cinder volumes
Quick way to get the total amount of provisioned space from cinder
alvaro@skyline.local: ~
$ cinder list --all-tenants
mysql like output :)
So to parse the output and add all the values in the Size col, use the next piped commands.
alvaro@skyline.local: ~
$ . admin-openrc.sh