I used the official instruction to upgrade Proxmox: https://pve.proxmox.com/wiki/Upgrade_from_5.x_to_6.0
In my two test clusters everything went fine. But now on the production cluster I have a problem.
I first update the corsync version to 3.
I stopped the services (systemctl stop pve-ha-lrm & systemctl stop pve-ha-crm)
Then I did the update of corosync and restarted the two services.
But it seems like there is a problem now with Corosync.
The Nodes cannot find the cluster and work as stand alone node.
Here is the output of systemctl status corosync
I than did the upgrade to Proxmo VE 6.1 form 5.4 on all three nodes.
After the reboot its still the same problem.
In my two test clusters everything went fine. But now on the production cluster I have a problem.
I first update the corsync version to 3.
I stopped the services (systemctl stop pve-ha-lrm & systemctl stop pve-ha-crm)
Then I did the update of corosync and restarted the two services.
But it seems like there is a problem now with Corosync.
The Nodes cannot find the cluster and work as stand alone node.
Here is the output of systemctl status corosync
● corosync.service - Corosync Cluster Engine Loaded: loaded (/lib/systemd/system/corosync.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Fri 2019-12-13 10:17:27 CET; 2h 9min ago Docs: man:corosync man:corosync.conf man:corosync_overview Process: 1933 ExecStart=/usr/sbin/corosync -f $COROSYNC_OPTIONS (code=exited, status=8) Main PID: 1933 (code=exited, status=8) Dec 13 10:17:21 KI-S0162 systemd[1]: Starting Corosync Cluster Engine... Dec 13 10:17:22 KI-S0162 corosync[1933]: [MAIN ] Corosync Cluster Engine 3.0.2 starting up Dec 13 10:17:22 KI-S0162 corosync[1933]: [MAIN ] Corosync built-in features: dbus monitoring watchdog systemd xmlco Dec 13 10:17:27 KI-S0162 corosync[1933]: [MAIN ] failed to parse node address 'KI-S0161' Dec 13 10:17:27 KI-S0162 corosync[1933]: [MAIN ] Corosync Cluster Engine exiting with status 8 at main.c:1353. Dec 13 10:17:27 KI-S0162 systemd[1]: corosync.service: Main process exited, code=exited, status=8/n/a Dec 13 10:17:27 KI-S0162 systemd[1]: corosync.service: Failed with result 'exit-code'. Dec 13 10:17:27 KI-S0162 systemd[1]: Failed to start Corosync Cluster Engine. |
I than did the upgrade to Proxmo VE 6.1 form 5.4 on all three nodes.
After the reboot its still the same problem.