Looking for a little advice:
I just added a new Dell R630 to my homelab pool. In my original XCP-NG host (A supermicro X10SDV based board) is still working fine, so after adding the Dell R630 I created an XCP-NG pool for the hosts.
Everything is working well, except for 1 annoying issue: The difference in hardware is causing pool-wide eths to be different. On my supermicro, I have added a 10G SFP+ card, so it now has 5 ETHs (eth0 - eth3 are all 1gb ports) and eth4 (the 10G port). These differ from the R630 config: eth0 & eth1 are 10G SFP+ ports and eth2 & eth3 are 1G ports.
It’s kind of a pain to have to investigate each VM to see what host it’s on so I can properly assign the VM’s nics. I’ve done a little googling and it seems that I need the XCP to use the “interface-rename” script to move the PIFs around. What is the best approach to do this?