Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetFsType (0.21 sec)

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

    		return nil, errors.New("missing volume id")
    	}
    	if req.GetTargetPath() == "" {
    		return nil, errors.New("missing target path")
    	}
    	fsTypes := "block|ext4|xfs|zfs"
    	fsType := req.GetVolumeCapability().GetMount().GetFsType()
    	if !strings.Contains(fsTypes, fsType) {
    		return nil, errors.New("invalid fstype")
    	}
    
    	if req.GetVolumeId() == NodePublishTimeOut_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