1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 21:14:14 -04:00
Harshavardhana ba7a55c321 xl: ReedSolomon code fix small file erasure bug. ()
For files less than 'dataBlocks', erasure encoding would fail
with short data due to a bug in the implementation itself.

Relax the error return, even a single byte can be properly
erasure coded without issues.

Fixes 
2016-05-01 15:30:40 -07:00
..