
次のエラーが発生しています:
[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 1 monitors
答え1
設定を他のマシンに同期する必要があります:
ceph-deploy --overwrite-conf admin node01 node02 node03 node04
答え2
メッセージには次のように書かれています: 設定を上書きする--overwrite-conf
か、設定を削除してください
sudo mv /etc/ceph/ceph.conf /etc/ceph/ceph.conf.bak
サービスを再度開始します。