yandex-cloud / geesefs

Finally, a good FUSE FS implementation over S3
Other
693 stars 45 forks source link

fix ceph QuotaExceeded error #110

Closed xiezg closed 8 months ago

xiezg commented 8 months ago

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.