kubernetes/pkg/volume/aws_ebs
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_ebs_test.go Ubernetes Lite: apply auto-labels to dynamically provisioned volumes 2016-03-09 15:17:45 -05:00
aws_ebs.go Ubernetes Lite: apply auto-labels to dynamically provisioned volumes 2016-03-09 15:17:45 -05:00
aws_util.go Allow 39 atached EBS devices. 2016-03-15 17:28:59 +01:00
doc.go Add doc.go files for all volume plugins 2015-05-23 16:59:12 -04:00