mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Do regular checks for healing status while scanning (#19946)
This commit is contained in:
@@ -352,6 +352,9 @@ type dataUsageCacheInfo struct {
|
||||
Name string
|
||||
NextCycle uint32
|
||||
LastUpdate time.Time
|
||||
// indicates if the disk is being healed and scanner
|
||||
// should skip healing the disk
|
||||
SkipHealing bool
|
||||
|
||||
// Active lifecycle, if any on the bucket
|
||||
lifeCycle *lifecycle.Lifecycle `msg:"-"`
|
||||
|
||||
Reference in New Issue
Block a user