Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PoolIndex (2.43 sec)

  1. cmd/background-newdisks-heal-ops.go

    	if h.disk.Healing() == nil {
    		return fmt.Errorf("healingTracker: drive %q is not marked as healing", h.ID)
    	}
    	h.mu.Lock()
    	if h.ID == "" || h.PoolIndex < 0 || h.SetIndex < 0 || h.DiskIndex < 0 {
    		h.ID, _ = h.disk.GetDiskID()
    		h.PoolIndex, h.SetIndex, h.DiskIndex = h.disk.GetDiskLoc()
    	}
    	h.mu.Unlock()
    	return h.save(ctx)
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 14.7K bytes
    - Viewed (0)
Back to top