Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for subPathName (0.1 sec)

  1. pkg/volume/util/subpath/subpath_linux.go

    func doCleanSubPath(mounter mount.Interface, fullContainerDirPath, subPathIndex string) error {
    	// process /var/lib/kubelet/pods/<uid>/volume-subpaths/<volume>/<container name>/<subPathName>
    	klog.V(4).Infof("Cleaning up subpath mounts for subpath %v", subPathIndex)
    	fullSubPath := filepath.Join(fullContainerDirPath, subPathIndex)
    
    	if err := mount.CleanupMountPoint(fullSubPath, mounter, true); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 12 14:09:11 UTC 2022
    - 21.4K bytes
    - Viewed (0)
Back to top