Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetMountFlags (0.09 sec)

  1. pkg/volume/csi/fake/fake_client.go

    	}
    
    	fsType := ""
    	fsTypes := "block|ext4|xfs|zfs"
    	mounted := req.GetVolumeCapability().GetMount()
    	if mounted != nil {
    		fsType = mounted.GetFsType()
    		csiVol.MountFlags = mounted.GetMountFlags()
    		csiVol.VolumeMountGroup = mounted.VolumeMountGroup
    	}
    	if !strings.Contains(fsTypes, fsType) {
    		return nil, errors.New("invalid fstype")
    	}
    
    	if req.GetVolumeId() == NodeStageTimeOut_VolumeID {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 14:49:03 UTC 2023
    - 16K bytes
    - Viewed (0)
Back to top