Hi@all,
I did tried to add a "reinstalled" node to a cluster with "pvecm add 10.1.1.1" what stopped in "waiting for quorum". As 15 nodes are allready runningn on that cluster, and this node which I wanted to add now, was already minutes before in that cluster, I think the problem was not multicast at all. (like described in may other threads).
After restarting the node, It seemed to be added to the cluster because "pvecm status" tells me that the new node is available and ok.
service pve-cluster status
Seems also ok.
Also /etv/pve is mounted and I can see there the other nodes.
The only problem is that pveproxy is giving me error that it cannot find the pve-ssl.key. And after checking "/etc/pve/local/" I am missing there the files:
Any idea how to fix that?
Regards
I did tried to add a "reinstalled" node to a cluster with "pvecm add 10.1.1.1" what stopped in "waiting for quorum". As 15 nodes are allready runningn on that cluster, and this node which I wanted to add now, was already minutes before in that cluster, I think the problem was not multicast at all. (like described in may other threads).
After restarting the node, It seemed to be added to the cluster because "pvecm status" tells me that the new node is available and ok.
service pve-cluster status
Code:
pve-cluster.service - The Proxmox VE cluster filesystem
Loaded: loaded (/lib/systemd/system/pve-cluster.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2019-06-07 12:12:29 CEST; 2 weeks 0 days ago
Process: 10039 ExecStartPost=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
Process: 9768 ExecStart=/usr/bin/pmxcfs (code=exited, status=0/SUCCESS)
Main PID: 9795 (pmxcfs)
Tasks: 13 (limit: 4915)
Memory: 77.2M
CPU: 1h 11min 23.893s
CGroup: /system.slice/pve-cluster.service
└─9795 /usr/bin/pmxcfs
Jun 21 15:58:59 10.1.1.1 pmxcfs[9795]: [status] notice: received log
Jun 21 15:59:04 10.1.1.1 pmxcfs[9795]: [status] notice: received log
Jun 21 15:59:06 10.1.1.1 pmxcfs[9795]: [status] notice: received log
Jun 21 15:59:08 10.1.1.1 pmxcfs[9795]: [status] notice: received log
Jun 21 15:59:08 10.1.1.1 pmxcfs[9795]: [status] notice: received log
Jun 21 15:59:09 10.1.1.1 pmxcfs[9795]: [status] notice: received log
Jun 21 15:59:10 10.1.1.1 pmxcfs[9795]: [status] notice: received log
Jun 21 15:59:11 10.1.1.1 pmxcfs[9795]: [status] notice: received log
Jun 21 15:59:11 10.1.1.1 pmxcfs[9795]: [status] notice: received log
Jun 21 15:59:11 10.1.1.1 pmxcfs[9795]: [status] notice: received log
Seems also ok.
Also /etv/pve is mounted and I can see there the other nodes.
The only problem is that pveproxy is giving me error that it cannot find the pve-ssl.key. And after checking "/etc/pve/local/" I am missing there the files:
Code:
pve-ssl.key
pve-ssl.pem
Any idea how to fix that?
Regards