GlusterFS 8 : GlusterFS クライアントの設定2020/09/24 |
GlusterFS ボリュームを任意のクライアントからマウントします。
|
|
[1] | GlusterFS Native でマウントする場合は、以下のように設定します。 例として [vol_distributed] ボリュームを [/mnt] にマウントします。 |
[root@client ~]#
dnf -y install centos-release-gluster8
[root@client ~]#
sed -i -e "s/enabled=1/enabled=0/g" /etc/yum.repos.d/CentOS-Gluster-8.repo
[root@client ~]#
[root@client ~]# dnf --enablerepo=centos-gluster8 -y install glusterfs glusterfs-fuse df -hT Filesystem Type Size Used Avail Use% Mounted on devtmpfs devtmpfs 1.9G 0 1.9G 0% /dev tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs tmpfs 1.9G 8.5M 1.9G 1% /run tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup /dev/mapper/cl-root xfs 26G 1.8G 25G 7% / /dev/vda1 ext4 976M 259M 651M 29% /boot tmpfs tmpfs 378M 0 378M 0% /run/user/0 node01.srv.world:/vol_distributed fuse.glusterfs 52G 4.0G 48G 8% /mnt |
Sponsored Link |