数据库
MySQL
ORACLE
占位哈哈
占位哈哈
占位哈哈
占位哈哈
占位哈哈
占位哈哈
占位哈哈
占位哈哈
Linux运维
中间件
shell脚本
占位哈哈
占位哈哈
占位哈哈
占位哈哈
占位哈哈
占位哈哈
占位哈哈
首页 动态 发帖 版块 我的
 退出
游客  
等级:
金豆:
经验:
首页  /  云计算  /  ceph分布式存储  /  正文

ceph增加mon节点报错admin_socket: exception getting command descriptions: [Errno 2] No such file or directory

  3849 
 0
 0
报错信息如下:

[node3][ERROR ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory

[node3][WARNIN] node3 is not defined in `mon initial members`

[node3][WARNIN] monitor node3 does not exist in monmap

[node3][INFO  ] Running command: 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

[node3][WARNIN] monitor: mon.node3, might not be running yet



解决办法:

修改集群下面的ceph.conf配置文件(增加mon节点主机名和IP地址)以及增加public network

完整配置文件如下

[global]
fsid = 57e0373d-3f5e-453f-a172-3004586b3a54
mon_initial_members = node1,node2,node3
mon_host = 172.18.1.227,172.18.1.228,172.18.1.229
auth_cluster_required = cephx
auth_service_required = cephx
auth_client_required = cephx

public network = 172.18.1.0/24
重新在执行mon节点添加命令

[root@node1 cluster]# ceph-deploy --overwrite-conf mon  add  node3 --address 172.18.1.229


标签:
作者签名: 只有努力,才会有收获   楼主  2020-10-30 16:37:01

点赞推荐

回复列表
合作伙伴:
Powered by 运维术 8.3.2
© 2017-2024 模板 by 黑衣人
您的IP: 18.221.220.229 , 2024-11-10 00:36:56
Powered by 运维术 8.3.2
© 2017-2024 模板 by 黑衣人
(0) 分享
分享
取消
我的客服