Hide Forgot
Description of problem:Ceph reports in used storage space, but not the total provisioned storage. The information is available via `rbd ls -l` commands but not in an easily parsed format. There should be a method to report the total provisioned storage per cluster and per pool.
There's a '--format json' option for the rbd command. Is that sufficient?
It's the cumulative output that is requested. Thin provisioning can lead to disastrous results, and users are requesting a method to report what has been provisioned vs what is available.
Does the new RHCS 2.0 "rbd du" command resolve this request? It now easily computes the provisioned vs actual usage on a per-pool basis.