Update doc with information about disks configuration

Change-Id: I01f03c038e49e99fb593c1ecf7d1875e9e32ddf9
This commit is contained in:
Evgeny L 2018-12-19 19:25:20 +00:00
parent 6d6a598945
commit 512d3abfcc
1 changed files with 9 additions and 7 deletions

View File

@ -108,17 +108,19 @@ Hardware Prep
Disk Disk
~~~~ ~~~~
1. Control plane server disks: 1. For servers that are in the control plane (including Genesis):
- Two-disk RAID-1 mirror for operating system - Two-disk RAID-1: Operating System
- Two-disk RAID-1 mirror for ceph journals - preferentially SSDs - Two disks JBOD: Ceph Journal/Meta
- Remaining disks as JBOD for Ceph - Remaining disks JBOD: Ceph OSD
2. Data plane server disks: 2. For servers that are in the tenant data plane (compute nodes):
- Two-disk RAID-1 mirror for operating system - Two-disk RAID-1: Operating System
- Two disks JBOD: Ceph Journal/Meta
- Two disks JBOD: Ceph OSD
- Remaining disks need to be configured according to the host profile target - Remaining disks need to be configured according to the host profile target
for each given server (e.g., RAID-10). for each given server (e.g. RAID-10 for OpenStack Ephemeral).
BIOS and IPMI BIOS and IPMI
~~~~~~~~~~~~~ ~~~~~~~~~~~~~