<div dir="ltr">I tried add new node to proxmox cluster and had problem:<br><br><br><br>pvecm add cluster_ip --force<br>Are you sure you want to continue connecting (yes/no)? yes
<br>node cluster-2-4 already defined
<br>copy corosync auth key
<br>stopping pve-cluster service
<br>backup old database
<br>Job for corosync.service failed. See 'systemctl status corosync.service' and 'journalctl -xn' for details.
<br>waiting for quorum...<br><br>and nothing, on other console:<br><br><br>sytemctl status corosync.service
<br>● corosync.service - Corosync Cluster Engine
<br>   Loaded: loaded (/lib/systemd/system/corosync.service; enabled)
<br>   Active: failed (Result: exit-code) since Wed 2016-02-03 17:16:43 EET; 3min 55s ago
<br>  Process: 3657 ExecStart=/usr/share/corosync/corosync start (code=exited, status=1/FAILURE)
<br> <br>Feb 03 17:16:43 cluster-2-4 corosync[3664]: parse error in config: Can't open logfile '/var/log/cluster/corosync.log' for reason: No such file or directory (2).
<br>Feb 03 17:16:43 cluster-2-4 corosync[3657]: Starting Corosync Cluster Engine (corosync): [FAILED]
<br>Feb 03 17:16:43 cluster-2-4 systemd[1]: corosync.service: control process exited, code=exited status=1
<br>Feb 03 17:16:43 cluster-2-4 systemd[1]: Failed to start Corosync Cluster Engine.
<br>Feb 03 17:16:43 cluster-2-4 systemd[1]: Unit corosync.service entered failed state.<br><br><br>ok, I ran command: mkdir /var/log/cluster<br>and I was happy, because on other console saw:<br><br>OK
<br>generating node certificates
<br>merge known_hosts file
<br>restart services
<br>successfully added node 'cluster-2-4' to cluster.
<br>root@cluster-2-4:~#<br><br><br>This problem with /var/log/cluster  appeared from version 4.2, can you fix this in install scripts?<br><br><br><br></div>