Dear ProxMox community,
I have critical strange situation, I already have a cluster of 2 hosts (foghorn and leghorn). I was planning to create a separate new cluster with another 2 new hosts. I Installed Debian base on the new hosts (Rocky and Bullwinkle) and then installed proxmox on them, I left them runing since I was planing to create a new cluster this week and add them to it. Today, I found out that the older cluster called (claghorn) some how discovered the new hosts that has proxmox installed and tried to join them.
Looking at the attached image, you will see that both Rocky and Bullwinkle the new hosts were trying to be part of the claghorn cluster by themselves. Those are brand new names hosts that never used before. catting the pve members below at foghorn, shows that indeed the newly installed proxmox are there!
root@foghorn:~# cat /etc/pve/.members
{
"nodename": "foghorn",
"version": 24,
"cluster": { "name": "claghorn", "version": 4, "nodes": 4, "quorate": 1 },
"nodelist": {
"foghorn": { "id": 1, "online": 1, "ip": "10.20.35.14"},
"leghorn": { "id": 2, "online": 1, "ip": "10.20.35.15"},
"bullwinkle": { "id": 4, "online": 0, "ip": "10.20.35.18"},
"rocky": { "id": 3, "online": 0, "ip": "10.20.35.17"}
}
}
root@foghorn:~#
There must be a service some where trying to add the new Rocky and Bullwinkle hosts to claghorn cluster. How to disable this service and remove those hosts from the claghorn cluster.
I have attached a txt file for more information about the claghorn cluster.
I never ran the cluster join command on Rocky and Bullwinkle yet.
root@rocky:~# pvecm status
Error: Corosync config '/etc/pve/corosync.conf' does not exist - is this node part of a cluster?
root@bullwinkle:~# pvecm status
Error: Corosync config '/etc/pve/corosync.conf' does not exist - is this node part of a cluster?
Any help will be highly appreciated. Thank you all!
I have critical strange situation, I already have a cluster of 2 hosts (foghorn and leghorn). I was planning to create a separate new cluster with another 2 new hosts. I Installed Debian base on the new hosts (Rocky and Bullwinkle) and then installed proxmox on them, I left them runing since I was planing to create a new cluster this week and add them to it. Today, I found out that the older cluster called (claghorn) some how discovered the new hosts that has proxmox installed and tried to join them.
Looking at the attached image, you will see that both Rocky and Bullwinkle the new hosts were trying to be part of the claghorn cluster by themselves. Those are brand new names hosts that never used before. catting the pve members below at foghorn, shows that indeed the newly installed proxmox are there!
root@foghorn:~# cat /etc/pve/.members
{
"nodename": "foghorn",
"version": 24,
"cluster": { "name": "claghorn", "version": 4, "nodes": 4, "quorate": 1 },
"nodelist": {
"foghorn": { "id": 1, "online": 1, "ip": "10.20.35.14"},
"leghorn": { "id": 2, "online": 1, "ip": "10.20.35.15"},
"bullwinkle": { "id": 4, "online": 0, "ip": "10.20.35.18"},
"rocky": { "id": 3, "online": 0, "ip": "10.20.35.17"}
}
}
root@foghorn:~#
There must be a service some where trying to add the new Rocky and Bullwinkle hosts to claghorn cluster. How to disable this service and remove those hosts from the claghorn cluster.
I have attached a txt file for more information about the claghorn cluster.
I never ran the cluster join command on Rocky and Bullwinkle yet.
root@rocky:~# pvecm status
Error: Corosync config '/etc/pve/corosync.conf' does not exist - is this node part of a cluster?
root@bullwinkle:~# pvecm status
Error: Corosync config '/etc/pve/corosync.conf' does not exist - is this node part of a cluster?
Any help will be highly appreciated. Thank you all!
Attachments
Last edited: