From 92e62ce738a711ebd970af5796d86ae7aa2b2208 Mon Sep 17 00:00:00 2001 From: Arshad Hussain Date: Wed, 21 Apr 2021 13:55:31 +0530 Subject: [PATCH] LUDOC-394 manual: Add meaningful ref names under ConfiguringStorage.xml This patch adds meaningful and proper reference name under file ConfiguringStorage.xml Signed-off-by: Arshad Hussain Change-Id: I435054a87d86f9411b83b011f662a872467165bb Reviewed-on: https://review.whamcloud.com/43434 Tested-by: jenkins Reviewed-by: Andreas Dilger --- ConfiguringStorage.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ConfiguringStorage.xml b/ConfiguringStorage.xml index b13f0dc..ea2c3d0 100644 --- a/ConfiguringStorage.xml +++ b/ConfiguringStorage.xml @@ -7,17 +7,17 @@ - + - + - + @@ -27,7 +27,7 @@ - + @@ -36,7 +36,7 @@ be configured with hardware RAID. The Lustre software does not support redundancy at the file system level and RAID is required to protect against disk failure. -
+
<indexterm><primary>storage</primary><secondary>configuring</secondary></indexterm> Selecting Storage for the MDT and OSTs @@ -58,12 +58,12 @@ To maximize performance for small I/O request sizes, storage configured as RAID 1+0 can yield much better results but will increase cost or reduce capacity.
-
+
<indexterm><primary>storage</primary><secondary>configuring</secondary><tertiary>for best practice</tertiary></indexterm>Reliability Best Practices RAID monitoring software is recommended to quickly detect faulty disks and allow them to be replaced to avoid double failures and data loss. Hot spare disks are recommended so that rebuilds happen without delays. Backups of the metadata file systems are recommended. For details, see .
-
+
<indexterm><primary>storage</primary><secondary>performance tradeoffs</secondary></indexterm>Performance Tradeoffs A writeback cache in a RAID storage controller can dramatically increase write performance on many types of RAID arrays if the writes @@ -179,7 +179,7 @@
-
+
<indexterm><primary>storage</primary><secondary>configuring</secondary><tertiary>SAN</tertiary></indexterm>Connecting a SAN to a Lustre File System Depending on your cluster size and workload, you may want to connect a SAN to a Lustre file system. Before making this connection, consider the following: -- 1.8.3.1