So far, the problematic operations that have been tested include the following three categories:
. inode.flushSmallObject
. inode.flushPart
. inode.SendMkDir
When the user/bucket quota is enabled on Ceph, and the quota limit is reached, the ceph return error is:
QuotaExceeded:
status code: 403, request id: tx00000000000000055a642-0065efe3a5-129c-default, host id:
and If this error is not handled, it will trigger a "Asynchronous Write Errors" error.
So far, the problematic operations that have been tested include the following three categories: . inode.flushSmallObject . inode.flushPart . inode.SendMkDir
When the user/bucket quota is enabled on Ceph, and the quota limit is reached, the ceph return error is: QuotaExceeded: status code: 403, request id: tx00000000000000055a642-0065efe3a5-129c-default, host id:
and If this error is not handled, it will trigger a "Asynchronous Write Errors" error.