Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for failedClients (0.17 sec)

  1. cmd/admin-handlers.go

    	updateStatus := madmin.ServerUpdateStatusV2{DryRun: dryRun}
    	peerResults := make(map[string]madmin.ServerPeerUpdateStatus)
    
    	local := globalLocalNodeName
    	if local == "" {
    		local = "127.0.0.1"
    	}
    
    	failedClients := make(map[int]struct{})
    
    	if globalIsDistErasure {
    		// Push binary to other servers
    		for idx, nerr := range globalNotificationSys.VerifyBinary(ctx, u, sha256Sum, releaseInfo, binC) {
    			if nerr.Err != nil {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 21 11:43:18 GMT 2024
    - 97.3K bytes
    - Viewed (2)
Back to top