From 04268535a69ced7b4e1037a1cfdbe651bf2992f0 Mon Sep 17 00:00:00 2001 From: Djeex Date: Sun, 30 Aug 2026 17:04:48 +0200 Subject: [PATCH] Close a warning admonition swallowing the rest of raid.md --- content/en/2.general/2.storage/1.raid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/2.general/2.storage/1.raid.md b/content/en/2.general/2.storage/1.raid.md index ebe9140..f174ded 100644 --- a/content/en/2.general/2.storage/1.raid.md +++ b/content/en/2.general/2.storage/1.raid.md @@ -25,7 +25,8 @@ There are several types of RAID, each offering its own pros and cons. In general ::warning - - RAID is not a backup system but a service continuity system! It only allows hot-swapping of drives without interrupting your server or restoring from backup. You still need an external backup system. +RAID is not a backup system but a service continuity system! It only allows hot-swapping of drives without interrupting your server or restoring from backup. You still need an external backup system. +:: ### No RAID --- @@ -111,4 +112,3 @@ Use RAID 6 in similar situations as RAID 5, especially with 6 or more disks. Mor ## Software RAID (coming soon) -::