From a7e424df0f698c3823be42ba2b49bac6f255756d Mon Sep 17 00:00:00 2001 From: godp21 <godp21@inf.ufpr.br> Date: Mon, 24 Apr 2023 10:27:06 -0300 Subject: [PATCH] identation tests again lol i cant use an online editor --- ZFS-RAIDs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ZFS-RAIDs.md b/ZFS-RAIDs.md index 4e296a5..d0db45b 100644 --- a/ZFS-RAIDs.md +++ b/ZFS-RAIDs.md @@ -76,6 +76,8 @@ 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. -- GitLab