mirror of
https://github.com/pgsty/minio.git
synced 2026-09-13 22:14:03 +03:00
crawler: Missing folder heal check per set (#10876)
This commit is contained in:
@@ -56,6 +56,7 @@ type dataUsageEntry struct {
|
||||
// dataUsageCache contains a cache of data usage entries.
|
||||
type dataUsageCache struct {
|
||||
Info dataUsageCacheInfo
|
||||
Disks []string
|
||||
Cache map[string]dataUsageEntry
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user