I've recently upgraded one of our installations from 6.x to the latest 7.x.
Because of that I have been monitoring the VMs a little bit more closely, which is why I noticed one linux VM behaving strangely. This is a debian 10 VM with more than 10 NICs and after closer inspection, I saw that a lot of interfaces have "lost" their name. They are now named as "rename9", "rename10" and so on:
I am not 100% sure if this is related to the upgrade and even worse, I am 100% sure either if this hasn't been like that for a longer time, prior to the upgrade.
But maybe someone else has seen this before?
Thanks
Because of that I have been monitoring the VMs a little bit more closely, which is why I noticed one linux VM behaving strangely. This is a debian 10 VM with more than 10 NICs and after closer inspection, I saw that a lot of interfaces have "lost" their name. They are now named as "rename9", "rename10" and so on:
Code:
$ ip l
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: ens18: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether b6:b6:98:b8:48:f5 brd ff:ff:ff:ff:ff:ff
3: ens19: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether e6:7b:ba:fe:b1:b2 brd ff:ff:ff:ff:ff:ff
4: ens20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether ae:72:ff:51:e2:11 brd ff:ff:ff:ff:ff:ff
5: ens21: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether 6a:15:c3:6e:e8:99 brd ff:ff:ff:ff:ff:ff
6: ens22: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether 52:23:a6:bc:07:25 brd ff:ff:ff:ff:ff:ff
7: ens23: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether f6:48:91:15:b3:df brd ff:ff:ff:ff:ff:ff
8: ens1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether 06:53:d4:6f:81:02 brd ff:ff:ff:ff:ff:ff
9: rename9: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 66:11:21:99:2d:c1 brd ff:ff:ff:ff:ff:ff
10: ens30: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 96:66:9a:16:7c:e2 brd ff:ff:ff:ff:ff:ff
11: rename11: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether ae:9b:cd:1d:84:5d brd ff:ff:ff:ff:ff:ff
12: rename12: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 2e:20:dc:c4:34:96 brd ff:ff:ff:ff:ff:ff
13: rename13: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 6a:4c:66:09:a7:1d brd ff:ff:ff:ff:ff:ff
I am not 100% sure if this is related to the upgrade and even worse, I am 100% sure either if this hasn't been like that for a longer time, prior to the upgrade.
But maybe someone else has seen this before?
Thanks