Skip to content
Snippets Groups Projects
Commit 6ded0480 authored by Guiusepe's avatar Guiusepe
Browse files

removed readme and added roadmpe to ZFS-RAIDS.md

parent e2710079
No related branches found
No related tags found
No related merge requests found
# ROADMAP
[x] RAID{10,1,6,10}
[] RAID implementations in ZFS
[] Cache systems in ZFS
___
[] ZFS for DB or lvm+ext4
# Useful RAIDs with ZFS # Useful RAIDs with ZFS
**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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment