containerd/pkg/cri/opts
Amit Barve bfde58e3cd Bug fix for mount path handling
Currently when handling 'container_path' elements in container mounts we simply call
filepath.Clean on those paths. However, filepath.Clean adds an extra '.' if the path is a
simple drive letter ('E:' or 'Z:' etc.). These type of paths cause failures (with incorrect
parameter error) when creating containers via hcsshim. This commit checks for such paths
and doesn't call filepath.Clean on them.
It also adds a new check to error out if the destination path is a C drive and moves the
dst path checks out of the named pipe condition.

Signed-off-by: Amit Barve <ambarve@microsoft.com>
2022-03-21 09:40:19 -07:00
..
container.go Merge pull request #6593 from qiutongs/improve-container-mount 2022-03-18 00:03:28 +08:00
spec_linux_test.go Refactor pkg packages 2020-10-08 17:30:17 -07:00
spec_linux.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
spec_test.go move up to CRI v1 and support v1alpha in parallel 2021-06-28 09:34:12 -05:00
spec_windows_test.go Bug fix for mount path handling 2022-03-21 09:40:19 -07:00
spec_windows.go Bug fix for mount path handling 2022-03-21 09:40:19 -07:00
spec.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
task.go Refactor pkg packages 2020-10-08 17:30:17 -07:00