Hi
I added a new node to our cluster. This node will run ceph but not run a monitor or manager or have any OSDs (it's just a 'client' so we can export ceph volumes to local storage). When installing ceph and adding it to the cluster it came up with a monitor. I stopped and destroyed the monitor but it's still showing in the GUI with a status of "unknown" and an address of "unknown".
Where is the UI getting the list of monitors? I assumed it did the equivalent of a 'ceph mon dump' but that doesn't appear to be the case. I can't find any way to remove this "unknown" monitor. Any pointers would be appreciated.
Thanks
David
I added a new node to our cluster. This node will run ceph but not run a monitor or manager or have any OSDs (it's just a 'client' so we can export ceph volumes to local storage). When installing ceph and adding it to the cluster it came up with a monitor. I stopped and destroyed the monitor but it's still showing in the GUI with a status of "unknown" and an address of "unknown".
- Trying to destory it through the UI fails with 'no such monitor'.
- 'ceph mon rm' also says the monitor does not exist. As does 'pvecph mon destroy'
- 'ceph mon dump' does not show the new node, just the main 4 nodes
- /etc/pve/ceph.conf does not list the IP of the new node in the mon_host config
- There was a remnant file in /etc/systemd/system/ceph-mon.target.wants/ that's been removed
- There are no ceph processes running on the new node and it's been rebooted several times
- 'ceph -s' reports HEALTH_OK and lists the normal 4 monitors, not the new / dead one.
Where is the UI getting the list of monitors? I assumed it did the equivalent of a 'ceph mon dump' but that doesn't appear to be the case. I can't find any way to remove this "unknown" monitor. Any pointers would be appreciated.
Thanks
David