Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Graves (0.35 sec)

  1. cmd/admin-heal-ops.go

    }
    
    func (h *healSequence) countFailed(res madmin.HealResultItem) {
    	h.mutex.Lock()
    	defer h.mutex.Unlock()
    
    	for _, d := range res.After.Drives {
    		// For failed items we report the endpoint and drive state
    		// This will help users take corrective actions for drives
    		h.healFailedItemsMap[d.Endpoint+","+d.State]++
    	}
    
    	h.lastHealActivity = UTCNow()
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 25.1K bytes
    - Viewed (1)
Back to top