[ceph_deploy.mon][ERROR ] RuntimeError: config file /etc/ceph/ceph.conf exists with different content; use --overwrite-conf to overwrite
[ceph_deploy][ERROR ] GenericError: Failed to create 3 monitors

原因:修改了ceph用户里的ceph.conf文件内容,但是没有把这个文件里的最新消息发送给其他节点,所有要推送消息

解决:ceph-deploy --overwrite-conf config push node1-4

  或ceph-deploy --overwrite-conf mon create node1-4

相关文章:

  • 2021-10-05
  • 2022-12-23
  • 2022-02-02
  • 2021-05-17
  • 2022-02-11
  • 2022-02-23
  • 2021-10-30
  • 2021-08-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-28
  • 2021-10-22
  • 2021-06-03
相关资源
相似解决方案