How To Install nfs-ganesha-ceph on Fedora 36
Introduction
In this tutorial we learn how to install nfs-ganesha-ceph
on Fedora 36.
What is nfs-ganesha-ceph
This package contains a FSAL shared object to be used with NFS-Ganesha to support CephFS
We can use yum
or dnf
to install nfs-ganesha-ceph
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nfs-ganesha-ceph.
Install nfs-ganesha-ceph 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 nfs-ganesha-ceph
using dnf
by running the following command:
sudo dnf -y install nfs-ganesha-ceph
Install nfs-ganesha-ceph 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 nfs-ganesha-ceph
using yum
by running the following command:
sudo yum -y install nfs-ganesha-ceph
How To Uninstall nfs-ganesha-ceph on Fedora 36
To uninstall only the nfs-ganesha-ceph
package we can use the following command:
sudo dnf remove nfs-ganesha-ceph
nfs-ganesha-ceph Package Contents on Fedora 36
/etc/ganesha/ceph.conf
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/abb958a609978f4bd7d3717806596601a21c00
/usr/lib64/ganesha/libfsalceph.so
/usr/share/man/man8/ganesha-ceph-config.8.gz
References
Summary
In this tutorial we learn how to install nfs-ganesha-ceph
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).