GlusterFS : Client Setting2019/01/17 |
It's the settings for GlusterFS clients to mount GlusterFS volumes with GlusterFS Native.
|
|
[1] | For mounting with GlusterFS Native Client, Configure like follows. |
# add extension module first client:~ # SUSEConnect -p PackageHub/15/x86_64
client:~ #
zypper -n install glusterfs
# for example, mount [vol_distributed] volume on /mnt client:~ # mount -t glusterfs node01.srv.world:/vol_distributed /mnt client:~ # df -hT Filesystem Type Size Used Avail Use% Mounted on devtmpfs devtmpfs 1.8G 0 1.8G 0% /dev tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs tmpfs 1.9G 17M 1.8G 1% /run tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup /dev/vda2 btrfs 40G 2.4G 38G 6% / /dev/vda2 btrfs 40G 2.4G 38G 6% /srv /dev/vda2 btrfs 40G 2.4G 38G 6% /boot/grub2/x86_64-efi /dev/vda2 btrfs 40G 2.4G 38G 6% /var /dev/vda2 btrfs 40G 2.4G 38G 6% /tmp /dev/vda2 btrfs 40G 2.4G 38G 6% /opt /dev/vda2 btrfs 40G 2.4G 38G 6% /boot/grub2/i386-pc /dev/vda2 btrfs 40G 2.4G 38G 6% /root /dev/vda2 btrfs 40G 2.4G 38G 6% /.snapshots /dev/vda2 btrfs 40G 2.4G 38G 6% /usr/local /dev/vda3 xfs 37G 70M 37G 1% /home tmpfs tmpfs 371M 0 371M 0% /run/user/0 node01.srv.world:/vol_distributed fuse.glusterfs 80G 4.9G 75G 7% /mnt |
Sponsored Link |