k3s/pkg/volume/azure_dd
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 azure disk volume: support storage class and dynamic provisioning 2016-10-28 13:31:47 +00:00
attacher.go Remove unused WaitForDetach from Detacher interface and plugins 2016-11-02 11:59:13 +01:00
azure_dd.go fix issue in converting aws volume id from mount paths 2016-11-16 22:35:48 -08:00
azure_dd_test.go Remove GetRootContext from VolumeHost 2016-11-03 12:21:19 -04:00
azure_provision.go azure disk volume: support storage class and dynamic provisioning 2016-10-28 13:31:47 +00:00
vhd_util.go
vhd_util_test.go