From 3ebbbbd5d8670868bd7d4744803241b0fec07836 Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Fri, 21 Dec 2018 16:55:05 -0800 Subject: [PATCH] Leave refactoring TODO --- pkg/util/mount/mount_linux.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/util/mount/mount_linux.go b/pkg/util/mount/mount_linux.go index 6ebeff053b5..f3574f884a1 100644 --- a/pkg/util/mount/mount_linux.go +++ b/pkg/util/mount/mount_linux.go @@ -55,6 +55,7 @@ const ( fsckErrorsUncorrected = 4 // place for subpath mounts + // TODO: pass in directory using kubelet_getters instead containerSubPathDirectoryName = "volume-subpaths" // syscall.Openat flags used to traverse directories not following symlinks nofollowFlags = unix.O_RDONLY | unix.O_NOFOLLOW