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