Configure GlusterFS Client to mount GlusterFS volumes.
[1] To mount with GlusterFS Native, Set like follows.
The example below shows to mount [vol_distributed] volume to [/mnt].
root@client:~# apt -y install glusterfs-client
# OK to specify any target nodes in cluster
root@client:~# mount -t glusterfs glus01.srv.local:/vol_distributed /mnt
root@client:~# df -hT
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 1.9G 0 1.9G 0% /dev
tmpfs tmpfs 394M 1.1M 393M 1% /run
/dev/mapper/ubuntu--vg-ubuntu--lv ext4 25G 3.0G 21G 13% /
tmpfs tmpfs 2.0G 0 2.0G 0% /dev/shm
tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
/dev/vda2 ext4 976M 197M 713M 22% /boot
/dev/loop0 squashfs 55M 55M 0 100% /snap/core18/1880
/dev/loop1 squashfs 55M 55M 0 100% /snap/core18/1754
/dev/loop2 squashfs 72M 72M 0 100% /snap/lxd/16100
/dev/loop3 squashfs 72M 72M 0 100% /snap/lxd/15675
/dev/loop4 squashfs 30M 30M 0 100% /snap/snapd/8542
/dev/loop5 squashfs 30M 30M 0 100% /snap/snapd/8140
tmpfs tmpfs 394M 0 394M 0% /run/user/0
glus01.srv.local:/vol_distributed fuse.glusterfs 50G 6.5G 42G 14% /mnt