[SOLVED] Problems after updating packages

Oct 23, 2020
83
3
13
32
Hi guys! I have test PVE cluster (4 nodes) with pve-manager/6.2-12/b287dd27. I tried to update packages from web for 1 host. After rebooting host this host is offline for cluster, but host is working and can't connect to cluster (images cluster and host)
cluster.png

host.png

on updated host now installed pve-manager/6.3-2/22f57405
This is pvecm status information from cluster
Code:
Cluster information
-------------------
Name:             pveclstest01
Config Version:   4
Transport:        knet
Secure auth:      on

Quorum information
------------------
Date:             Wed Dec  2 10:51:08 2020
Quorum provider:  corosync_votequorum
Nodes:            4
Node ID:          0x00000001
Ring ID:          1.f22
Quorate:          Yes

Votequorum information
----------------------
Expected votes:   4
Highest expected: 4
Total votes:      4
Quorum:           3
Flags:            Quorate

Membership information
----------------------
    Nodeid      Votes Name
0x00000001          1 10.212.0.38 (local)
0x00000002          1 10.212.0.39
0x00000003          1 10.212.0.40
0x00000004          1 10.212.0.42

and this information from updated host
Code:
Cluster information
-------------------
Name:             pveclstest01
Config Version:   4
Transport:        knet
Secure auth:      on

Quorum information
------------------
Date:             Wed Dec  2 10:36:39 2020
Quorum provider:  corosync_votequorum
Nodes:            4
Node ID:          0x00000003
Ring ID:          1.f22
Quorate:          Yes

Votequorum information
----------------------
Expected votes:   4
Highest expected: 4
Total votes:      4
Quorum:           3
Flags:            Quorate

Membership information
----------------------
    Nodeid      Votes Name
0x00000001          1 10.212.0.38
0x00000002          1 10.212.0.39
0x00000003          1 10.212.0.40 (local)
0x00000004          1 10.212.0.42
 
I've found decision. I saw in syslog a lot of lines Cluster not quorate - extending auth key lifetime!
Restarted corosync and pve-cluster on problem host, and everything is OK. Thanks a lot