Skip to content

Commit

Permalink
Ensure running quorum eval once
Browse files Browse the repository at this point in the history
  • Loading branch information
Anis Elleuch committed Oct 24, 2023
1 parent 59c8e3e commit a20e896
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 @@ -854,11 +854,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 a20e896

Please sign in to comment.