We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi !
I'm using the docker plugin rexray EFS and I have some errors.
When my docker service try to mount a volume, I got this error :
VolumeDriver.Mount: docker-legacy: Mount: vol: failed: ThrottlingException: Rate exceeded status code: 400
I read some others issues and it's due to the AWS API calls.
I use the docker plugin version 0.11.4 with the defaults parameters.
I would like to know, which API call must be increased by the AWS support to fix this issue ?
Thanks
The text was updated successfully, but these errors were encountered:
Same problem here 😭
Sorry, something went wrong.
Hi @JCenatus , I don't have the solution yet, but I use EBS for temporary fixing.
It supposes that you have only one replicas of your service.
For example :
volumes: elasticsearch: driver: rexray/ebs:0.11.4 name: "elastic-vol" driver_opts: size: 32
No branches or pull requests
Summary
Hi !
I'm using the docker plugin rexray EFS and I have some errors.
Bug Reports
When my docker service try to mount a volume, I got this error :
VolumeDriver.Mount: docker-legacy: Mount: vol: failed: ThrottlingException: Rate exceeded status code: 400
I read some others issues and it's due to the AWS API calls.
Version
I use the docker plugin version 0.11.4 with the defaults parameters.
Question
I would like to know, which API call must be increased by the AWS support to fix this issue ?
Thanks
The text was updated successfully, but these errors were encountered: