UDEV Renaming interfaces
Network interface “bond0” is comprised of physical interfaces “ens7f0” and “ens7f1.” UDEV is renaming “ensf71” to “ensf71d1” and causing bond0 to be, for lack of a better term, “degraded” on storage006 and storage009. I will implement a salt state that prevents this behavior from happening on any server in the future.
I found the following link that speaks to the issue:
https://askubuntu.com/questions/783457/renaming-network-interface-in-ubuntu-16-04-with-systemd-fails
ens7f0 Link encap:Ethernet HWaddr 00:0f:53:40:df:10
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:31248800870 errors:0 dropped:0 overruns:0 frame:0
TX packets:30120703926 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8910422204134 (8.9 TB) TX bytes:5024365865635 (5.0 TB)
Interrupt:33
ens7f1d1 Link encap:Ethernet HWaddr 00:0f:53:40:df:11
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:147