I have a 3-node cluster in my homelab and lost one of the nodes this weekend due to a sudden SSD failure. I had recent backups of all the CTs and VMs and restored their backups to new id #s on the other two nodes. I'm ready to replace the failed drive and reinstall pve 8.2 from scratch. I will indeed use the same hostname, ip address, and root password that I used for this node previously.
Once the install is completed and I run through an apt update/dist-upgrade, do I just copy over the following directories from one of the other cluster nodes?
Also, once the files are in place, do I just cycle pve-cluster and corosync via
Once complete with everything, I will do a
Fundamentally, the steps above are from reading https://forum.proxmox.com/threads/reinstall-node-in-cluster.64281/ . I will also probably need to update some flags like turning on AMD IOMMU, etc., redefining static names for USB drives to pass to CTs, etc. Those shouldn't be too bad as I managed to do the same on the other nodes to limp along with the other two nodes while I got parts.
Once the install is completed and I run through an apt update/dist-upgrade, do I just copy over the following directories from one of the other cluster nodes?
- /etc/pve/
- /etc/corosync/
Also, once the files are in place, do I just cycle pve-cluster and corosync via
systemctl restart corosync pve-cluster
?Once complete with everything, I will do a
pvecm updatecerts
on each node.Fundamentally, the steps above are from reading https://forum.proxmox.com/threads/reinstall-node-in-cluster.64281/ . I will also probably need to update some flags like turning on AMD IOMMU, etc., redefining static names for USB drives to pass to CTs, etc. Those shouldn't be too bad as I managed to do the same on the other nodes to limp along with the other two nodes while I got parts.
Last edited: