CentOS 8
Sponsored Link

GlusterFS 6 : GlusterFS Client2019/10/08

 
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 ~]#
wget https://download.gluster.org/pub/gluster/glusterfs/6/LATEST/CentOS/glusterfs-rhel8.repo -P /etc/yum.repos.d/
[root@client ~]#
dnf -y install glusterfs glusterfs-fuse
# OK to specify any target 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
devtmpfs                          devtmpfs        2.0G     0  2.0G   0% /dev
tmpfs                             tmpfs           2.0G     0  2.0G   0% /dev/shm
tmpfs                             tmpfs           2.0G  8.5M  2.0G   1% /run
tmpfs                             tmpfs           2.0G     0  2.0G   0% /sys/fs/cgroup
/dev/mapper/cl-root               xfs              26G  1.8G   25G   7% /
/dev/vda1                         ext4            976M  113M  797M  13% /boot
tmpfs                             tmpfs           395M     0  395M   0% /run/user/0
node01.srv.world:/vol_distributed fuse.glusterfs   52G  4.2G   48G   8% /mnt
Matched Content