How To Install ceph-resource-agents on Fedora 36

In this tutorial we learn how to install ceph-resource-agents in Fedora 36. ceph-resource-agents is OCF-compliant resource agents for Ceph daemons

Introduction

In this tutorial we learn how to install ceph-resource-agents on Fedora 36.

What is ceph-resource-agents

Resource agents for monitoring and managing Ceph daemons under Open Cluster Framework (OCF) compliant resource managers such as Pacemaker.

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

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

sudo dnf -y install ceph-resource-agents

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

sudo yum -y install ceph-resource-agents

How To Uninstall ceph-resource-agents on Fedora 36

To uninstall only the ceph-resource-agents package we can use the following command:

sudo dnf remove ceph-resource-agents

ceph-resource-agents Package Contents on Fedora 36

/usr/lib/ocf
/usr/lib/ocf/resource.d
/usr/lib/ocf/resource.d/ceph
/usr/lib/ocf/resource.d/ceph/rbd

References

Summary

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