From 6ded04800ca98f01c460c544939cde7f1c195574 Mon Sep 17 00:00:00 2001
From: godp21 <godp21@inf.ufpr.br>
Date: Thu, 20 Apr 2023 10:34:14 -0300
Subject: [PATCH] removed readme and added roadmpe to ZFS-RAIDS.md

---
 README.MD    | 6 ------
 ZFS-RAIDs.md | 7 +++++++
 2 files changed, 7 insertions(+), 6 deletions(-)
 delete mode 100644 README.MD

diff --git a/README.MD b/README.MD
deleted file mode 100644
index ec67e8d..0000000
--- a/README.MD
+++ /dev/null
@@ -1,6 +0,0 @@
-# ROADMAP
-[x] RAID{10,1,6,10}
-[] RAID implementations in ZFS
-[] Cache systems in ZFS
-___
-[] ZFS for DB or lvm+ext4
diff --git a/ZFS-RAIDs.md b/ZFS-RAIDs.md
index e922bfc..c2d0911 100644
--- a/ZFS-RAIDs.md
+++ b/ZFS-RAIDs.md
@@ -1,6 +1,13 @@
 # Useful RAIDs with ZFS
 **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:
 **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).
-- 
GitLab