Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkDiskFatalErrs (0.06 sec)

  1. cmd/storage-rest-server.go

    	resp, err := s.getStorage().VerifyFile(r.Context(), volume, filePath, fi)
    	done(err)
    	if err != nil {
    		return
    	}
    
    	buf, _ := resp.MarshalMsg(nil)
    	w.Write(buf)
    }
    
    func checkDiskFatalErrs(errs []error) error {
    	// This returns a common error if all errors are
    	// same errors, then there is no point starting
    	// the server.
    	if countErrs(errs, errUnsupportedDisk) == len(errs) {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue May 27 15:19:03 UTC 2025
    - 45.7K bytes
    - Viewed (0)
Back to top