Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OK (0.11 sec)

  1. cmd/admin-heal-ops.go

    	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 {
    			// heal traversal succeeded.
    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