Re: [systemd-devel] Network Interface Names: solution for a desktop OS

2016-04-12 Thread Jordan Hargrave
On Tue, Apr 12, 2016 at 5:39 PM, Xen wrote: > Just want to summarize here very shortly. > > > If you turn the hotplug naming scheme into something more attractive. > > If you turn the USB naming scheme into something more attractive. > > If you accept like a 99.9% confidence interval for waiting u

Re: [systemd-devel] Resolving systemd naming problems on multi-port PCI cards

2016-04-07 Thread Jordan Hargrave
On Thu, Apr 7, 2016 at 11:48 AM, Kay Sievers wrote: > On Thu, Apr 7, 2016 at 6:08 PM, Jordan Hargrave wrote: >> The current systemd naming scheme for Network cards has a problem >> correctly naming multi-port NIC devices in a PCI slot. >> >> Systemd currently

[systemd-devel] Resolving systemd naming problems on multi-port PCI cards

2016-04-07 Thread Jordan Hargrave
The current systemd naming scheme for Network cards has a problem correctly naming multi-port NIC devices in a PCI slot. Systemd currently generates names of the form: enpAsBfCdD pA = PCI bus number sB = PCI device number (confusingly called 'SLOT') fC = PCI function number [dD = NIC device port

Re: [systemd-devel] Proposal: Add biosdevname naming scheme to systemd

2016-02-04 Thread Jordan Hargrave
On Tue, Oct 20, 2015 at 10:04 PM, Jordan Hargrave wrote: > On Tue, Oct 20, 2015 at 3:02 PM, Andrei Borzenkov > wrote: > > 20.10.2015 17:30, Jordan Hargrave пишет: > > > >> On Tue, Oct 20, 2015 at 1:15 AM, Andrei Borzenkov > >> wrote: > >>> > &

Re: [systemd-devel] network interface renaming via PCI ID w/ systemd-udevd

2015-11-13 Thread Jordan Hargrave
On Fri, Nov 13, 2015 at 12:44 PM, Filipe Brandenburger wrote: > On Thu, Nov 12, 2015 at 10:13 AM, Matthew Hall wrote: >> On Thu, Nov 12, 2015 at 10:37:56AM +0100, Lennart Poettering wrote: >>> Since time began eth* is where the kernel automatically picked iface >>> names from. If you want to assi

Re: [systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-10 Thread Jordan Hargrave
On Tue, Nov 10, 2015 at 9:37 AM, Tom Gundersen wrote: > On Tue, Nov 10, 2015 at 2:29 PM, Jordan Hargrave wrote: >> On Tue, Nov 10, 2015 at 4:53 AM, Kay Sievers wrote: >>> On Tue, Nov 10, 2015 at 5:49 AM, Jordan Hargrave wrote: >>>> Cleaned up linux coding s

Re: [systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-10 Thread Jordan Hargrave
On Tue, Nov 10, 2015 at 4:53 AM, Kay Sievers wrote: > On Tue, Nov 10, 2015 at 5:49 AM, Jordan Hargrave wrote: >> Cleaned up linux coding style >> >> This patch will integrate some of the features of biosdevname into systemd. >> The code detects the port and index f

Re: [systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-09 Thread Jordan Hargrave
for NIC, and store in the variable ID_NET_NAME_SMBIOS_SLOT. Systemd does not have a method for naming ports on a multi-port card plugged into a slot. Signed-off-by: Jordan Hargrave --- src/udev/udev-builtin-net_id.c | 206 + 1 file changed, 206 insertions

Re: [systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-09 Thread Jordan Hargrave
On Mon, Nov 9, 2015 at 4:43 PM, Lennart Poettering wrote: > On Mon, 09.11.15 12:42, Jordan Hargrave (jhar...@gmail.com) wrote: > >> From: Jordan Hargrave >> >> This patch will integrate some of the features of biosdevname into systemd. >> The code detects the po

[systemd-devel] Fwd: [PATCH] Add support for detecting NIC partitions on Dell Servers

2015-11-09 Thread Jordan Hargrave
From: Jordan Hargrave This patch will integrate some of the features of biosdevname into systemd. The code detects the port and index for detecting NIC partitions. This creates a new environment variable, ID_NET_NAME_PARTITION of the format _ The patch will also decode SMBIOS slot number for

Re: [systemd-devel] Proposal: Add biosdevname naming scheme to systemd

2015-10-20 Thread Jordan Hargrave
On Tue, Oct 20, 2015 at 3:02 PM, Andrei Borzenkov wrote: > 20.10.2015 17:30, Jordan Hargrave пишет: > >> On Tue, Oct 20, 2015 at 1:15 AM, Andrei Borzenkov >> wrote: >>> >>> On Tue, Oct 20, 2015 at 7:46 AM, Jordan Hargrave >>> wrote: >>>>

Re: [systemd-devel] Proposal: Add biosdevname naming scheme to systemd

2015-10-20 Thread Jordan Hargrave
On Tue, Oct 20, 2015 at 3:14 AM, Kay Sievers wrote: > On Tue, Oct 20, 2015 at 6:46 AM, Jordan Hargrave wrote: >> On Mon, Mar 2, 2015 at 1:17 PM, Tom Gundersen wrote: >>> Hi Jordan, >>> >>> On Mon, Mar 2, 2015 at 4:45 PM, Jordan Hargrave wrote: >>&

Re: [systemd-devel] Proposal: Add biosdevname naming scheme to systemd

2015-10-20 Thread Jordan Hargrave
On Tue, Oct 20, 2015 at 1:15 AM, Andrei Borzenkov wrote: > On Tue, Oct 20, 2015 at 7:46 AM, Jordan Hargrave wrote: >> On Mon, Mar 2, 2015 at 1:17 PM, Tom Gundersen wrote: >>> Hi Jordan, >>> >>> On Mon, Mar 2, 2015 at 4:45 PM, Jordan Hargrave wrote: >>&

Re: [systemd-devel] Proposal: Add biosdevname naming scheme to systemd

2015-10-19 Thread Jordan Hargrave
On Mon, Mar 2, 2015 at 1:17 PM, Tom Gundersen wrote: > Hi Jordan, > > On Mon, Mar 2, 2015 at 4:45 PM, Jordan Hargrave wrote: >> There are currently two competing naming mechanisms for network cards, >> biosdevname and systemd. Systemd currently has some limitations on nam

Re: [systemd-devel] Proposal: Add Drive Enclosure/Slot mapping to systemd

2015-03-02 Thread Jordan Hargrave
On Mon, Mar 2, 2015 at 10:24 AM, Andrei Borzenkov wrote: > В Mon, 2 Mar 2015 09:48:51 -0600 > Jordan Hargrave пишет: > > > It would be nice if systemd could discover and display enclosure/bay slot > > mappings for drives in the system. The /dev/disk/by-path method doesn&

[systemd-devel] Proposal: Add Drive Enclosure/Slot mapping to systemd

2015-03-02 Thread Jordan Hargrave
It would be nice if systemd could discover and display enclosure/bay slot mappings for drives in the system. The /dev/disk/by-path method doesn't quite work, for SAS drives the ID can change on hotplug. The slot mapping also doesn't handle PCIe SSD devices as they are bare block devices and don't

[systemd-devel] Proposal: Add biosdevname naming scheme to systemd

2015-03-02 Thread Jordan Hargrave
There are currently two competing naming mechanisms for network cards, biosdevname and systemd. Systemd currently has some limitations on naming cards that use network partitioning or support SR-IOV. Proposal is to add support for biosdevname-like names as part of systemd. The names would be cre