[SOLVED] issue adding nodes to proxmox

ilia987

Well-Known Member
Sep 9, 2019
281
14
58
38
just added 3 more nodes to our cluster, (latest 6.1)
anyone got an idea?

# journalctl -b -u corosync
-- Logs begin at Tue 2019-12-24 17:50:03 IST, end at Tue 2019-12-24 18:14:49 IST. --
Dec 24 17:50:06 pve-srv2 systemd[1]: Starting Corosync Cluster Engine...
Dec 24 17:50:06 pve-srv2 corosync[2933]: [MAIN ] Corosync Cluster Engine 3.0.2 starting up
Dec 24 17:50:06 pve-srv2 corosync[2933]: [MAIN ] Corosync built-in features: dbus monitoring watchdog systemd xmlconf snmp pie r
Dec 24 17:50:26 pve-srv2 corosync[2933]: [MAIN ] failed to parse node address 'pve-srv1'
Dec 24 17:50:26 pve-srv2 corosync[2933]: [MAIN ] Corosync Cluster Engine exiting with status 8 at main.c:1353.
Dec 24 17:50:26 pve-srv2 systemd[1]: corosync.service: Main process exited, code=exited, status=8/n/a
Dec 24 17:50:26 pve-srv2 systemd[1]: corosync.service: Failed with result 'exit-code'.
Dec 24 17:50:26 pve-srv2 systemd[1]: Failed to start Corosync Cluster Engine.
Dec 24 17:56:22 pve-srv2 systemd[1]: Starting Corosync Cluster Engine...


but i have ping to pve-srv1
 
i compared it with another node, it have the same settings (and it is up and running)

Code:
127.0.0.1 localhost.localdomain localhost
XXX.XXX.XXX.235 pve-srv2.mycomain.com pve-srv2
 
i think the issue was solved. i have added to the hosts of its local name pvelocalhost

but i have new issue:
Code:
pvesr status
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
trying to acquire cfs lock 'file-replication_cfg' ...
trying to acquire cfs lock 'file-replication_cfg' ...
trying to acquire cfs lock 'file-replication_cfg' ...
trying to acquire cfs lock 'file-replication_cfg' ...
trying to acquire cfs lock 'file-replication_cfg' ...
trying to acquire cfs lock 'file-replication_cfg' ..
 
I had issue when host joined the cluster with ssh to another node, fixed it, removed the host and installed and join again, and now it works