• Jan Safranek's avatar
    Fixed mounting with containerized kubelet. · 92f18117
    Jan Safranek authored
    Kubelet was not able to mount volumes when running inside a container and
    using nsenter mounter,
    
    NsenterMounter.IsLikelyNotMountPoint() should return ErrNotExist when the
    checked directory does not exists as the regular mounted does this and
    some volume plugins depend on this behavior.
    92f18117
Name
Last commit
Last update
..
doc.go Loading commit data...
fake.go Loading commit data...
mount.go Loading commit data...
mount_linux.go Loading commit data...
mount_linux_test.go Loading commit data...
mount_unsupported.go Loading commit data...
nsenter_mount.go Loading commit data...
nsenter_mount_unsupported.go Loading commit data...
safe_format_and_mount_test.go Loading commit data...