环境查看

Glusterfs挂载报错解决办法_安装包

  挂载glusterfs时候报错

Glusterfs挂载报错解决办法_yum安装_02

  下载软件(Redhat没有注册无法直接yum安装)

https://buildlogs.centos.org/centos/6/storage/x86_64/gluster-3.13/

  下载以下四个安装包

https://buildlogs.cdn.centos.org/centos/6/storage/x86_64/gluster-3.13/glusterfs-fuse-3.13.2-1.el6.x86_64.rpm
https://buildlogs.cdn.centos.org/centos/6/storage/x86_64/gluster-3.13/glusterfs-3.13.2-1.el6.x86_64.rpm
https://buildlogs.cdn.centos.org/centos/6/storage/x86_64/gluster-3.13/glusterfs-libs-3.13.2-1.el6.x86_64.rpm
https://buildlogs.cdn.centos.org/centos/6/storage/x86_64/gluster-3.13/glusterfs-client-xlators-3.13.2-1.el6.x86_64.rpm

  安装

rpm -ivh glusterfs-libs-3.13.2-1.el6.x86_64.rpm 
rpm -ivh glusterfs-3.13.2-1.el6.x86_64.rpm 
rpm -ivh glusterfs-client-xlators-3.13.2-1.el6.x86_64.rpm 
rpm -ivh glusterfs-fuse-3.13.2-1.el6.x86_64.rpm 

  查看是否安装成功

Glusterfs挂载报错解决办法_前端 数据 数据库 编程语言_03

  再挂载即可