[3] Konfiguracja klienta GlusterFS
11 czerwca 2020[1] Zamontujemy GlusterFS jako natywną usługę. W tym przykładzie zamontujemy volumen [vol_distributed] do katalogu [/mnt].
[root@lclt01vm ~]# dnf install centos-release-gluster7
[root@lclt01vm ~]# sed -i -e "s/enabled=1/enabled=0/g" /etc/yum.repos.d/CentOS-Gluster-7.repo
[root@lclt01vm ~]# dnf --enablerepo=centos-gluster7 install glusterfs glusterfs-fuse
# wyspecyfikowanie i montowanie węzłów docelowych w klastrze
[root@lclt01vm ~]# mount -t glusterfs -o transport=tcp lsr01vm:/vol_distributed01 /mnt/glusterfs
[root@lclt01vm ~]# df -hT
System plików Typ rozm. użyte dost. %uż. zamont. na
devtmpfs devtmpfs 475M 0 475M 0% /dev
tmpfs tmpfs 491M 0 491M 0% /dev/shm
tmpfs tmpfs 491M 6,6M 485M 2% /run
tmpfs tmpfs 491M 0 491M 0% /sys/fs/cgroup
/dev/mapper/cl-root xfs 6,2G 1,5G 4,8G 24% /
/dev/sda1 ext4 976M 153M 756M 17% /boot
tmpfs tmpfs 99M 0 99M 0% /run/user/0
lsr01vm:/vol_distributed01.tcp fuse.glusterfs 2,0G 26M 1,8G 2% /mnt/glusterfs
[…] [3] Konfiguracja klienta GlusterFS […]
[…] [3] Konfiguracja klienta GlusterFS […]
[…] [4] Aby zamontować volumen GlusterFS na kliencie patrz tutaj. […]