Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setDiskHealingStatus (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

    				continue
    			}
    
    			for _, disk := range healDisks {
    				go func(disk Endpoint) {
    					globalBackgroundHealState.setDiskHealingStatus(disk, true)
    					if err := healFreshDisk(ctx, z, disk); err != nil {
    						globalBackgroundHealState.setDiskHealingStatus(disk, false)
    						timedout := OperationTimedOut{}
    						if !errors.Is(err, context.Canceled) && !errors.As(err, &timedout) && !errors.Is(err, errRetryHealing) {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 16.5K bytes
    - Click Count (0)
Back to Top