Due instability issues we're having with a Proxmox 3.1 cluster, we need to remove several servers from the cluster without migrating the OpenVZ containers off of them. This thread is not about the instability of the cluster, if you want to read about that, go here: http://forum.proxmox.com/threads/17663-Proxmox-3-1-kernel-crash-that-takes-other-servers-offline-too
I know the docs say that you have to migrate everything off the nodes first, but I can't think why that would be necessary since I'm only running OpenVZ containers with no HA features, etc. They really don't need to be part of a cluster and I just want them to each run as a standalone machines.
Will running "pvecm delnode [node]" attempt to delete containers off the node? If so, can't I just remove the master's access to the node by removing the master from /root/.ssh/authorized_keys to prevent that from happening?
I suppose after I've removed it from the master, there'd be some work to turn off clustering on the node... perhaps this:
/etc/init.d/pve-cluster stop
/etc/init.d/cman stop
umount /etc/pve
...and adjust startup scripts so these things are no longer running. Is there anything else that would need to be turned off?
I know the docs say that you have to migrate everything off the nodes first, but I can't think why that would be necessary since I'm only running OpenVZ containers with no HA features, etc. They really don't need to be part of a cluster and I just want them to each run as a standalone machines.
Will running "pvecm delnode [node]" attempt to delete containers off the node? If so, can't I just remove the master's access to the node by removing the master from /root/.ssh/authorized_keys to prevent that from happening?
I suppose after I've removed it from the master, there'd be some work to turn off clustering on the node... perhaps this:
/etc/init.d/pve-cluster stop
/etc/init.d/cman stop
umount /etc/pve
...and adjust startup scripts so these things are no longer running. Is there anything else that would need to be turned off?