I followed the tutorial to move Ceph from Hammer to Jewel here:
https://pve.proxmox.com/wiki/Ceph_Hammer_to_Jewel
All the steps went ok aside from starting the monitor daemon;
I was able to start it from the Web GUI and continue, and eventually complete the upgrade (including the ceph osd crush tunables step). But when a node is rebooted, the monitor must be started from the GUI manually each time. This affects all 3 nodes that I upgraded.
Any ideas?
https://pve.proxmox.com/wiki/Ceph_Hammer_to_Jewel
All the steps went ok aside from starting the monitor daemon;
Code:
root@smiles2:~# systemctl start ceph-mon@ceph-mon.1.1500178214.095217502.service
root@smiles2:~# systemctl status ceph-mon@ceph-mon.1.1500178214.095217502.service
● ceph-mon@ceph-mon.1.1500178214.095217502.service - Ceph cluster monitor daemon
Loaded: loaded (/lib/systemd/system/ceph-mon@.service; enabled)
Drop-In: /lib/systemd/system/ceph-mon@.service.d
└─ceph-after-pve-cluster.conf
Active: failed (Result: start-limit) since Sun 2017-07-16 18:52:18 +08; 30s ago
Process: 3057 ExecStart=/usr/bin/ceph-mon -f --cluster ${CLUSTER} --id %i --setuser ceph --setgroup ceph (code=exited, status=1/FAILURE)
Main PID: 3057 (code=exited, status=1/FAILURE)
Jul 16 18:52:08 smiles2 systemd[1]: Unit ceph-mon@ceph-mon.1.1500178214.095217502.service entered failed state.
Jul 16 18:52:18 smiles2 systemd[1]: ceph-mon@ceph-mon.1.1500178214.095217502.service holdoff time over, sched...start.
Jul 16 18:52:18 smiles2 systemd[1]: Stopping Ceph cluster monitor daemon...
Jul 16 18:52:18 smiles2 systemd[1]: Starting Ceph cluster monitor daemon...
Jul 16 18:52:18 smiles2 systemd[1]: ceph-mon@ceph-mon.1.1500178214.095217502.service start request repeated t...start.
Jul 16 18:52:18 smiles2 systemd[1]: Failed to start Ceph cluster monitor daemon.
Jul 16 18:52:18 smiles2 systemd[1]: Unit ceph-mon@ceph-mon.1.1500178214.095217502.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.
I was able to start it from the Web GUI and continue, and eventually complete the upgrade (including the ceph osd crush tunables step). But when a node is rebooted, the monitor must be started from the GUI manually each time. This affects all 3 nodes that I upgraded.
Any ideas?