k3s/pkg/volume/gce_pd
Jing Xu 3d3e44e77e fix issue in converting aws volume id from mount paths
This PR is to fix the issue in converting aws volume id from mount
paths. Currently there are three aws volume id formats supported. The
following lists example of those three formats and their corresponding
global mount paths:
1. aws:///vol-123456
(/var/lib/kubelet/plugins/kubernetes.io/aws-ebs/mounts/aws/vol-123456)
2. aws://us-east-1/vol-123456
(/var/lib/kubelet/plugins/kubernetes.io/mounts/aws/us-est-1/vol-123455)
3. vol-123456
(/var/lib/kubelet/plugins/kubernetes.io/mounts/aws/us-est-1/vol-123455)

For the first two cases, we need to check the mount path and convert
them back to the original format.
2016-11-16 22:35:48 -08:00
..
BUILD autogenerated 2016-10-21 17:32:32 -07:00
OWNERS add maintainers for each volume driver 2016-03-22 22:19:53 -07:00
attacher.go Merge pull request #35629 from hpcloud/bug/33128-unused-waitfordetach 2016-11-06 04:52:23 -08:00
attacher_test.go Remove GetRootContext from VolumeHost 2016-11-03 12:21:19 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
gce_pd.go fix issue in converting aws volume id from mount paths 2016-11-16 22:35:48 -08:00
gce_pd_test.go Remove GetRootContext from VolumeHost 2016-11-03 12:21:19 -04:00
gce_util.go Pass whole PVC to provisioner plugin 2016-10-12 12:22:01 +02:00