Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/volume/util/util.go

    		pathToFind = mountPath[i:]
    	}
    	for _, ref := range mountRefs {
    		if !strings.Contains(ref, pathToFind) {
    			return true
    		}
    	}
    	return false
    }
    
    // WriteVolumeCache flush disk data given the specified mount path
    func WriteVolumeCache(deviceMountPath string, exec utilexec.Interface) error {
    	// If runtime os is windows, execute Write-VolumeCache powershell command on the disk
    	if runtime.GOOS == "windows" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 28.8K bytes
    - Viewed (0)
Back to top