skip ILM expired objects from healing (#18569)

This commit is contained in:
Harshavardhana
2023-12-01 07:56:24 -08:00
committed by GitHub
parent 5f971fea6e
commit 109a9e3f35
4 changed files with 52 additions and 13 deletions

View File

@@ -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