Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/volume/fc/fc_util.go

    				return disk, dm
    			}
    		}
    	}
    	klog.V(2).Infof("fc: failed to find a disk [%s]", devID+fcPath)
    	return "", ""
    }
    
    // Flushes any outstanding I/O to the device
    func flushDevice(deviceName string, exec utilexec.Interface) {
    	out, err := exec.Command("blockdev", "--flushbufs", deviceName).CombinedOutput()
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 16 11:12:06 UTC 2022
    - 12.8K bytes
    - Viewed (0)
Back to top