How can I figure out the total space and used space (or free space) on a Gluster Volume? The 'df' command returns a value for mounted volumes, so its go to be available somewhere. But I don't want to FUSE mount the volume just to figure out its size. Bonus points if this can be done through libgfapi. -bc