zoukankan      html  css  js  c++  java
  • 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 
    

      查看是否安装成功

      再挂载即可

  • 相关阅读:
    编码的使用,编码与解码
    小数据池,is和==的区别,id()
    python的内置函数
    python基本数据类型
    组合模式学习
    访问者模式
    C++ primer Plus回顾
    命令模式学习
    策略模式学习(设计模式)
    python_xlrd模块学习
  • 原文地址:https://www.cnblogs.com/minseo/p/9492496.html
Copyright © 2011-2022 走看看