VMware

Deploying Ceph Storage Cluster using Cephadm

The Ceph Storage Cluster is the foundation for all Ceph deployments. Based upon RADOS, Ceph Storage Clusters consist of several types of daemons:

  1. a Ceph OSD Daemon (OSD) stores data as objects on a storage node
  2. a Ceph Monitor (MON) maintains a master copy of the cluster map.
  3. a Ceph Manager manager daemon

A Ceph Storage Cluster might contain thousands of storage nodes. A minimal system has at least one Ceph Monitor and two Ceph OSD Daemons for data replication.

The Ceph File System, Ceph Object Storage and Ceph Block Devices read data from and write data to the Ceph Storage Cluster.

Ceph Hardware Recommendation – https://docs.ceph.com/en/quincy/start/hardware-recommendations/

My Deployment Environment: –

OS – CentOS9 Stream

The number of disks – 1 For OS,3 For Ceph OSDS.

Deployment Steps: –

Create DNS Records for Ceph VMs. Ceph0 – 172.90.0.30, ceph1-172.90.0.31, ceph2-172.90.0.32.

Configure Passwordless SSH.

copy or clone the script from the following Link – https://github.com/Dineshk1205/Ceph/blob/main/cephpreq.sh

Run the cephpreq.sh script on all Ceph nodes. (In the script update NTP Address according to your infra)

Copy OR clone the following ceph. bash script file – https://github.com/Dineshk1205/Ceph/blob/main/Ceph.sh

Run Script on first node ceph0 node only. (In Script Update Hostnames IPs and password according to your infra)

Once script execution is completed. Check Ceh dashboard

Dineshreddy Kayithi

Rooted in a solid academic foundation with a Bachelor's Degree in Information Technology, my career has been deeply entrenched in designing, deploying, and managing enterprise-grade infrastructure across virtualization, cloud-native, and containerized environments. Industry certifications from VMware, AWS, Microsoft, and Kubernetes validate my hands-on expertise in architecting scalable, resilient systems spanning hypervisors, public/hybrid cloud platforms, and container orchestration frameworks. I'm driven by a relentless pursuit of emerging technologies — translating them into production-ready solutions that solve complex operational challenges.

View Comments

Share
Published by
Dineshreddy Kayithi
Tags: Openstack

Recent Posts

Red Hat OpenShift VM Micro-segmentation Using MultiNetworkPolicy

OpenShift Virtualization allows virtual machines (VMs) to run natively on Kubernetes alongside container workloads. Using…

1 month ago

Red Hat OpenStack Services on OpenShift (RHOSO)

Red Hat OpenStack Services on OpenShift (RHOSO) provides the foundation to build a private or public…

2 months ago

Kubernetes Cluster Deployment

Kubernetes (often shortened to “K8s”) is an open-source system for automating the deployment, scaling, and…

2 months ago

Ceph cluster on a single machine

Ceph is an open-source, distributed storage platform that provides object, block, and file storage in…

2 months ago

vSphere to OpenShift VM Migration

Prerequisites Red Hat OpenShift cluster deployed and operational You can refer to my earlier post…

2 months ago

Installing OpenShift 4.21 in an air-gapped on-premises/BareMetal environment using Agent-based deployment

Agent-Based Installation The Agent-based installation method provides the flexibility to boot your on-premise servers in…

4 months ago