glusterfs快速安装
结构
l-es1.inf.cn1.wormpex.com
l-es1.inf.cn1.wormpex.com
gluster资料
http://gluster.readthedocs.io/en/latest/
新版本3.8稳定版安装
yum install http://buildlogs.centos.org/centos/7/storage/x86_64/gluster-3.8/glusterfs-libs-3.8.0-1.el7.x86_64.rpm
yum install http://buildlogs.centos.org/centos/7/storage/x86_64/gluster-3.8/glusterfs-3.8.0-1.el7.x86_64.rpm
yum install http://buildlogs.centos.org/centos/7/storage/x86_64/gluster-3.8/glusterfs-api-3.8.0-1.el7.x86_64.rpm
yum install http://buildlogs.centos.org/centos/7/storage/x86_64/gluster-3.8/glusterfs-cli-3.8.0-1.el7.x86_64.rpm
yum install http://buildlogs.centos.org/centos/7/storage/x86_64/gluster-3.8/glusterfs-fuse-3.8.0-1.el7.x86_64.rpm
yum install http://buildlogs.centos.org/centos/7/storage/x86_64/gluster-3.8/userspace-rcu-0.7.16-1.el7.x86_64.rpm
yum install http://buildlogs.centos.org/centos/7/storage/x86_64/gluster-3.8/glusterfs-server-3.8.0-1.el7.x86_64.rpm
service start glusterd
创建元数据目录
两台机器都需要执行
cd /data/
mkdir -p gluster
在信任池上增加信任
在l-es1.inf.cn1.wormpex.com上配置的信任池,主机名需要可解析
gluster peer probe l-es1.inf.cn1.wormpex.com
检查信任池状态
gluster peer status
结果应显示 “Number of peers:你添加的数量”
在ES11上创建分布式卷(分区)
命令解析:创建glusterfs逻辑卷,在两台主机的指定目录上,并设置1份冗余。
gluster volume create gv0 replica 2 l-es1.inf.cn1.wormpex.com:/data/gluster l-es2.inf.cn1.wormpex.com:/data/gluster
建议在单独的挂载分区里创建文件夹,若在根分区,请在命令的最后加上 force。
查看卷状态
gluster volume info
启动这个卷
gluster volume start gv0
再次查看状态,你会看到此卷的status是start
挂载卷
现在即可在已安装glusterfs程序的服务器上挂载网络文件系统了,建议内网使用。
mount -t glusterfs l-es1.inf.cn1.wormpex.com:/gv0 /mnt
谢土豪
如果有帮到你的话,请赞赏我吧!