- Understanding Erasure Coding Offload
Hardware Offload
Using Mellanox
https://community.mellanox.com/docs/DOC-2414
- Erasure code introduction
Erasure Code is a theory started at 1960s. The most famous algorithm is the Reed-Solomon.
Erasure Codes usually defines the number of total disks (N) and the number of data disks (K), and it can tolerate N
RS (8, 5) can tolerate 3 arbitrary failures. If there’s some data chunks missing, then one could use the rest available data to restore the original content.
https://software.intel.com/en-us/blogs/2015/04/06/ceph-erasure-coding-introduction
No comments:
Post a Comment