Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for localVolumePath (0.14 sec)

  1. pkg/volume/local/local.go

    		// if the given local volume path is of already filesystem directory, return directly because
    		// we do not want to prevent mount operation from succeeding.
    		klog.InfoS("Expansion of directory based local volumes is NO-OP", "localVolumePath", localDevicePath)
    		return true, nil
    	default:
    		return false, fmt.Errorf("only directory and block device are supported")
    	}
    }
    
    func getVolumeSourceFSType(spec *volume.Spec) (string, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 22.2K bytes
    - Viewed (0)
Back to top