mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
skip ILM expired objects from healing (#18569)
This commit is contained in:
@@ -25,6 +25,7 @@ type lcEventSrc uint8
|
||||
//revive:disable:var-naming Underscores is used here to indicate where common prefix ends and the enumeration name begins
|
||||
const (
|
||||
lcEventSrc_None lcEventSrc = iota
|
||||
lcEventSrc_Heal
|
||||
lcEventSrc_Scanner
|
||||
lcEventSrc_Decom
|
||||
lcEventSrc_Rebal
|
||||
|
||||
Reference in New Issue
Block a user