[Bug 415389] New: vlan support in initrd
https://bugzilla.novell.com/show_bug.cgi?id=415389 Summary: vlan support in initrd Product: openSUSE 11.1 Version: Factory Platform: Other OS/Version: Linux Status: NEW Severity: Enhancement Priority: P5 - None Component: Booting AssignedTo: jsrain@novell.com ReportedBy: erik@hensema.net QAContact: jsrain@novell.com Found By: --- It would be very useful to be able to create vlan network interfaces in initrd via kernel command line parameters. This makes network support in initrd more complete. In our case we need vlan support because all servers have two physical network interfaces. eth0 is connected to the default vlan, which is internet in our case. eth1 is a trunk interface connected to several internal vlans. We need the vlans to seperate traffic from different virtual machines. Only one vlan supports nfs, other vlans are more restricted or private to a customer owning a virtual machine. Because a xen dom0 server doesn't need much diskspace, we boot them from the network. This requires the initrd to login to the nfs server, which requires vlan support. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=415389 Jiri Srain <jsrain@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jsrain@novell.com |hare@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=415389 User hare@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=415389#c1 Hannes Reinecke <hare@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |kkeil@novell.com --- Comment #1 from Hannes Reinecke <hare@novell.com> 2008-08-08 08:05:46 MDT --- I have no idea how to setup a vlan. Karsten, can you give me an example here? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=415389 User erik@hensema.net added comment https://bugzilla.novell.com/show_bug.cgi?id=415389#c2 Erik Hensema <erik@hensema.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|kkeil@novell.com | --- Comment #2 from Erik Hensema <erik@hensema.net> 2008-08-11 13:14:45 MDT --- Created an attachment (id=232791) --> (https://bugzilla.novell.com/attachment.cgi?id=232791) example script to setup a vlan in initrd This attachment illustrates setting up a vlan interface in initrd. It can be dropped in /lib/mkinitrd/boot. Maybe you need a script in /lib/mkinitrd/setup too; mine essentially does nothing at all: #!/bin/bash # #%stage: device #%depends: iscsi nfs network Not sure about the depends: line. Of course the real thing needs to be rewritten such that it parses the kernel command line; it should need two parameters: the physical device (ethX) and the vlan number (2-4096). Something like this: vlan=eth1:2 should create a vlan2 interface attached to eth1. See also /etc/sysconfig/network/scripts/ifup-802.1q. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=415389 Hannes Reinecke <hare@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|hare@novell.com |agraf@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=415389 User agraf@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=415389#c3 Alexander Graf <agraf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |erik@hensema.net --- Comment #3 from Alexander Graf <agraf@novell.com> 2008-12-06 03:37:24 MST --- Is there an upstream kernel command line syntax for this or do we have to invent our own? What options do other distributions use, so we keep compatible? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=415389 Alexander Graf <agraf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|agraf@novell.com |bwalle@novell.com Status|NEEDINFO |NEW Info Provider|erik@hensema.net | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=415389 Bernhard Walle <bwalle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Component|Bootloader |Basesystem Priority|P5 - None |P4 - Low Product|openSUSE 11.1 |openSUSE 11.2 Version|Factory |Alpha 0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=415389 User erik@hensema.net added comment https://bugzilla.novell.com/show_bug.cgi?id=415389#c4 --- Comment #4 from Erik Hensema <erik@hensema.net> 2008-12-16 03:25:00 MST --- as far as I know other distributions don't have vlan support in initrd, so there's no established syntax yet. You may however want to take the different naming styles for vlan interfaces into account. Refer to the 'vconfig' output for the (four) different naming styles. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=415389 User bwalle@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=415389#c5 Bernhard Walle <bwalle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FEATURE --- Comment #5 from Bernhard Walle <bwalle@novell.com> 2009-01-07 07:47:12 MST --- Created FATE #305631. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com