Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compareBindMountAndSymlinks (0.18 sec)

  1. pkg/volume/util/volumepathhandler/volume_path_handler_linux.go

    	// Return path contains global map path + {pod uuid}
    	return globalMapPathUUID, nil
    }
    
    // compareBindMountAndSymlinks returns if global path (bind mount) and
    // pod path (symlink) are pointing to the same device.
    // If there is an error in checking it returns error.
    func compareBindMountAndSymlinks(global, pod string) (bool, error) {
    	// To check if bind mount and symlink are pointing to the same device,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 14:49:03 UTC 2023
    - 7.6K bytes
    - Viewed (0)
Back to top