Add missing parenthesis

Add a missing paranthesis

TrivialFix

Change-Id: Ic6a9bee6f7022ea81c25d7e5442075fe4ff8f890
This commit is contained in:
Robin Naundorf 2016-08-07 16:10:08 +02:00
parent 89ae1f9315
commit 30a6805830
1 changed files with 13 additions and 13 deletions

View File

@ -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`