mirror of
https://github.com/pgsty/minio.git
synced 2026-08-12 09:40:28 +03:00
XL: Refactor usage of reduceErrs and consistent behavior. (#2240)
This refactor is also needed in lieu of our quorum requirement change for the newly understood logic behind klauspost/reedsolom implementation.
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
f67c930731
commit
cef26fd6ea
+1
-1
@@ -73,7 +73,7 @@ func TestCheckSufficientDisks(t *testing.T) {
|
||||
},
|
||||
// Lesser than minimum number of disks < 6.
|
||||
{
|
||||
disks[0:5],
|
||||
disks[0:3],
|
||||
errXLMinDisks,
|
||||
},
|
||||
// Odd number of disks, not divisible by '2'.
|
||||
|
||||
Reference in New Issue
Block a user