Skip to content

Instantly share code, notes, and snippets.

@just1689
Created August 31, 2020 07:50
Show Gist options
  • Save just1689/5e2da9468cf4600cf9364e89aec68179 to your computer and use it in GitHub Desktop.
Save just1689/5e2da9468cf4600cf9364e89aec68179 to your computer and use it in GitHub Desktop.
install GlusterFS on Ubuntu 18.04
wget -O - https://download.gluster.org/pub/gluster/glusterfs/7/rsa.pub | sudo apt-key add -
sudo add-apt-repository ppa:gluster/glusterfs-7
sudo apt install glusterfs-server -y
sudo systemctl start glusterd
sudo systemctl status glusterd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment