Hi,
After I installed proxmox I decided to tinker around with ceph. Some things didn't work out and I removed ceph from the proxmox node. After stopping all the ceph services I removed it with 'pveceph purge'. That worked!
Now when I tried to reconfigure ceph I keep getting this error "Could not connect to ceph cluster despite configured monitors (500)". I Couldn't find anything on the internet that fixes the problem. In the process I might even have destroyed more... oops. Is there some magic command I can run the wipe ceph from the proxmox node and reinstall it. That might be the best option considering the damage I have already done. There is nothing important on this proxmox node, I just started out and I'm trying to learn.
After I installed proxmox I decided to tinker around with ceph. Some things didn't work out and I removed ceph from the proxmox node. After stopping all the ceph services I removed it with 'pveceph purge'. That worked!
Now when I tried to reconfigure ceph I keep getting this error "Could not connect to ceph cluster despite configured monitors (500)". I Couldn't find anything on the internet that fixes the problem. In the process I might even have destroyed more... oops. Is there some magic command I can run the wipe ceph from the proxmox node and reinstall it. That might be the best option considering the damage I have already done. There is nothing important on this proxmox node, I just started out and I'm trying to learn.
Code:
● ceph-mon@proxmox.service - Ceph cluster monitor daemon
Loaded: loaded (/lib/systemd/system/ceph-mon@.service; enabled; vendor preset: enabled)
Drop-In: /usr/lib/systemd/system/ceph-mon@.service.d
└─ceph-after-pve-cluster.conf
Active: failed (Result: exit-code) since Sat 2019-08-03 06:15:35 CDT; 9min ago
Process: 1174 ExecStart=/usr/bin/ceph-mon -f --cluster ${CLUSTER} --id proxmox --setuser ceph --setgroup ceph (code=exited, status=1/FAILURE)
Main PID: 1174 (code=exited, status=1/FAILURE)
Aug 03 06:15:35 proxmox systemd[1]: ceph-mon@proxmox.service: Service RestartSec=10s expired, scheduling restart.
Aug 03 06:15:35 proxmox systemd[1]: ceph-mon@proxmox.service: Scheduled restart job, restart counter is at 5.
Aug 03 06:15:35 proxmox systemd[1]: Stopped Ceph cluster monitor daemon.
Aug 03 06:15:35 proxmox systemd[1]: ceph-mon@proxmox.service: Start request repeated too quickly.
Aug 03 06:15:35 proxmox systemd[1]: ceph-mon@proxmox.service: Failed with result 'exit-code'.
Aug 03 06:15:35 proxmox systemd[1]: Failed to start Ceph cluster monitor daemon.
Code:
[global]
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster network = 192.168.1.168/24
fsid = b406262f-620c-4216-a912-a11b03023969
mon_allow_pool_delete = true
osd_pool_default_min_size = 2
osd_pool_default_size = 3
public network = 192.168.1.168/24
[client]
keyring = /etc/pve/priv/$cluster.$name.keyring