kubernetes/pkg/cloudprovider/providers/aws
Jan Safranek f270cb1b9b Allow 39 atached EBS devices.
AWS has soft support limit for 40 attached EBS devices. Assuming there is just
one root device, use the rest for persistent volumes.

The devices will have name /dev/xvdba - /dev/xvdcm, leaving /dev/sda - /dev/sdz
to the system.

Also, add better error handling and propagate error
"Too many EBS volumes attached to node XYZ" to a pod.
2016-03-15 17:28:59 +01:00
..
aws_instancegroups.go AWS e2e: don't try to build a full cloudprovider in e2e 2016-03-12 06:14:45 -05:00
aws_loadbalancer.go AWS: Fix problems identifying subnets for internal ELBs 2016-03-06 09:41:29 -05:00
aws_routes.go optimize ListRoutes to fetch instances only once per call 2016-01-07 14:32:37 -05:00
aws_test.go AWS: Fix problems identifying subnets for internal ELBs 2016-03-06 09:41:29 -05:00
aws_utils.go adjust package name for pkg/cloudprovider 2015-10-10 16:44:54 +08:00
aws.go Allow 39 atached EBS devices. 2016-03-15 17:28:59 +01:00
log_handler.go Update AWS cloud provider to aws-sdk-go v1.0.2. 2016-01-04 16:10:23 -08:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
retry_handler_test.go AWS: Pass globals into Backoff struct 2016-02-21 20:17:22 -05:00
retry_handler.go AWS: Pass globals into Backoff struct 2016-02-21 20:17:22 -05:00
sets_ippermissions.go AWS: Remove extra load balancer security group ingress rules 2016-03-03 18:55:49 -05:00