mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Recover corrupted usage files if any (#13179)
This commit is contained in:
parent
0e7fdcee30
commit
7f49c38e2d
@ -744,6 +744,7 @@ func (d *dataUsageCache) load(ctx context.Context, store objectIO, name string)
|
||||
case ObjectNotFound:
|
||||
case BucketNotFound:
|
||||
case InsufficientReadQuorum:
|
||||
case StorageErr:
|
||||
default:
|
||||
return toObjectErr(err, dataUsageBucket, name)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user