Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SignalServiceV2 (0.08 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 Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Sep 09 16:58:30 UTC 2024
    - 46.2K 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 Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 04 11:32:32 UTC 2024
    - 99.7K bytes
    - Viewed (0)
Back to top