Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.docusaurus
.DS_Store
29 changes: 15 additions & 14 deletions docs/guides/concept-guide/components/ceph.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# Ceph

Ceph is an Open Source software defined storage platform designed to provide highly scalable
object, block and file-based storage in a unified system. Designed for flexibility,
Ceph integrates seamlessly with cloud infrastructures like OpenStack and supports
diverse workloads with robust, self-healing and self-managing capabilities.
Ceph is an open source software-defined storage solution designed to address the block, file and object storage needs of modern enterprises. It can provide Ceph Object Storage to Cloud Platforms and can also be used to provide Ceph Block Device services to Cloud Platforms.

Designed for flexibility, Ceph integrates seamlessly with cloud infrastructures like OpenStack and supports diverse workloads with robust, durable, self-healing and self managing capabilities - creating a system that is engineered for recovery and autonomous operations.

Key benefits of Ceph include:

* Scalability: Ceph is designed to scale from terabytes to exabytes, easily meeting
the needs of small businesses to large enterprises.
* Resilience: With built-in redundancy and data replication, Ceph ensures data
integrity and availability even in the face of hardware failures.
* High performance: Using a distributed architecture, Ceph delivers high throughput
and low latency, making it ideal for high-demand workloads.
* Cost-effective: As open source, Ceph eliminates licensing costs and its ability to
run on commodity hardware reduces CapEx.
* Versatility: Ceph supports a variety of storage types - object, block and file -
on a single platform, simplifying storage management and reducing operational complexity.
- **Scalability**: Ceph is designed to scale from terabytes to exabytes, easily meeting
the needs of small businesses to large enterprises.
- **Resilience**: With built-in redundancy and data replication, Ceph ensures data
integrity and availability even in the face of hardware failures.
- **High performance**: Using a distributed architecture, Ceph delivers high throughput
and low latency, making it ideal for high-demand workloads.
- **Cost-effective**: As open source, Ceph eliminates licensing costs and its ability to
run on commodity hardware reduces CapEx.
- **Versatility**: Ceph supports a variety of storage types - object, block and file -
on a single platform, simplifying storage management and reducing operational complexity.

## Lifecycle Management of Ceph in OSISM

![Ceph Lifecycle starts with the initial provisioning and deployement of the system. After that configuration of Ceph takes place, whith automated adjustments where needed. Ceph runs smoothly at this point. Maintenance with self healing recovering modes, as well as upgrades and patches with automated and controlled restarts, run whenever necessary.](./images/ceph-lifecycle.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading