- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for ilm (0.03 sec)
-
cmd/site-replication.go
return false } } } return true } // isILMExpRuleReplicated returns true if count of replicated ILM Expiry rules matches total // number of sites and ILM expiry rules are identical. func isILMExpRuleReplicated(cntReplicated, total int, rules []*lifecycle.Rule) bool { if cntReplicated > 0 && cntReplicated != total { return false }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 184.7K bytes - Viewed (0) -
cmd/metrics-v2.go
Name: transitionPendingTasks, Help: "Number of pending ILM transition tasks in the queue", Type: gaugeMetric, } } func getTransitionActiveTasksMD() MetricDescription { return MetricDescription{ Namespace: nodeMetricNamespace, Subsystem: ilmSubsystem, Name: transitionActiveTasks, Help: "Number of active ILM transition tasks", Type: gaugeMetric, } }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 133.4K bytes - Viewed (0) -
cmd/object-handlers.go
if event.Action.Delete() { // apply whatever the expiry rule is. applyExpiryRule(event, lcEventSrc_s3GetObject, objInfo) if !event.Action.DeleteRestored() { // If the ILM action is not on restored object return error. writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrNoSuchKey), r.URL) return } } } QueueReplicationHeal(ctx, bucket, gr.ObjInfo, 0) }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 120.6K bytes - Viewed (0)