how to find the overall block storage capacity and usage
is there a CLI to find the overall block storage capacity and the usage
First time here? Check out the FAQ!
is there a CLI to find the overall block storage capacity and the usage
There is currently no API built into cinder for this, no. You can query the backends outside of cinder, as discussed above.
It depends on cinder backend. In simplest case thin LVM , run vgdisplay and select cinder-volumes group.
In case of GlusterFS go to corresponding directory of gluster volume brick and run `df -h .` and `du -m -s .`
Asked: 2014-05-29 01:27:14 -0600
Seen: 361 times
Last updated: Jun 03 '14