zoukankan      html  css  js  c++  java
  • ceph部署出现错误及解决

    ceph-deploy new: error: hostname: node1 is not resolvable
    

    解决办法,修改/etc/hosts

    127.0.0.1       localhost
    127.0.1.1       ubuntu1
    192.168.1.119   node1
    192.168.1.88    node2
    192.168.1.188   node3
    # The following lines are desirable for IPv6 capable hosts
    ::1     localhost ip6-localhost ip6-loopback
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    
    

    [node3][ERROR ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
    [ceph_deploy.mon][WARNIN] mon.node3 monitor is not yet in quorum, tries left: 5
    [ceph_deploy.mon][WARNIN] waiting 5 seconds before retrying
    [node3][INFO ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.node3.asok mon_status
    [node3][ERROR ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
    [ceph_deploy.mon][WARNIN] mon.node3 monitor is not yet in quorum, tries left: 4
    [ceph_deploy.mon][WARNIN] waiting 10 seconds before retrying
    [node3][INFO ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.node3.asok mon_status
    [node3][ERROR ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
    [ceph_deploy.mon][WARNIN] mon.node3 monitor is not yet in quorum, tries left: 3
    [ceph_deploy.mon][WARNIN] waiting 10 seconds before retrying
    [node3][INFO ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.node3.asok mon_status
    [node3][ERROR ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
    [ceph_deploy.mon][WARNIN] mon.node3 monitor is not yet in quorum, tries left: 2
    [ceph_deploy.mon][WARNIN] waiting 15 seconds before retrying
    [node3][INFO ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.node3.asok mon_status
    [node3][ERROR ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
    [ceph_deploy.mon][WARNIN] mon.node3 monitor is not yet in quorum, tries left: 1
    [ceph_deploy.mon][WARNIN] waiting 20 seconds before retrying
    [ceph_deploy.mon][ERROR ] Some monitors have still not reached quorum:

    ceph官方的文档,英文比中文还旧?

    创建osd:
    中文文档:http://docs.ceph.org.cn/rados/deployment/ceph-deploy-osd/
    ceph-deploy osd prepare

    英文文档:http://docs.ceph.com/docs/master/start/quick-ceph-deploy/
    ceph-deploy osd create --data

  • 相关阅读:
    欢迎来怼--第二十三次Scrum会议
    作业要求 20171102 每周例行报告
    小程序中添加快递查询
    微信小程序——获取用户unionId
    nodejs开发 过程中express路由与中间件的理解
    nodejs 学习心得
    js中小知识记录
    TypeError: db.collection is not a function
    MONGODB安装教程
    CSS设置DIV背景色渐变显示--针对不同浏览器,背景渐变的兼容问问题
  • 原文地址:https://www.cnblogs.com/loudyten/p/10239724.html
Copyright © 2011-2022 走看看