diff --git a/docs/architecture/ceph.md b/docs/architecture/ceph.md new file mode 100644 index 0000000..e66e915 --- /dev/null +++ b/docs/architecture/ceph.md @@ -0,0 +1,18 @@ +--- +title: Ceph +--- + +# Ceph +Ceph is a clustered and distributed storage manager. + +Ceph uniquely delivers object, block, and file storage in one unified system. +Ceph is highly reliable, easy to manage, and free. Ceph delivers extraordinary +scalability–thousands of clients accessing petabytes to exabytes of data. A +Ceph Node leverages commodity hardware and intelligent daemons, and a Ceph +Storage Cluster accommodates large numbers of nodes, which communicate with +each other to replicate and redistribute data dynamically. + +## Architecture +The architecture of the Ceph cluster is explained on [the Architecture +chapter of the upstream Ceph +documentation](https://docs.ceph.com/en/latest/architecture/) diff --git a/docs/architecture/index.md b/docs/architecture/index.md index 5cd30a0..5d44602 100644 --- a/docs/architecture/index.md +++ b/docs/architecture/index.md @@ -13,3 +13,4 @@ CobaltCore is built on top of OpenStack and IronCore, leveraging their capabilit - **Greenhouse**: The monitoring and management tool that provides insights into the health and performance of the CobaltCore environment. - [**HA Service**](./cluster#ha-service): The high availability service that ensures critical workloads remain operational even in the event of failures. - [**Cortex**](./cortex): Smart initial placement and scheduling service for compute, storage, and network in cloud-native cloud environments. +- [**Ceph**](./ceph): An all-in-one storage system that provides object, block, and file storage and delivers extraordinary scalability.