Memeriksa konsistensi pengaturan kuota di Instans PolarFS.
Deskripsi operasi
Description
This operation verifies the consistency of quota configurations within a specified PolarFS instance. These configurations include storage capacity and inode limits on directory paths. If inconsistencies are found, the operation returns a list of the inconsistent paths and any related error information.
Usage notes
-
Ensure that the
PolarFsInstanceIdparameter correctly identifies the target PolarFS instance. -
When the system detects quota inconsistencies, it returns
IsConsistent=falseand populates theInconsistentPathsarray. -
If the request is successful and no inconsistencies are found, the
InconsistentPathsarray is empty andIsConsistentis set totrue. -
For errors such as insufficient permissions or a non-existent resource, see the error codes for details.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:CheckPolarFsQuotaConsistency |
none |
*全部资源
|
None | None |
Sintaks permintaan
GET / HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PolarFsInstanceId |
string |
Yes |
ID Instans PolarFS. |
pfs-test**** |
| Path |
string |
No |
Path direktori. |
/test |
| EnableRepair |
boolean |
No |
Apakah akan memperbaiki Kuota yang tidak konsisten. Nilai valid:
|
false |
| EnableStrictCalculate |
boolean |
No |
Apakah akan menghitung total Penggunaan direktori dalam mode Ketat. Nilai valid:
|
false |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response object for the quota consistency check. |
||
| PolarFsInstanceId |
string |
The ID of the PolarFS instance. |
pfs-2ze0i74ka607***** |
| QuotaItem |
object |
An object that contains details about the quota. |
|
| Path |
string |
The directory path. |
/zookeepertest718 |
| Capacity |
integer |
The storage capacity quota. |
104857600 |
| UsedCapacity |
integer |
The used capacity, in bytes. |
104857600 |
| Inodes |
integer |
The inode quota. |
50000 |
| UsedInodes |
integer |
The number of used inodes. |
1 |
| RequestId |
string |
The request ID. |
E56531A4-E552-40BA-9C58-137B80****** |
Contoh
Respons sukses
JSONformat
{
"PolarFsInstanceId": "pfs-2ze0i74ka607*****",
"QuotaItem": {
"Path": "/zookeepertest718",
"Capacity": 104857600,
"UsedCapacity": 104857600,
"Inodes": 50000,
"UsedInodes": 1
},
"RequestId": "E56531A4-E552-40BA-9C58-137B80******"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.