Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newErrs (0.09 sec)

  1. cmd/admin-handlers.go

    	}
    
    	if globalIsDistErasure {
    		// Get heal status from other peers
    		peersHealStates, nerrs := globalNotificationSys.BackgroundHealStatus(ctx)
    		var errCount int
    		for _, nerr := range nerrs {
    			if nerr.Err != nil {
    				adminLogIf(ctx, nerr.Err)
    				errCount++
    			}
    		}
    		if errCount == len(nerrs) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
Back to top