Documentation

Managed Ceph Documentation

Everything you need to know about setting up and managing your Ceph storage infrastructure.

Quick Start Guide

1. Create Your Cluster

Getting started with Managed Ceph is simple. Follow these steps to create your first cluster:

# Initialize a new cluster
ceph-manager init --name my-cluster --nodes 3

# Configure storage pools
ceph-manager pool create --name data --size 100G
ceph-manager pool create --name backup --size 200G

2. Configure Access

Set up access credentials and configure your client applications:

# Generate access keys
ceph-manager keys create --name app-1

# Configure client access
ceph-manager client configure --name app-1 --pool data

3. Monitor Your Cluster

Access your monitoring dashboard and set up alerts:

# Enable monitoring
ceph-manager monitoring enable

# Configure alerts
ceph-manager alerts configure --threshold 80

Architecture Overview

Managed Ceph is built on a distributed architecture that ensures high availability and scalability:

Managed Ceph Architecture Diagram

Key Components

  • Monitor Nodes: Maintain cluster state and consensus
  • OSD Nodes: Handle data storage and replication
  • Manager Nodes: Provide additional monitoring and interface
  • Client Interface: APIs and tools for cluster interaction

System Requirements

Component Minimum Recommended
CPU 4 cores 8+ cores
Memory 16GB RAM 32GB+ RAM
Storage 100GB SSD 500GB+ NVMe
Network 1 Gbps 10 Gbps

Storage Types

Block Storage

Perfect for databases and virtual machines. Provides raw block device access with:

  • High performance
  • Direct device access
  • Snapshot support

Object Storage

Ideal for cloud-native applications. Features include:

  • S3 compatibility
  • Custom metadata
  • Lifecycle policies

File Storage

Traditional file system access with:

  • POSIX compliance
  • Directory hierarchy
  • Access control

Monitoring & Alerts

Metrics Collection

Our monitoring system collects comprehensive metrics about your cluster:

  • Performance metrics (IOPS, latency, throughput)
  • Capacity utilization
  • Hardware health
  • Network statistics

Alert Configuration

# Configure performance alerts
ceph-manager alerts set --type performance --threshold 90

# Set up capacity alerts
ceph-manager alerts set --type capacity --threshold 80

# Configure custom alerts
ceph-manager alerts custom --name "high-latency" --condition "latency > 100ms"

Need Help?

Our support team is available 24/7 to assist you with any questions or issues.