[SOLVED] Node is online but appears offline - this only happens if a node in the cluster goes down

byAd12

New Member
Feb 6, 2026
2
0
1
Hello, I need help, please.

In my Proxmox cluster, if only one node goes down, all nodes appear offline except for the node I access through the web interface.
For example, if I access the management interface for the coruna1 node, I only see coruna1 as online, and the rest of the nodes are offline.
I can access the nodes that are marked as offline, but they are actually working.

In the Datacenter > Summary tab, it says that there is quorate: "Cluster: clusterVPN, Quorate: Yes"

/etc/pve/corosync.conf:
Code:
root@coruna1:~# /usr/bin/cat /etc/pve/corosync.conf
logging {
  debug: off
  to_syslog: yes
}

nodelist {
  node {
    name: coruna1
    nodeid: 1
    quorum_votes: 1
    ring0_addr: 172.16.0.100
  }
  node {
    name: malaga1
    nodeid: 3
    quorum_votes: 1
    ring0_addr: 172.16.0.102
  }
  node {
    name: malaga2
    nodeid: 2
    quorum_votes: 1
    ring0_addr: 172.16.0.103
  }
}

quorum {
  expected_votes: 1
  last_man_standing: 1
  provider: corosync_votequorum
  wait_for_all: 0
}

totem {
  cluster_name: clusterVPN
  config_version: 13
  interface {
    linknumber: 0
  }
  ip_version: ipv4-6
  link_mode: passive
  token: 15000
  secauth: on
  version: 2
}
root@coruna1:~#

In the images, the malaga2 node is offline and the rest are online.
 

Attachments

  • Captura de pantalla 2026-02-06 192236.png
    Captura de pantalla 2026-02-06 192236.png
    34.3 KB · Views: 1
  • Captura de pantalla 2026-02-06 192308.png
    Captura de pantalla 2026-02-06 192308.png
    27.2 KB · Views: 1
Last edited:
expected_votes: 1
last_man_standing: 1
wait_for_all: 0

Are you sure you know exactly what this does? I am sure, I do not ;-)

My recommendation: return to a default setup, then it will react with the default behavior.
 
Last edited: