From ad1717e9f5542f2159ae36a32724cd1710b8a202 Mon Sep 17 00:00:00 2001
From: godp21 <godp21@inf.ufpr.br>
Date: Mon, 24 Apr 2023 10:26:16 -0300
Subject: [PATCH] identation test

---
 ZFS-RAIDs.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ZFS-RAIDs.md b/ZFS-RAIDs.md
index 69896f6..4e296a5 100644
--- a/ZFS-RAIDs.md
+++ b/ZFS-RAIDs.md
@@ -75,5 +75,7 @@ It's important to know that a RAID0 and RAID1 requires at least two disks, and a
 
 ## Cache in ZFS
 ### Read caching:
-- ARC (**A**daptive **R**placement **C**ache) |=| Simple RAM cache.
-- L2ARC (**L**evel **2** **ARC**) |=| Adds SSDs in cache flow so oldest data removed from RAM gets on a faster device than hard drives.
+- ARC (**A**daptive **R**placement **C**ache)
+Simple RAM cache.
+- L2ARC (**L**evel **2** **ARC**)
+Adds SSDs in cache flow so oldest data removed from RAM gets on a faster device than hard drives.
-- 
GitLab