Proxmox 2nd Node Removal

natharas

Member
Sep 4, 2022
22
0
6
I've decided that I'm going to remove my 2nd Proxmox node and go pfSense on baremetal. I had some issues last week and as part of that I started to play with the cluster, ultimately I ended up running the following that I found in another reddit post:

systemctl stop pve-cluster corosync

pmxcfs -l

rm -r /etc/corosync/*

rm /etc/pve/corosync.conf

killall pmxcfs

systemctl start pve-cluster

What I'd like to know, is there a way to do a health check on my primary host before I completely blow away my second node?