How To Install cephfs-mirror on Fedora 36
Introduction
In this tutorial we learn how to install cephfs-mirror
on Fedora 36.
What is cephfs-mirror
Daemon for mirroring CephFS snapshots between Ceph clusters.
We can use yum
or dnf
to install cephfs-mirror
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cephfs-mirror.
Install cephfs-mirror 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 cephfs-mirror
using dnf
by running the following command:
sudo dnf -y install cephfs-mirror
Install cephfs-mirror 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 cephfs-mirror
using yum
by running the following command:
sudo yum -y install cephfs-mirror
How To Uninstall cephfs-mirror on Fedora 36
To uninstall only the cephfs-mirror
package we can use the following command:
sudo dnf remove cephfs-mirror
cephfs-mirror Package Contents on Fedora 36
/usr/bin/cephfs-mirror
/usr/lib/.build-id
/usr/lib/.build-id/8c/513a9d6d9d916dd6f939362224c4ad67d672a8
/usr/lib/systemd/system/cephfs-mirror.target
/usr/lib/systemd/system/[email protected]
/usr/share/man/man8/cephfs-mirror.8.gz
References
Summary
In this tutorial we learn how to install cephfs-mirror
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).