HOWTO - Check Group Volume Usage
Enterprise
    Applicable to Enterprise Edition
  
  Community
    Applicable to Community Edition
  
Group Volume Usage
- Determine a group name for checking. 
- Substitute - project-<group>with- project-xxxxin the command and run it to gain the pod name.- kubectl -n hub get pod | grep project-<group>- Note down the pod name like xxx-project-xxxx 
- Substitute - <pod-name>with the real pod name in the command and run it to learn the usage info.- kubectl -n hub exec <pod-name> -- sh -c 'df -h | grep rbd'- We should see a similar output of usage info: - Filesystem Size Used Avail Capacity Mounted on /dev/rbd11 196G 3.9M 182G 3% /project/xxx
