Good afternoon, I recently added a third host to my cluster. Until now I had one host, and another standby, they do not share containers or VMs and High Availability does not interest me because it is a Home Lab and I make the relevant backups. To make it work for me I modified the corosync.conf file and gave 2 votes in the Quorum to the host that is 24/7 controlling the home automation and other services. So far no problem.
But when adding a third host that will probably have to act as a Firewall with virtualized OPNsense, in one of the restarts of the host that is 24/7 it did not start. I managed to solve it by putting 3 votes in the quorum for this host but I do not know if it is due to this or the addition of the third host now when I run
It shows me the following
Where can I start looking?
Thank you
But when adding a third host that will probably have to act as a Firewall with virtualized OPNsense, in one of the restarts of the host that is 24/7 it did not start. I managed to solve it by putting 3 votes in the quorum for this host but I do not know if it is due to this or the addition of the third host now when I run
Code:
systemctl status corosync
It shows me the following
Code:
● corosync.service - Corosync Cluster Engine
Loaded: loaded (/lib/systemd/system/corosync.service; enabled; preset: enabled)
Active: active (running) since Mon 2025-08-11 16:47:47 CEST; 14min ago
Docs: man:corosync
man:corosync.conf
man:corosync_overview
Main PID: 25113 (corosync)
Tasks: 9 (limit: 13951)
Memory: 132.8M
CPU: 11.943s
CGroup: /system.slice/corosync.service
└─25113 /usr/sbin/corosync -f
d’ag. 11 16:47:47 host1 corosync[25113]: [WD ] Watchdog not enabled by configuration
d’ag. 11 16:47:47 host1 corosync[25113]: [WD ] resource load_15min missing a recovery key.
d’ag. 11 16:47:47 host1 corosync[25113]: [WD ] resource memory_used missing a recovery key.
d’ag. 11 16:47:47 host1 corosync[25113]: [KNET ] host: host: 1 has no active links
d’ag. 11 16:47:47 host1 corosync[25113]: [KNET ] host: host: 1 has no active links
d’ag. 11 16:47:47 host1 corosync[25113]: [KNET ] host: host: 1 has no active links
d’ag. 11 16:47:47 host1 corosync[25113]: [KNET ] host: host: 3 has no active links
d’ag. 11 16:47:47 host1 corosync[25113]: [KNET ] host: host: 3 has no active links
d’ag. 11 16:47:47 host1 corosync[25113]: [KNET ] host: host: 3 has no active links
Where can I start looking?
Thank you