- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for BackgroundHealStatus (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/notification.go
return errPeerNotReachable } return client.LoadServiceAccount(ctx, accessKey) }, idx, *client.host) } return ng.Wait() } // BackgroundHealStatus - returns background heal status of all peers func (sys *NotificationSys) BackgroundHealStatus(ctx context.Context) ([]madmin.BgHealState, []NotificationPeerErr) { ng := WithNPeers(len(sys.peerClients)) states := make([]madmin.BgHealState, len(sys.peerClients))
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 46K bytes - Click Count (0) -
cmd/admin-handlers.go
if !ok { return bgHealStates, errServerNotInitialized } 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) {Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 99.7K bytes - Click Count (0)