Skip to content

Commit

Permalink
Recover corrupted usage files if any (minio#13179)
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost authored Sep 9, 2021
1 parent 0e7fdce commit 7f49c38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/data-usage-cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 7f49c38

Please sign in to comment.