Skip to content

Commit a01c443

Browse files
committed
Add ceph.md and Ceph information
Add a ceph.md page that links to the upstream Ceph documentation. Add a short blurb to docs/architecture/index.md explaining in fewer than fifty words what Ceph is. Fixes: #5 Signed-off-by: Zac Dover <[email protected]>
1 parent afce327 commit a01c443

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/architecture/ceph.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Ceph
3+
---
4+
5+
# Ceph
6+
Ceph is a clustered and distributed storage manager.
7+
8+
Ceph uniquely delivers object, block, and file storage in one unified system.
9+
Ceph is highly reliable, easy to manage, and free. Ceph delivers extraordinary
10+
scalability–thousands of clients accessing petabytes to exabytes of data. A
11+
Ceph Node leverages commodity hardware and intelligent daemons, and a Ceph
12+
Storage Cluster accommodates large numbers of nodes, which communicate with
13+
each other to replicate and redistribute data dynamically.
14+
15+
## Architecture
16+
The architecture of the Ceph cluster is explained on [the Architecture
17+
chapter of the upstream Ceph
18+
documentation](https://docs.ceph.com/en/latest/architecture/)

docs/architecture/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ CobaltCore is built on top of OpenStack and IronCore, leveraging their capabilit
1313
- **Greenhouse**: The monitoring and management tool that provides insights into the health and performance of the CobaltCore environment.
1414
- [**HA Service**](./cluster#ha-service): The high availability service that ensures critical workloads remain operational even in the event of failures.
1515
- [**Cortex**](./cortex): Smart initial placement and scheduling service for compute, storage, and network in cloud-native cloud environments.
16+
- [**Ceph**](./ceph): An all-in-one storage system that provides object, block, and file storage and delivers extraordinary scalability.

0 commit comments

Comments
 (0)