Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MountSensitiveWithoutSystemdWithMountFlags (0.52 sec)

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

    	// Do the bind mount
    	options := []string{"bind"}
    	mountFlags := []string{"--no-canonicalize"}
    	klog.V(5).Infof("bind mounting %q at %q", mountSource, bindPathTarget)
    	if err = mounter.MountSensitiveWithoutSystemdWithMountFlags(mountSource, bindPathTarget, "" /*fstype*/, options, nil /* sensitiveOptions */, mountFlags); err != nil {
    		return "", fmt.Errorf("error mounting %s: %s", subpath.Path, err)
    	}
    	success = true
    
    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