> -----Original Message-----
> From: Joey Boggs [mailto:[email protected]]
> Sent: May-15-13 2:53 PM
> To: Luc Simard
> Cc: [email protected]
> Subject: Re: [node-devel] Problem with biosdevname
> 
> On 05/15/2013 02:43 PM, Luc Simard wrote:
> 
> 
>       Hi guys,
> 
> 
> 
>       I have a problem with the renaming of the network interfaces (dell
> poweredge r710).  At every boot, one of the interface will be renamed to
> renameX and it's never the same one.  In the output I pasted below bios
> device p2p2 has been renamed to rename7.  Also as you can see the p2p3 is
> renamed p2p2 instead of p2p3. Anybody knows why this occurs?
> 
> 
> 
>       Here's the version the server currently use:
> 
>       [root@virtual02 ~]# cat /etc/redhat-release
> 
>       oVirt Node Hypervisor release 2.6.1 (20120228.fc18)
> 
> 
> 
>       The output using biosdevname -d:
> 
>       [...]
> 
>       BIOS device: p2p2
> 
>       Kernel name: rename7
> 
>       Permanent MAC: x
> 
>       Assigned MAC : x
> 
>       ifIndex: 7
> 
>       Driver: igb
> 
>       Driver version: 4.0.1-k
> 
>       Firmware version: 1.51, 0x00016169
> 
>       Bus Info: 0000:06:00.1
> 
>       PCI name      : 0000:06:00.1
> 
>       PCI Slot      : 2
> 
>       Index in slot: 2
> 
> 
> 
>       BIOS device: p2p3
> 
>       Kernel name: p2p2
> 
>       Permanent MAC: x
> 
>       Assigned MAC : x
> 
>       ifIndex: 8
> 
>       Driver: igb
> 
>       Driver version: 4.0.1-k
> 
>       Firmware version: 1.51, 0x0001616a
> 
>       Bus Info: 0000:07:00.0
> 
>       PCI name      : 0000:07:00.0
> 
>       PCI Slot      : 2
> 
>       Index in slot: 3
> 
>       [...]
> 
> 
> 
>       --Luc
> 
> 
> 
> 
>       _______________________________________________
>       node-devel mailing list
>       [email protected]
>       http://lists.ovirt.org/mailman/listinfo/node-devel
> 
> 
> Can you get the ifcfg-XXXX files and the output from dmesg?

I have only one configuration file for em1 but I doubt it's related to this 
issue. Here's the udev dmesg output:

[    4.429169] systemd-udevd[302]: renamed network interface eth1 to p2p2
[    4.441210] systemd-udevd[304]: renamed network interface eth0 to p2p1
[    4.446207] systemd-udevd[306]: renamed network interface eth6 to p1p3
[    4.457198] systemd-udevd[305]: renamed network interface eth3 to p2p3
[    4.467193] systemd-udevd[311]: renamed network interface eth5 to p1p2
[    4.480199] systemd-udevd[308]: renamed network interface eth4 to p1p1
[    4.480247] systemd-udevd[309]: Tried to rename network interface eth2, but 
the target name p2p3 already exists! The names that udev rules assign to 
network interfaces must be changed. Avoid names that collide with kernel 
created ones. A workaround will be attempted now, but this WILL BREAK in a 
future release! See https://bugs.freedesktop.org/show_bug.cgi?id=56929#c3
[    4.491179] systemd-udevd[313]: renamed network interface eth7 to p1p4
[    4.502116] systemd-udevd[309]: renamed network interface eth2 to rename8

--Luc
_______________________________________________
node-devel mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/node-devel

Reply via email to