环境查看

Glusterfs挂载报错解决办法

  挂载glusterfs时候报错

Glusterfs挂载报错解决办法

  下载软件(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挂载报错解决办法

  再挂载即可

相关文章:

  • 2022-12-23
  • 2021-06-24
  • 2021-06-19
  • 2021-12-16
  • 2021-09-13
  • 2021-09-10
  • 2021-12-28
  • 2021-07-17
猜你喜欢
  • 2022-12-23
  • 2021-12-23
  • 2021-06-26
  • 2021-10-26
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案