- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for resetHealing (0.12 sec)
-
cmd/background-newdisks-heal-ops.go
h.Path = disk.String() h.Endpoint = disk.Endpoint().String() h.Started = time.Now().UTC() h.PoolIndex, h.SetIndex, h.DiskIndex = disk.GetDiskLoc() return h } func (h *healingTracker) resetHealing() { h.mu.Lock() defer h.mu.Unlock() h.ItemsHealed = 0 h.ItemsFailed = 0 h.BytesDone = 0 h.BytesFailed = 0 h.ResumeItemsHealed = 0 h.ResumeItemsFailed = 0 h.ResumeBytesDone = 0
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Sat Oct 26 09:58:27 UTC 2024 - 16.6K bytes - Viewed (0)