show space quota
Parameters
Parameter |
Description |
Value |
---|---|---|
quota_tree_id=? | Quota tree ID. Format: FSID@QuotaTreeID. | To obtain the value, run the "show quota_tree general" command. |
quota_type=? | Quota type. | The value can be "directory", "user", or "group". |
user_group_id=? | User or user group ID. | The value must be greater than or equal to "0", and less than or equal to "4294967295". |
Example
-
Query directory quota information.
developer:/>show space quota quota_tree_id=0@1 quota_type=directory Quota_tree ID : 0@1 Quota_tree Name : qtree Quota Switch : On Quota Type : Directory User/Group ID : -- User/Group Name : -- User/Group Type : -- Space Used : 0 File Used : 0
-
Query user or user group quota information.
developer:/>show space quota quota_tree_id=0@1 quota_type=user user_group_id=0 Quota_tree ID : 0@1 Quota_tree Name : qtree Quota Switch : On Quota Type : User User/Group ID : 0 User/Group Name : root User/Group Type : Local Space Used : 0 File Used : 0
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
Quota_tree ID | Quota tree ID. |
Quota_tree Name | Quota tree name. |
Quota Switch | Quota switch. |
Quota Type | Quota type. |
User/Group ID | User or user group ID. |
User/Group Name | User or user group name. |
User/Group Type | User or user group type. |
Space Used | Used space. |
File Used | Number of used files. |