qm remote-migrate
is deemed experimental ... but probably cleanest.qm remote-migrate
is deemed experimental ... but probably cleanest.
The other options would be to literally move all what you need to one node and then separate it from a cluster as per [1] "Separate a node without reinstalling", then start new cluster from it - will leave some skeletons behind in the wardrobe you might not like later, but it does work.
Remaining manual options (splitting quorum and keeping some nodes in one cluster and others in another) will be more messy still.
[1] https://pve.proxmox.com/wiki/Cluster_Manager
remote-migrate
as I remember having been told it's a "preview", but is there anything knowingly with rough edges (or is it just that the syntax might change going forward so that people do not make scripts?) as it should be the best way to move stuff from one place to another without all the potential after-effects.This is not really related, but we have a PVE cluster setup on a bunch of servers that are in pairs to multipath sas jbods (It was inherited that way). We just split the drives up so half go to one server and half to another for each pair.and of course, like you said, as long as it is marked as experimental we are still "allowed" to revamp the interface/parameters/names and expect users to adapt
well, obviously you can script it all (I'd only use direct operations on /etc/pve for things which are not exposed, like "stealing" another node's guest config, and go with API/pct/qm/.. for the rest), but I don't think that's really easily integratable into PVE itself as a first party feature, it's too specific for your particular setup.