24007 & 49152) Gluster
## ------------------| List avilable volumes
sudo apt install glusterfs-server
sudo gluster --remote-host=<IP> volume info
sudo gluster --remote-host=<IP> volume list
## If you see auth.allow: * , that means that volume has no restrictions
## ------------------| Mount volumes
sudo mkdir /mnt/new
sudo mount -t glusterfs <IP>:/volume_name /mnt/new
## If mount fail;check log files
## ------------------| Log file
cat /var/log/glusterfs/cli.log
sudo cat /var/log/glusterfs/mnt-new.log
Last updated