- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for globalIsDistErasure (0.06 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 Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 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 Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 133.6K bytes - Viewed (0)