mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
Signed-off-by: John Wilkins <john.wilkins@dreamhost.com> Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
46 lines
2.8 KiB
ReStructuredText
46 lines
2.8 KiB
ReStructuredText
=====================
|
|
Hardware Requirements
|
|
=====================
|
|
Ceph OSDs run on commodity hardware and a Linux operating system over a TCP/IP network. OSD hosts
|
|
should have ample data storage in the form of one or more hard drives or a Redundant Array of
|
|
Independent Devices (RAIDs).
|
|
|
|
<Need More Info>
|
|
|
|
Discussing the hardware requirements for each daemon,
|
|
the tradeoffs of doing one ceph-osd per machine versus one per disk,
|
|
and hardware-related configuration options like journaling locations.
|
|
|
|
+--------------+----------------+------------------------------------+
|
|
| Process | Criteria | Minimum Requirement |
|
|
+==============+================+====================================+
|
|
| ``ceph-osd`` | Processor | 64-bit x86; x-cores; 2MB Ln Cache |
|
|
| +----------------+------------------------------------+
|
|
| | RAM | 12 GB |
|
|
| +----------------+------------------------------------+
|
|
| | Disk Space | 30 GB |
|
|
| +----------------+------------------------------------+
|
|
| | Volume Storage | 2-4TB SATA Drives |
|
|
| +----------------+------------------------------------+
|
|
| | Network | 2-1GB Ethernet NICs |
|
|
+--------------+----------------+------------------------------------+
|
|
| ``ceph-mon`` | Processor | 64-bit x86; x-cores; 2MB Ln Cache |
|
|
| +----------------+------------------------------------+
|
|
| | RAM | 12 GB |
|
|
| +----------------+------------------------------------+
|
|
| | Disk Space | 30 GB |
|
|
| +----------------+------------------------------------+
|
|
| | Volume Storage | 2-4TB SATA Drives |
|
|
| +----------------+------------------------------------+
|
|
| | Network | 2-1GB Ethernet NICs |
|
|
+--------------+----------------+------------------------------------+
|
|
| ``ceph-mds`` | Processor | 64-bit x86; x-cores; 2MB Ln Cache |
|
|
| +----------------+------------------------------------+
|
|
| | RAM | 12 GB |
|
|
| +----------------+------------------------------------+
|
|
| | Disk Space | 30 GB |
|
|
| +----------------+------------------------------------+
|
|
| | Volume Storage | 2-4TB SATA Drives |
|
|
| +----------------+------------------------------------+
|
|
| | Network | 2-1GB Ethernet NICs |
|
|
+--------------+----------------+------------------------------------+ |