- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for checkDiskFatalErrs (0.06 sec)
-
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)