GlusterFS : クライアントの設定2016/08/07 |
GlusterFS ボリュームを任意のクライアントからマウントする場合の設定です。
|
|
[1] | GlusterFS Native でマウントする場合は、以下のように設定します。 |
[root@client ~]#
yum -y install centos-release-gluster38
[root@client ~]#
yum -y install glusterfs glusterfs-fuse
# vol_distributed ボリュームを /mnt にマウント # 宛先はボリューム構成ノードであればどこでも可 [root@client ~]# mount -t glusterfs node01.srv.world:/vol_distributed /mnt [root@client ~]# df -hT Filesystem Type Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root ext4 26G 1.3G 24G 6% / tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm /dev/vda1 ext4 477M 146M 306M 33% /boot node01.srv.world:/vol_distributed fuse.glusterfs 52G 2.5G 47G 6% /mnt |
Sponsored Link |