When I upgraded my test cluster from 6.x to 7.x there were no issues.
Today when upgrading one of my production nodes it appears that systemd used a new naming structure and all my interfaces changes as follows:
I was able to use a 'sed' scripts to make the needed changes in /etc/network/interfaces but I'd rather not deal with that on future nodes or have to create a link file for each node.
Is there a way I can prevent this change from happening before I run the dist-upgrade going forward?
Today when upgrading one of my production nodes it appears that systemd used a new naming structure and all my interfaces changes as follows:
ens3f0 - enp175s0f0
ens3f1 - enp175s0f1
ens6f0 - enp24s0f0
ens6f1 - enp24s0f1
ens7f0 - enp25s0f0
ens7f1 - enp25s0f1
I was able to use a 'sed' scripts to make the needed changes in /etc/network/interfaces but I'd rather not deal with that on future nodes or have to create a link file for each node.
Is there a way I can prevent this change from happening before I run the dist-upgrade going forward?