How To Install ceph-mgr-cephadm on Fedora 36

In this tutorial we learn how to install ceph-mgr-cephadm in Fedora 36. ceph-mgr-cephadm is Ceph Manager module for cephadm-based orchestration

Introduction

In this tutorial we learn how to install ceph-mgr-cephadm on Fedora 36.

What is ceph-mgr-cephadm

ceph-mgr-cephadm is a ceph-mgr module for orchestration functions using the integrated cephadm deployment tool management operations.

We can use yum or dnf to install ceph-mgr-cephadm on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ceph-mgr-cephadm.

Install ceph-mgr-cephadm on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ceph-mgr-cephadm using dnf by running the following command:

sudo dnf -y install ceph-mgr-cephadm

Install ceph-mgr-cephadm on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ceph-mgr-cephadm using yum by running the following command:

sudo yum -y install ceph-mgr-cephadm

How To Uninstall ceph-mgr-cephadm on Fedora 36

To uninstall only the ceph-mgr-cephadm package we can use the following command:

sudo dnf remove ceph-mgr-cephadm

ceph-mgr-cephadm Package Contents on Fedora 36

/usr/share/ceph/mgr/cephadm
/usr/share/ceph/mgr/cephadm/HACKING.rst
/usr/share/ceph/mgr/cephadm/Vagrantfile
/usr/share/ceph/mgr/cephadm/__init__.py
/usr/share/ceph/mgr/cephadm/autotune.py
/usr/share/ceph/mgr/cephadm/ceph.repo
/usr/share/ceph/mgr/cephadm/configchecks.py
/usr/share/ceph/mgr/cephadm/inventory.py
/usr/share/ceph/mgr/cephadm/migrations.py
/usr/share/ceph/mgr/cephadm/module.py
/usr/share/ceph/mgr/cephadm/registry.py
/usr/share/ceph/mgr/cephadm/remotes.py
/usr/share/ceph/mgr/cephadm/schedule.py
/usr/share/ceph/mgr/cephadm/serve.py
/usr/share/ceph/mgr/cephadm/services
/usr/share/ceph/mgr/cephadm/services/__init__.py
/usr/share/ceph/mgr/cephadm/services/cephadmservice.py
/usr/share/ceph/mgr/cephadm/services/container.py
/usr/share/ceph/mgr/cephadm/services/exporter.py
/usr/share/ceph/mgr/cephadm/services/ingress.py
/usr/share/ceph/mgr/cephadm/services/iscsi.py
/usr/share/ceph/mgr/cephadm/services/monitoring.py
/usr/share/ceph/mgr/cephadm/services/nfs.py
/usr/share/ceph/mgr/cephadm/services/osd.py
/usr/share/ceph/mgr/cephadm/template.py
/usr/share/ceph/mgr/cephadm/templates
/usr/share/ceph/mgr/cephadm/templates/blink_device_light_cmd.j2
/usr/share/ceph/mgr/cephadm/templates/services
/usr/share/ceph/mgr/cephadm/templates/services/alertmanager
/usr/share/ceph/mgr/cephadm/templates/services/alertmanager/alertmanager.yml.j2
/usr/share/ceph/mgr/cephadm/templates/services/grafana
/usr/share/ceph/mgr/cephadm/templates/services/grafana/ceph-dashboard.yml.j2
/usr/share/ceph/mgr/cephadm/templates/services/grafana/grafana.ini.j2
/usr/share/ceph/mgr/cephadm/templates/services/ingress
/usr/share/ceph/mgr/cephadm/templates/services/ingress/haproxy.cfg.j2
/usr/share/ceph/mgr/cephadm/templates/services/ingress/keepalived.conf.j2
/usr/share/ceph/mgr/cephadm/templates/services/iscsi
/usr/share/ceph/mgr/cephadm/templates/services/iscsi/iscsi-gateway.cfg.j2
/usr/share/ceph/mgr/cephadm/templates/services/nfs
/usr/share/ceph/mgr/cephadm/templates/services/nfs/ganesha.conf.j2
/usr/share/ceph/mgr/cephadm/templates/services/prometheus
/usr/share/ceph/mgr/cephadm/templates/services/prometheus/prometheus.yml.j2
/usr/share/ceph/mgr/cephadm/tests
/usr/share/ceph/mgr/cephadm/upgrade.py
/usr/share/ceph/mgr/cephadm/utils.py
/usr/share/ceph/mgr/cephadm/vagrant.config.example.json

References

Summary

In this tutorial we learn how to install ceph-mgr-cephadm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).