This command displays all quotas and their details.
Usage
quota list
Example
vcli: admin> quota list +----+--------+--------------+--------------+-----------------+--------------+------------+------------+---------------+------------------------------+------------------------------+------------------------+ | ID | Name | Pretty-state | Sync-state | Path | Grace-period | Soft-limit | Hard-limit | Used-Capacity | Soft limit Files/Directories | Hard limit Files/Directories | Used Files/Directories | +----+--------+--------------+--------------+-----------------+--------------+------------+------------+---------------+------------------------------+------------------------------+------------------------+ | 1 | quota1 | OK | SYNCHRONIZED | /dev | 30 00:00:00 | 1.0000 | 2.0000 | 0.0000 | 4800 | 5000 | 1 | | 3 | quota2 | OK | SYNCHRONIZED | /whatever | None | None | None | 0.0000 | None | None | 2 | | 4 | quota3 | OK | SYNCHRONIZED | /whatever/other | 00:08:00 | 1.0000 | 2.0000 | 0.0000 | None | None | 1 | +----+--------+--------------+--------------+-----------------+--------------+------------+------------+---------------+------------------------------+------------------------------+------------------------+
Comments
0 comments
Article is closed for comments.