Created
August 31, 2020 07:50
-
-
Save just1689/5e2da9468cf4600cf9364e89aec68179 to your computer and use it in GitHub Desktop.
install GlusterFS on Ubuntu 18.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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