From 86c34114d8b3a8956d792e9f4dddbfd4d44c4894 Mon Sep 17 00:00:00 2001 From: Arne Wiebalck <Arne.Wiebalck@cern.ch> Date: Mon, 29 Mar 2021 09:35:29 +0200 Subject: [PATCH] [doc] Update available software RAID levels. The initial RAID levels have been extended by levels 5 and 6. Update the documentation to reflect this. Change-Id: Ifd7eb9d836b6fbf0a08648654ef2080b9717be83 --- doc/source/admin/raid.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/raid.rst b/doc/source/admin/raid.rst index 06a7c3f276..cdee7f09fa 100644 --- a/doc/source/admin/raid.rst +++ b/doc/source/admin/raid.rst @@ -367,8 +367,8 @@ There are certain limitations to be aware of: * The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first - one has to be a RAID-1, while the RAID level for the second one can - 0, 1, or 1+0. As the first RAID device will be the deployment device, + one has to be a RAID-1, while the RAID level for the second one can be + 0, 1, 1+0, 5, or 6. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting node in case of a disk failure.