Hi,
this should be not so difficult.
First make a backup of /etc/pve/cluster.cfg (and take a look at the file).
use "pveca -l" to show cluster.
delete a node from the cluster:
after that, go on this node and make this to a new master:
Add other nodes (which aren't in the first cluster) to the new master (on the node):
Code:
pveca -a -h IP_of_new_master
This should be all.
Udo