T Talha Active Member Jan 13, 2020 57 0 26 29 Dec 6, 2022 #1 Hi, After removing node from cluster im receiving corosync.conf not found error. How can i restore corosync?
Hi, After removing node from cluster im receiving corosync.conf not found error. How can i restore corosync?
L liberodark Active Member Apr 26, 2021 113 25 33 31 Dec 6, 2022 #2 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: Dec 6, 2022
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