You can display disk limit information on all the directories on which the limit is set.
To display disk limit information
- Display disk limit information of all the directories on which limit is set, using the following command:
# gluster volume quotaVOLNAMElistFor example, to see the set disks limit on test-volume:# gluster volume quota test-volume list Path__________Limit______Set Size /Test/data 10 GB 6 GB /Test/data1 10 GB 4 GB - Display disk limit information on a particular directory on which limit is set, using the following command:
# gluster volume quotaVOLNAMElist/directory nameFor example, to see the set limit on /data directory of test-volume:# gluster volume quota test-volume list /data Path__________Limit______Set Size /Test/data 10 GB 6 GB