Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Gluster | 24007, 49152

## ------------------| 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