Install and peer glusterFS on ubuntu 20.04
Install software-properties-common:
apt install software-properties-common
Then add the community GlusterFS PPA:
add-apt-repository ppa:gluster/glusterfs-7
Update ubuntu repo
sudo apt update
Finally, install the packages:
apt install glusterfs-server
Note: Packages exist for Ubuntu 16.04 LTS, 18.04 LTS, 20.04 LTS, 20.10, 21.04
enable glusterfs daemon on startup
systemctl enable glusterd.service
Check glusterfs daemon
systemctl status glusterd.service
Peer Gluster server node
sudo gluster peer probe {{ip_address}}
check peer status
sudo gluster peer status