Cluster problem

adam23450

New Member
Jan 15, 2022
16
0
1
22
Hi, I have a cluster with 2 proxmox nodes (there must be two, there can't be more). There is a problem with the cluster. There are 2 nodes in the corosync file, but after entering pvecm, only one node is displayed. Two are also shown in the GUI. How can this be fixed?


Code:
root@BSWW-PROX2:~# cat /etc/corosync/corosync.conf
logging {
  debug: off
  to_syslog: yes
}

nodelist {
  node {
    name: BSWW-PROX1
    nodeid: 1
    quorum_votes: 1
    ring0_addr: 192.168.18.31
  }
  node {
    name: BSWW-PROX2
    nodeid: 2
    quorum_votes: 1
    ring0_addr: 192.168.18.32
  }
}

quorum {
  provider: corosync_votequorum
}

totem {
  cluster_name: BSWW-Klaster
  config_version: 2
  interface {
    linknumber: 0
  }
  ip_version: ipv4-6
  link_mode: passive
  secauth: on
  version: 2
}
 

Attachments

  • cluster.jpg
    cluster.jpg
    29.6 KB · Views: 4
You know about the problems with two node clusters?
Are both nodes online? Is the other node also displaying the same (names reversed)?
 
You know about the problems with two node clusters?
Are both nodes online? Is the other node also displaying the same (names reversed)?
I know that it is recommended that the cluster consists of 3 nodes. Both nodes display the same and both are online. The documentation says that it is possible to have a cluster with 3 nodes, but it will also work with two.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!