[SOLVED] New cluster - Node dropdown blank

ironicbadger

Active Member
Apr 3, 2018
6
0
41
37
The main cluster node had two VMs on it but the freshly joined one was blank (and freshly installed).

I can spin up the existing VMs just fine but creating a new one is not possible due to the following issue. I click 'Create VM' which brings up the familiar dialog where I should select a node. This dropdown box never populates and thus I cannot continue. See attached image.

pvecm status shows the following:

Code:
Quorum information
------------------
Date:             Tue Apr  3 10:47:47 2018
Quorum provider:  corosync_votequorum
Nodes:            2
Node ID:          0x00000001
Ring ID:          2/1392
Quorate:          Yes

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

Membership information
----------------------
    Nodeid      Votes Name
0x00000002          1 192.168.1.3
0x00000001          1 192.168.1.9 (local)
root@beast:~#
 

Attachments

  • Screen Shot 2018-04-03 at 10.41.22.png
    Screen Shot 2018-04-03 at 10.41.22.png
    257.4 KB · Views: 19
what do you get when you do
Code:
pvesh get /nodes

or go with the browser to:

Code:
https://url-of-your-pve:8006/api2/json/nodes

?
 
I reinstalled the m1 node and redid the clustering and it now works. Probably user error somewhere along the way.