Function gluster::quota_list [] [src]

pub fn quota_list(volume: &str) -> Result<Vec<Quota>, GlusterError>

Return a list of quotas on the volume if any

Failures

Will return GlusterError if the command failed to run.