How To Install ceph-osd on Fedora 36

In this tutorial we learn how to install ceph-osd in Fedora 36. ceph-osd is Ceph Object Storage Daemon

Introduction

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

What is ceph-osd

ceph-osd is the object storage daemon for the Ceph distributed file system. It is responsible for storing objects on a local file system and providing access to them over the network.

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

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

sudo dnf -y install ceph-osd

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

sudo yum -y install ceph-osd

How To Uninstall ceph-osd on Fedora 36

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

sudo dnf remove ceph-osd

ceph-osd Package Contents on Fedora 36

/usr/bin/ceph-bluestore-tool
/usr/bin/ceph-clsinfo
/usr/bin/ceph-erasure-code-tool
/usr/bin/ceph-objectstore-tool
/usr/bin/ceph-osd
/usr/bin/ceph-osdomap-tool
/usr/lib/.build-id
/usr/lib/.build-id/26/914d119682e5fc8060073f64a0b65f7298ba21
/usr/lib/.build-id/37
/usr/lib/.build-id/37/ed9c0843cebde6eca7be14d6e1645adab8178d
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/26f222573329c793be19274a93fef5ed33683d
/usr/lib/.build-id/db
/usr/lib/.build-id/db/6428b3a15d002b253ba50a028edd7f42eabd39
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/d38c4374d503066108a0da01cc1c65eeed3af8
/usr/lib/sysctl.d/90-ceph-osd.conf
/usr/lib/systemd/system/ceph-osd.target
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/[email protected]
/usr/libexec/ceph/ceph-osd-prestart.sh
/usr/sbin/ceph-volume
/usr/sbin/ceph-volume-systemd
/usr/share/man/man8/ceph-bluestore-tool.8.gz
/usr/share/man/man8/ceph-clsinfo.8.gz
/usr/share/man/man8/ceph-osd.8.gz
/usr/share/man/man8/ceph-volume-systemd.8.gz
/usr/share/man/man8/ceph-volume.8.gz
/var/lib/ceph/osd

References

Summary

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