Hiya,
I've been running a ProxMox instance for quite a while and then had a 'spare' physical machine I wanted to try 'clustering' with.
With some help from the online manuals, and the forums it was quite easy to setup the cluster and add the second node...
However, it turns out when I switch off the 'extra' node, the machines on the orignal node are switched off too.
Can't seem to set 'exptected' nodes to 1 on both the nodes....And would really like to 'revert' to a pre-cluster setup where it's just the one pve hosting my VM's.... (and I'll reinstall the other machine to a standalone version, as I don't want it powered on all the time...)
Now some manuals/forum posts (like this one: https://forum.proxmox.com/threads/proxmox-ve-6-removing-cluster-configuration.56259/) link to these actions
But i'm not quite sure if that's what I want ....
Isn't there a way to just 'uncluster' the entire cluster?
I've been running a ProxMox instance for quite a while and then had a 'spare' physical machine I wanted to try 'clustering' with.
With some help from the online manuals, and the forums it was quite easy to setup the cluster and add the second node...
However, it turns out when I switch off the 'extra' node, the machines on the orignal node are switched off too.
Can't seem to set 'exptected' nodes to 1 on both the nodes....And would really like to 'revert' to a pre-cluster setup where it's just the one pve hosting my VM's.... (and I'll reinstall the other machine to a standalone version, as I don't want it powered on all the time...)
Now some manuals/forum posts (like this one: https://forum.proxmox.com/threads/proxmox-ve-6-removing-cluster-configuration.56259/) link to these actions
Code:
systemctl stop pve-cluster corosync
pmxcfs -l
rm /etc/corosync/*
rm /etc/pve/corosync.conf
killall pmxcfs
systemctl start pve-cluster
But i'm not quite sure if that's what I want ....
Isn't there a way to just 'uncluster' the entire cluster?