Debian 10 Buster
Sponsored Link

GlusterFS : GlusterFS Client2019/07/17

 
Configure Clients to mount GlusterFS Volumes with GlusterFS Native.
If you'd like to mount with NFS, refer to here.
[1] Install GlusterFS Client and mount GlusterFS Volumes like follows.
For example, mount [vol_distributed] volume to [/mnt].
root@client:~#
apt -y install glusterfs-client
# OK to specify any Nodes in Cluster

root@client:~#
mount -t glusterfs node01.srv.world:/vol_distributed /mnt

root@client:~#
df -hT

Filesystem                        Type            Size  Used Avail Use% Mounted on
udev                              devtmpfs        2.0G     0  2.0G   0% /dev
tmpfs                             tmpfs           395M   11M  385M   3% /run
/dev/mapper/debian--vg-root       ext4             26G  1.2G   23G   5% /
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/vda1                         ext2            236M   48M  176M  22% /boot
tmpfs                             tmpfs           395M     0  395M   0% /run/user/0
node01.srv.world:/vol_distributed fuse.glusterfs   51G  2.8G   46G   6% /mnt
Matched Content