Fedora 31
Sponsored Link

GlusterFS 7 : GlusterFS クライアントの設定2019/11/15

 
GlusterFS ボリュームを任意のクライアントからマウントします。
[1] GlusterFS Native でマウントする場合は、以下のように設定します。
例として [vol_distributed] ボリュームを [/mnt] にマウントします。
[root@client ~]#
dnf -y install glusterfs glusterfs-fuse
# 宛先はボリューム構成ノードであればどこでも可

[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  944K  2.0G   1% /run
/dev/mapper/fedora-root           xfs              15G  1.9G   14G  13% /
tmpfs                             tmpfs           2.0G  4.0K  2.0G   1% /tmp
/dev/vda1                         xfs            1014M  181M  834M  18% /boot
tmpfs                             tmpfs           394M     0  394M   0% /run/user/0
node01.srv.world:/vol_distributed fuse.glusterfs   30G  4.0G   27G  14% /mnt
関連コンテンツ