- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getStorage (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/storage-rest-server.go
func (s *storageRESTServer) checkID(wantID string) bool { if s.getStorage() == nil { return false } if wantID == "" { // Request sent empty disk-id, we allow the request // as the peer might be coming up and trying to read format.json // or create format.json return true } storedDiskID, err := s.getStorage().GetDiskID() if err != nil { return false }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue May 27 15:19:03 GMT 2025 - 45.7K bytes - Click Count (0)