How To Install ceph-mgr-rook on Fedora 36

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

Introduction

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

What is ceph-mgr-rook

ceph-mgr-rook is a ceph-mgr module for orchestration functions using a Rook backend.

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

Install ceph-mgr-rook 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-rook using dnf by running the following command:

sudo dnf -y install ceph-mgr-rook

Install ceph-mgr-rook 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-rook using yum by running the following command:

sudo yum -y install ceph-mgr-rook

How To Uninstall ceph-mgr-rook on Fedora 36

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

sudo dnf remove ceph-mgr-rook

ceph-mgr-rook Package Contents on Fedora 36

/usr/share/ceph/mgr/rook
/usr/share/ceph/mgr/rook/__init__.py
/usr/share/ceph/mgr/rook/generate_rook_ceph_client.sh
/usr/share/ceph/mgr/rook/module.py
/usr/share/ceph/mgr/rook/rook_client
/usr/share/ceph/mgr/rook/rook_client/__init__.py
/usr/share/ceph/mgr/rook/rook_client/_helper.py
/usr/share/ceph/mgr/rook/rook_client/ceph
/usr/share/ceph/mgr/rook/rook_client/ceph/__init__.py
/usr/share/ceph/mgr/rook/rook_client/ceph/cephclient.py
/usr/share/ceph/mgr/rook/rook_client/ceph/cephcluster.py
/usr/share/ceph/mgr/rook/rook_client/ceph/cephfilesystem.py
/usr/share/ceph/mgr/rook/rook_client/ceph/cephnfs.py
/usr/share/ceph/mgr/rook/rook_client/ceph/cephobjectstore.py
/usr/share/ceph/mgr/rook/rook_cluster.py

References

Summary

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