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

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