quota show waitnode
Function
Parameters
Parameter |
Description |
Value |
---|---|---|
all | Summary of all quota objects. | - |
objId | LUN object ID or chunk group (CKG) ID. | - |
objType | Object type. | The value ranges from 0 to 3. |
quotaType | Quota type. | - |
Example
-
View the summary of suspended requests.
admin:/diagnose>quota show waitnode all General information of waiting allocate quota nodes: partition: waitNodeCnt maxAllocCnt allocMaxQuotaObjId allocMaxQuotaObjType allocMaxQuotaType ----------- ----------- ------------------ --------------------- ----------------- 34 128 0 PARTITION PTT_VOL_DIRTY There is no node waiting for allocating volume or CKG quota.
-
View details about suspended requests of quota object 0 whose quota type is 0.
admin:/diagnose>quota show waitnode 0 0 0 objId volId allocCnt objType quotaType ------------------ ------------------ -------- ------- --------- 0x0 0x5 128 0 0 0x0 0x5 128 0 0 0x0 0x0 1 0 0 0x0 0x5 128 0 0 0x0 0x2 2 0 0 0x0 0x4 8 0 0 0x0 0x5 128 0 0 0x0 0x0 4 0 0 0x0 0x2 128 0 0 0x0 0x2 128 0 0 0x0 0x4 128 0 0 0x0 0x4 8 0 0 0x0 0x4 8 0 0 0x0 0x0 32 0 0 0x0 0x0 128 0 0 There are (20) node(s) waiting for allocating (1544) quota aside from above nodes.
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
waitNodeCnt | Count of suspended I/Os. |
maxAllocCnt | Maximum of quota application requests in suspended I/Os. |
allocMaxQuotaObjId | ID of the quota object with the most quota application requests. |
allocMaxQuotaObjType | Type of the quota object with the most quota application requests. |
allocMaxQuotaType | Type of the quota with the most quota application requests. |
objId | Object ID. |
volId | Volume ID. |
allocCnt | Count of quota application requests. |
objType | Type of the quota object. |
quotaType | Quota type. |