Ceph - Adopt Ceph-ansible Cluster by Cephadm

Posted on February 29, 2024

Cephadm is is the new official Ceph installer, which is more recommended. If you have a ceph cluster deployed by ceph-ansible, and wish to convert it to Cephadm-managed cluster, ceph-ansible provides to a playbook cephadm-adopt.yml to adopt the cluster by cephadm.

Read more · 4 min read

Ceph - Easy Deployment by ceph-ansible

Posted on February 21, 2024

I used ceph-ansible to deploy several Ceph 15 (octopus) and Ceph 17 (quincy) environments on Ubuntu 22.04 and Rocky 8 in the past, which worked well after some code changes. Recently I successfully deployed a Ceph 18 (reef) environment on Ubuntu 22.04 using ceph-ansible (again!). Overall it worked pretty well. I am sharing my steps in this article.

Read more · 5 min read