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:
Harshavardhana
2016-07-19 19:24:32 -07:00
committed by Anand Babu (AB) Periasamy
parent f67c930731
commit cef26fd6ea
10 changed files with 95 additions and 164 deletions
+1 -1
View File
@@ -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'.