corosync

  1. J

    Cluster nodes "offline" but working

    I have created a new cluster with 4 nodes, the problem is that when I reboot them all of them are working, but after some minutes some of them says that are disconnected. When this happens I execute in the shell node: service corosync restart After execute this command the node is online...
  2. M

    Renaming corosync ring0 address

    Greetings! I recently had to add a host to an existing cluster. By some reason I did it using web interface, not command line. The host added, but its ring0 address is now named with its IP in contrast to the rest that have ring0 equal to the hostname. I have 2 questions so far: 1) Why it...
  3. K

    Proxmox HA - 50% nodes online quorum

    Hi! I have 4 nodes cluster. I want to have a quorum when two of them are offline. I tried setting auto_tie_breaker in corosync.conf and corosync-quorumtool -e 2 but both methods didin't work. How to configure that? And another question, why changing corosync.conf after creating cluster with...
  4. V

    node kicked out of cluster after changing nic

    Hi, running 4 node cluster with multiple networks cards.(pve 5.0) ceph and corosync working via broadecom vdx 6740 switch in switchport mode, Internet Gateway and VM bridge is on normal 1gb procurve switch. no Vlan, no trunking, just switching. I´m 1600km away from the datacenter, and one nic...
  5. A

    [SOLVED] Adding third host to unicast 3-host cluster fails

    Hi there, I'm currently trying to setup a 3-host cluster in a datacenter where multicasting isn't possible (Hetzner) so after I read about UDPU in https://pve.proxmox.com/wiki/Multicast_notes and some tests locally I was fairly positive that this is going to work. However I only was possible to...
  6. R

    Strange syslog message (corosync 1491)

    Hello, we have a cluster of proxmox 5 with four nodes in unicast (IPv4) and the syslog of the four nodes is appreciating the following message: ... corosync[1491]: alert [TOTEM ] Invalid packet data ... corosync[1491]: [TOTEM ] Digest does not match ... corosync[1491]: [TOTEM ] Received message...
  7. H

    Corosync logging

    Hi all, Playing with Proxmox, and it's been a blast. Had a small question, is it normal for Corosync to log the following lines every 2 seconds, on all nodes ? Jan 15 02:18:09 kvm4 corosync[24830]: notice [TOTEM ] A new membership (192.168.220.20:765924) was formed. Members Jan 15 02:18:09...
  8. S

    [SOLVED] Strange syslog message

    Hello I am seeing some warning in syslog : Nov 12 10:05:41 node1 corosync[25795]: alert [TOTEM ] Invalid packet data Nov 12 10:05:41 node1 corosync[25795]: [TOTEM ] Digest does not match Nov 12 10:05:41 node1 corosync[25795]: [TOTEM ] Received message has invalid digest... ignoring. Nov...
  9. T

    corosync: using 'ring1_addr' parameter needs a configured ring 1 interface!

    hi ! im building a new test cluster with 5.1 to try all the new features. im getting "corosync: using 'ring1_addr' parameter needs a configured ring 1 interface!" while adding the first node to the cluster regardless of using hostnames or ips. what i did: installed 3 basically identical...
  10. L

    What mean this messages in log file ?

    Good day to everyone. Can anyone tell me what mean this messages in /var/log/syslog Sep 21 10:50:01 pve dlm_controld[3181]: daemon cpg_join error retrying Sep 21 10:50:01 pve fenced[3164]: daemon cpg_join error retrying Sep 21 10:50:02 pve pmxcfs[2950]: [dcdb] notice: cpg_join retry 21250 Sep...
  11. J

    Largest cluster *without* HA

    Howdy all, So I'm trying to get an odd question answered here that I can't seem to find. I know that Proxmox uses Corosync to create and manage a cluster which will let you use a single interface to manage multiple physical nodes, as well as handling HA and live migrations, but from everything...
  12. P

    Corosync memory leak

    Hi guys, Experiencing the same issue on 2 separate clusters of different sizes in two different locations with completely different hardware. Issue is that after a week or two of regular cluster operation memory usage by corosync grows to crazy levels for instance currently on a node it's at...
  13. F

    Nodes not joining cluster after restart

    Hi, I have a cluster with 3 nodes, after a power outage two nodes restarted and are not joining the cluster, corosync is not running and when trying to restart the service the log shows the following error: "[CMAP ] Received config version (4) is different than my config version (5)! Exiting"...
  14. I

    corosync wrong IP Address

    I needed to change the IP Address of a proxmox server. Which I did from the WebGUI. However now I've rebooted the server the VM's will not start. Get an error message "cluster not ready - no quorum? (500)" Doing a pvecm status I get "Cannot initialize CMAP service" So I checked the...
  15. N

    Can't add node (already exists)

    I have a cluster running, and I am trying to add a new node but receive the following error root@vhost05:/etc/pve# pvecm add vhost13 detected the following error(s): * authentication key '/etc/corosync/authkey' already exists * cluster config '/etc/pve/corosync.conf' already exists * this host...
  16. R

    How to Deploy a 2 Node Cluster on ProxMox 4.x VE

    Hello everybody, I'm writing this short article because I spend myself a lot of time by finding the right configuration to get this working. First of all: A 2 Node Cluster is not a very good way to create High-Availability or even Fail-over scenarios because corosync is not able to create a...
  17. K

    Proxmox Cluster Over Pfsense Ovpn

    Hoping someone would be able to assist, I'm trying to configure a 3 node cluster, 2 nodes on the same physical network, and another node remotely. this other node sits behind a Pfsense firewall that has a site-to-site vpn connection to my pfsense router. i'm able to cluster the first two...
  18. grin

    temporarily disable out of the box self-fencing

    What is the preferred and safe method to prevent a node from rebooting due to (observed) loss of quorum? Or in other words: how to temporarily disable fencing on a node?
  19. B

    Cluster going down randomly

    Hi, I'm having a strange issue on my proxmox4.3 cluster: from time to time all nodes appears red in web GUI. Gui also sometimes is not reachable at all and I have to restart nodes.. I figured out that the logs always shows these lines, even if all is marked green: Reading the forum have lead...
  20. M

    [SOLVED] Changed VMBR0 IP Address Before Setting Up Cluster and Experienced Issues

    Hello everyone, I corrected this issue but wanted to share my experience with setting up a cluster following the Proxmox Wiki after I had already changed the IP address of vmbr0 on both Proxmox hosts. I installed Proxmox on two platforms with hostnames: proxmox1 and proxmox2. Both of the...