- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for globalIsDistErasure (0.09 sec)
-
cmd/admin-handlers.go
if err != nil { adminLogIf(ctx, fmt.Errorf("server update failed with %w", err)) writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL) return } if globalIsDistErasure { // Push binary to other servers for idx, nerr := range globalNotificationSys.VerifyBinary(ctx, u, sha256Sum, releaseInfo, binC) { if nerr.Err != 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) -
cmd/metrics-v2.go
} } if g.metricsGroupOpts.dependGlobalLockServer { if globalLockServer == nil { return []MetricV2{}, nil } } if g.metricsGroupOpts.dependGlobalIsDistErasure { if !globalIsDistErasure { return []MetricV2{}, nil } } if g.metricsGroupOpts.dependGlobalBackgroundHealState { if globalBackgroundHealState == nil { return []MetricV2{}, nil } }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 15 12:04:40 UTC 2024 - 131.9K bytes - Viewed (0)