Don’t show cluster in GUI

hidalgo

Renowned Member
Nov 11, 2016
60
0
71
58
It’s very strange. After I set up a new cluster with Proxmox 6, it shows no cluster mode, but standalone

Bildschirmfoto 2019-08-04 um 13.07.51.png

But in the console, it shows the cluster info:

Code:
root@node2:~# pvecm status
Quorum information
------------------
Date:             Sun Aug  4 13:07:26 2019
Quorum provider:  corosync_votequorum
Nodes:            3
Node ID:          0x00000002
Ring ID:          1/172
Quorate:          Yes

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

Membership information
----------------------
    Nodeid      Votes Name
0x00000001          1 192.168.99.1
0x00000002          1 192.168.99.2 (local)
0x00000003          1 192.168.99.3

Is this a bug or do I miss something?
 
Hmm - please try to restart `pvedaemon` and `pveproxy` - also make sure to clear the browser-cache

Hope this helps!
 
I don’t know why, but pve-ssl.pem and pve-ssl.key were missing in the /etc/pve/nodes/<node>/ here. After copying from another node, it worked.