After an update from 5.x to 6.x one CEPH monitors became "ghost"
With status "stopped" and address "unknown"
It can be neither run, created or deleted with errors as below:
create: monitor address '10.10.10.104' already in use (500 )
destroy : no such monitor id 'pve-node4' (500)
I deleted "alive" mons, pools, ods, mgrs and tried to recreate everything from the scratch - mon on the pve-node4 still had status as described above.
I more thing to be noted: even-though PVE GUI shows 4 mons (3 active) there is only one monitor entry in ceph.conf
Any ideas how to delete mon entry on pve-node4 or reinstall it?
Thanks in advance
With status "stopped" and address "unknown"
It can be neither run, created or deleted with errors as below:
create: monitor address '10.10.10.104' already in use (500 )
destroy : no such monitor id 'pve-node4' (500)
I deleted "alive" mons, pools, ods, mgrs and tried to recreate everything from the scratch - mon on the pve-node4 still had status as described above.
I more thing to be noted: even-though PVE GUI shows 4 mons (3 active) there is only one monitor entry in ceph.conf
Code:
[global]
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster_network = 10.10.10.0/24
fsid = c2d639ef-c720-4c85-ac77-2763ecaa0a5e
mon_allow_pool_delete = true
mon_host = 10.10.10.101 10.10.10.102 10.10.10.103
osd_journal_size = 5120
osd_pool_default_min_size = 2
osd_pool_default_size = 3
public_network = 10.10.10.0/24
[client]
keyring = /etc/pve/priv/$cluster.$name.keyring
[osd]
osd_class_update_on_start = false
osd_max_backfills = 2
osd_memory_target = 2147483648
[mon.pve-node1]
host = pve-node1
mon_addr = 10.10.10.101:6789
Code:
root@pve-node4:~# ceph -s
cluster:
id: c2d639ef-c720-4c85-ac77-2763ecaa0a5e
health: HEALTH_OK
services:
mon: 3 daemons, quorum pve-node1,pve-node3,pve-node2 (age 2h)
mgr: pve-node1(active, since 12h), standbys: pve-node2, pve-node3
osd: 0 osds: 0 up, 0 in
data:
pools: 0 pools, 0 pgs
objects: 0 objects, 0 B
usage: 0 B used, 0 B / 0 B avail
pgs:
Any ideas how to delete mon entry on pve-node4 or reinstall it?
Thanks in advance
Last edited: