Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SignalServiceV2 (0.09 sec)

  1. cmd/notification.go

    			// force == true preserves the current behavior
    			return client.SignalService(sig, "", false, nil)
    		}, idx, *client.host)
    	}
    	return ng.Wait()
    }
    
    // SignalServiceV2 - calls signal service RPC call on all peers with v2 API
    func (sys *NotificationSys) SignalServiceV2(sig serviceSignal, dryRun bool, execAt *time.Time) []NotificationPeerErr {
    	ng := WithNPeers(len(sys.peerClients))
    	for idx, client := range sys.peerClients {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 45.9K bytes
    - Viewed (0)
  2. cmd/admin-handlers.go

    			Host:          localhost,
    			WaitingDrives: waitingDrives,
    		})
    	}
    
    	if globalIsDistErasure {
    		for _, nerr := range globalNotificationSys.SignalServiceV2(serviceSig, dryRun, execAt) {
    			if nerr.Err != nil && process {
    				waitingDrives := map[string]madmin.DiskMetrics{}
    				jerr := json.Unmarshal([]byte(nerr.Err.Error()), &waitingDrives)
    				if jerr == nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 99.6K bytes
    - Viewed (0)
Back to top