**R**edundant **A**rray of **I**ndependent **D**isks
**R**edundant **A**rray of **I**ndependent **D**isks
## ROADMAP
- [x] RAID{10,1,6,10}
- [] RAID implementations in ZFS
- [] Cache systems in ZFS
___
- [] ZFS for DB or lvm+ext4
## Some recorrent terms when defining a RAID system:
## Some recorrent terms when defining a RAID system:
**PARITY**
**PARITY**
: Refers to *parity bit*, it's a bit added to a string that says if the sum of bits in the string is even/odd, it's a simple form of error checking. Commonly the parity bit is added in the end of each byte (8 bits).
: Refers to *parity bit*, it's a bit added to a string that says if the sum of bits in the string is even/odd, it's a simple form of error checking. Commonly the parity bit is added in the end of each byte (8 bits).