From 30a6805830f1d3f42ec8ce554356ad8f2809d02f Mon Sep 17 00:00:00 2001 From: Robin Naundorf Date: Sun, 7 Aug 2016 16:10:08 +0200 Subject: [PATCH] Add missing parenthesis Add a missing paranthesis TrivialFix Change-Id: Ic6a9bee6f7022ea81c25d7e5442075fe4ff8f890 --- doc/source/draft/admin-guide/prepare_lab.rst | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/source/draft/admin-guide/prepare_lab.rst b/doc/source/draft/admin-guide/prepare_lab.rst index d9000b58..69a5cec0 100644 --- a/doc/source/draft/admin-guide/prepare_lab.rst +++ b/doc/source/draft/admin-guide/prepare_lab.rst @@ -92,19 +92,19 @@ Install all the requirements on CentOS by running:: Lab Requirements ---------------- -+------------+--------------------------------+----------------------+ -| Criteria | Minimal | Recommended | -+============+================================+======================+ -| CPU | 4 core @ 2.4 GHz | 24 core @ 2.67 GHz | -+------------+--------------------------------+----------------------+ -| RAM | 8 GB | 24 GB or more | -+------------+--------------------------------+----------------------+ -| HDD | 2 x 500 GB (7200 rpm) | 4 x 500 GB (7200 rpm | -+------------+--------------------------------+----------------------+ -| RAID | Software RAID-1 (use mdadm as | Hardware RAID-10 | -| | it will improve read | | -| | performance almost two times) | | -+------------+--------------------------------+----------------------+ ++------------+--------------------------------+-----------------------+ +| Criteria | Minimal | Recommended | ++============+================================+=======================+ +| CPU | 4 core @ 2.4 GHz | 24 core @ 2.67 GHz | ++------------+--------------------------------+-----------------------+ +| RAM | 8 GB | 24 GB or more | ++------------+--------------------------------+-----------------------+ +| HDD | 2 x 500 GB (7200 rpm) | 4 x 500 GB (7200 rpm) | ++------------+--------------------------------+-----------------------+ +| RAID | Software RAID-1 (use mdadm as | Hardware RAID-10 | +| | it will improve read | | +| | performance almost two times) | | ++------------+--------------------------------+-----------------------+ `Table: Hardware requirements`