Recover corrupted usage files if any (#13179)

This commit is contained in:
Klaus Post 2021-09-09 11:24:22 -07:00 committed by GitHub
parent 0e7fdcee30
commit 7f49c38e2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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