GlusterFS : Client Setting2018/06/22 |
It's the settings for GlusterFS clients to mount GlusterFS volumes with GlusterFS Native.
If you'd like to mount volumes with NFS protocol, refer to here. |
|
[1] | For mounting with GlusterFS Native Client, Configure like follows. |
root@client:~#
apt -y install glusterfs-client # 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 udev devtmpfs 1.9G 0 1.9G 0% /dev tmpfs tmpfs 395M 608K 394M 1% /run /dev/mapper/ubuntu--vg-root ext4 29G 1.9G 26G 7% / 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 tmpfs tmpfs 395M 0 395M 0% /run/user/0 node01.srv.world:/vol_distributed fuse.glusterfs 57G 4.4G 51G 8% /mnt |
Sponsored Link |