Skip to content

Commit

Permalink
Ensure running quorum eval once (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadmeste authored and harshavardhana committed Nov 2, 2023
1 parent da276eb commit 9af2d08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmd/erasure-object.go
Original file line number Diff line number Diff line change
Expand Up @@ -857,11 +857,10 @@ func (er erasureObjects) getObjectFileInfo(ctx context.Context, bucket, object s
if success {
validResp++
}
if !opts.FastGetObjInfo {
if totalResp < er.setDriveCount {
if totalResp < er.setDriveCount {
if !opts.FastGetObjInfo {
continue
}
} else {
if validResp < minDisks {
continue
}
Expand Down

0 comments on commit 9af2d08

Please sign in to comment.