cp: cannot stat '/etc/pve/corosync.conf': No such file or directory

Talha

Well-Known Member
Jan 13, 2020
57
0
46
30
Hi,
After removing node from cluster im receiving corosync.conf not found error. How can i restore corosync?
 
Hi,

You can do :
Code:
touch /etc/pve/corosync.conf && systemctl restart corosync
And you can put back your quorum information.

But if your node is alone, not need corosync you can do
Code:
systemctl disable --now corosync
Corosync is only necessary when creating a cluster to have a quorum.

Best Regards
 
Last edited: