Fedora 32
Sponsored Link

GlusterFS 7 : GlusterFS クライアントの設定2020/05/05

 
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        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.7G   25G   7% /
/dev/vda1                         ext4            976M  256M  654M  29% /boot
tmpfs                             tmpfs           379M     0  379M   0% /run/user/0
node01.srv.world:/vol_distributed fuse.glusterfs   30G  4.0G   27G  14% /mnt
関連コンテンツ