]> xenbits.xensource.com Git - osstest.git/commit
Disable persistent net generator on Bookworm
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 18 Aug 2023 10:55:11 +0000 (11:55 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Thu, 28 Mar 2024 16:51:52 +0000 (16:51 +0000)
commite172345dc1608e313ae8d952f3323df21c1e55b2
treecbc308d1547c9983d93bc709694740a5887776a1
parentbbaf83c744dba5b0496998da822ccd144333ab1c
Disable persistent net generator on Bookworm

This schema doesn't work. Even if the udev rule is there, the name of
the different NIC are different from one boot to the next. On a
machine (sabro*) with 3 different NIC, the name of each interface is
basically random and could take on of three name, "eth[0-2]".

net.ifnames=0 does still mean that we have "eth*" names, but the
generated file "75-persistent-net-generator" doesn't seems to name the
interfaces as expected.

The new predictable network interface names schema seems to work well
enough. The names are still the same after rebooting into Xen, at
least on the few machine tested so far. But, we will change to a "mac"
name policy in a follow-up commit.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Osstest/Debian.pm
ts-host-install