Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mapBindMountDevice (0.17 sec)

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

    	if err = os.MkdirAll(mapPath, 0750); err != nil {
    		return fmt.Errorf("failed to mkdir %s: %v", mapPath, err)
    	}
    
    	if bindMount {
    		return mapBindMountDevice(v, devicePath, mapPath, linkName)
    	}
    	return mapSymlinkDevice(v, devicePath, mapPath, linkName)
    }
    
    func mapBindMountDevice(v VolumePathHandler, devicePath string, mapPath string, linkName string) error {
    	// Check bind mount exists
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 14:49:03 UTC 2023
    - 10.7K bytes
    - Viewed (0)
Back to top