I had a single node which I transformed into a 2 nodes cluster, and while the secondary node had no machines yet I tried to disconnect it from the cluster.
However, I ran the following commands in the main node instead of the secondary node, so causing issues:
Trying to fix it, I made it even worse by reinstalling the package
I see the configurations are still available in the secondary node, that now cannot connect to the broken node.
Can I just copy these configurations from the secondary node to the main node in order to restore the `/etc/pve` there? If so, is there any other configurations I should be aware of?
However, I ran the following commands in the main node instead of the secondary node, so causing issues:
Bash:
systemctl stop pve-cluster
systemctl stop corosync
pmxcfs -l
rm /etc/pve/corosync.conf
rm /etc/corosync/*
killall pmxcfs
systemctl start pve-cluster
Trying to fix it, I made it even worse by reinstalling the package
corosync-pve
, which seems to have deleted the virtual machines' configurations at the main node.I see the configurations are still available in the secondary node, that now cannot connect to the broken node.
Can I just copy these configurations from the secondary node to the main node in order to restore the `/etc/pve` there? If so, is there any other configurations I should be aware of?