Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for traverseAndHeal (0.13 sec)

  1. cmd/admin-heal-ops.go

    	// Set status as running
    	h.mutex.Lock()
    	h.currentStatus.Summary = healRunningStatus
    	h.currentStatus.StartTime = UTCNow()
    	h.mutex.Unlock()
    
    	go h.traverseAndHeal(objAPI)
    
    	select {
    	case err, ok := <-h.traverseAndHealDoneCh:
    		if !ok {
    			return
    		}
    		h.mutex.Lock()
    		h.endTime = UTCNow()
    		// Heal traversal is complete.
    		if err == nil {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 26 09:58:27 UTC 2024
    - 25.6K bytes
    - Viewed (0)
Back to top