- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ReplicateILMExpiry (0.2 sec)
-
cmd/admin-handlers-site-replication.go
return } // Report the ILMExpiryStats only if at least one site has replication of ILM expiry enabled var replicateILMExpiry bool for _, site := range info.Sites { if site.ReplicateILMExpiry { replicateILMExpiry = true break } } if !replicateILMExpiry { // explicitly send nil for ILMExpiryStats info.ILMExpiryStats = nil }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 19.4K bytes - Viewed (0) -
cmd/site-replication.go
if c.state.Peers != nil { if existingPeer, ok := c.state.Peers[dID]; ok { // retain existing ReplicateILMExpiry of peer if its already set // and incoming arg has it false. it could be default false if !pi.ReplicateILMExpiry && existingPeer.ReplicateILMExpiry { pi.ReplicateILMExpiry = existingPeer.ReplicateILMExpiry } } } peers[dID] = pi } state := srState{
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 15 12:04:40 UTC 2024 - 185.1K bytes - Viewed (0)