kubernetes/pkg/volume
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 Allow 39 atached EBS devices. 2016-03-15 17:28:59 +01:00
azure_file Move test-only volume files to test-only volume package 2016-02-29 14:44:28 -08:00
cephfs Move test-only volume files to test-only volume package 2016-02-29 14:44:28 -08:00
cinder Move test-only volume files to test-only volume package 2016-02-29 14:44:28 -08:00
configmap Merge pull request #21583 from sjenning/rm-unused-func 2016-03-03 03:48:15 -08:00
downwardapi Move test-only volume files to test-only volume package 2016-02-29 14:44:28 -08:00
empty_dir Rename PodSecurityPolicy fields 2016-03-03 11:49:48 -08:00
fc Merge pull request #21805 from childsb/CanSupport_fix 2016-03-05 10:09:35 -08:00
flexvolume Move test-only volume files to test-only volume package 2016-02-29 14:44:28 -08:00
flocker update mountpath of volume after migration 2016-03-07 18:00:06 +08:00
gce_pd Ubernetes Lite: apply auto-labels to dynamically provisioned volumes 2016-03-09 15:17:45 -05:00
git_repo Move test-only volume files to test-only volume package 2016-02-29 14:44:28 -08:00
glusterfs Move test-only volume files to test-only volume package 2016-02-29 14:44:28 -08:00
host_path Move test-only volume files to test-only volume package 2016-02-29 14:44:28 -08:00
iscsi Merge pull request #21805 from childsb/CanSupport_fix 2016-03-05 10:09:35 -08:00
nfs Move test-only volume files to test-only volume package 2016-02-29 14:44:28 -08:00
persistent_claim Move test-only volume files to test-only volume package 2016-02-29 14:44:28 -08:00
rbd Merge pull request #21805 from childsb/CanSupport_fix 2016-03-05 10:09:35 -08:00
secret Move test-only volume files to test-only volume package 2016-02-29 14:44:28 -08:00
testing Move test-only volume files to test-only volume package 2016-02-29 14:44:28 -08:00
util Remove sentinel file from atomic writer 2016-02-27 16:09:06 -05:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
metrics_cached.go Supply volume fs metrics to server/stats/handler.go 2016-02-05 16:00:24 -08:00
metrics_du_test.go Move test-only volume files to test-only volume package 2016-02-29 14:44:28 -08:00
metrics_du.go Fix volume secret_test.go on darwin by not checking volume usage metrics 2016-02-17 12:56:37 -08:00
metrics_nil_test.go Volume Metrics Interface and base implementation. 2015-12-09 16:06:24 -08:00
metrics_nil.go Volume Metrics Interface and base implementation. 2015-12-09 16:06:24 -08:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
plugins_test.go expand volume.Spec to include full Volume and PV 2015-09-03 08:57:32 -04:00
plugins.go Hot-fix admission of volumes that are being provisioned. 2016-02-23 09:46:40 +01:00
util_test.go Add PV.Name into names of generated GCE/AWS/OSP volumes. 2016-02-12 09:46:59 +01:00
util.go Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
volume_linux.go replacing handwritten client in several controllers 2016-01-31 15:42:02 -08:00
volume_unsupported.go Move manageVolumeOwnership to pkg/volume/volume.go 2016-01-13 10:36:59 -05:00
volume.go Added Attacher/Detacher interfaces and support to kubelet 2016-02-07 16:55:58 -05:00