rexray / rexray

REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads

Home Page:http://rexray.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EFS - VolumeDriver.Mount: docker-legacy: Mount: vol: failed: ThrottlingException: Rate exceeded status code: 400

asijoumi opened this issue · comments

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