Debian 10 - Install GlusterFS 8
This tutorial is only for showing how to install a particular version of GlusterFS on a particular distro. If you wish to know how to deploy a cluster, please refer to "Deploying a GlusterFS Cluster".
Steps
Run the following command chain to install GlusterFS to your Debian 10 server.
echo "Installing Glusterfs 8 server..." \
&& sudo apt-get install gnupg2 -y \
&& sudo wget -O - http://download.gluster.org/pub/gluster/glusterfs/8/rsa.pub | sudo apt-key add - \
&& sudo echo deb https://download.gluster.org/pub/gluster/glusterfs/8/LATEST/Debian/10/amd64/apt buster main | sudo tee /etc/apt/sources.list.d/gluster.list \
&& sudo apt update \
&& sudo apt install glusterfs-server -y
Last updated: 20th June 2021
First published: 20th June 2021
First published: 20th June 2021