GlusterFS 5.0 : Clients' Settings2018/11/02 |
It's the settings for GlusterFS clients to mount GlusterFS volumes.
|
|
[1] | For mounting with GlusterFS Native Client, Configure like follows. |
[root@client ~]#
dnf -y install glusterfs glusterfs-fuse
# for example, mount [vol_distributed] volume on /mnt [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 820K 2.0G 1% /run tmpfs tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup /dev/mapper/fedora-root xfs 15G 1.7G 14G 11% / tmpfs tmpfs 2.0G 4.0K 2.0G 1% /tmp /dev/vda1 ext4 976M 126M 784M 14% /boot tmpfs tmpfs 395M 0 395M 0% /run/user/0 node01.srv.world:/vol_distributed fuse.glusterfs 30G 3.6G 27G 12% /mnt |
Sponsored Link |