k3s/pkg/util/mount
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 Revert "Revert "Merge pull request #35821 from vishh/gci-mounter-scope"" 2016-11-08 11:09:10 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
fake.go This change supports robust kubelet volume cleanup 2016-08-15 11:29:15 -07:00
mount.go fix issue in converting aws volume id from mount paths 2016-11-16 22:35:48 -08:00
mount_linux.go Revert "Revert "Merge pull request #35821 from vishh/gci-mounter-scope"" 2016-11-08 11:09:10 -08:00
mount_linux_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
mount_unsupported.go Revert "Revert "Merge pull request #35821 from vishh/gci-mounter-scope"" 2016-11-08 11:09:10 -08:00
nsenter_mount.go fixed absense to absence 2016-10-14 16:28:46 +02:00
nsenter_mount_unsupported.go This change supports robust kubelet volume cleanup 2016-08-15 11:29:15 -07:00
safe_format_and_mount_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00