[Bug 219395] New: use of PERSISTENT_NAME in ifcfg-br0 to configure bridge
https://bugzilla.novell.com/show_bug.cgi?id=219395 Summary: use of PERSISTENT_NAME in ifcfg-br0 to configure bridge Product: openSUSE 10.2 Version: Beta 1 plus Platform: 32bit OS/Version: All Status: NEW Severity: Major Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: diego.ercolani@yacme.com QAContact: qa@suse.de whithin the ifcfg-br0 is it possible to use PERSISTENT_NAME='name' to create the bridge virtual interface name instead of default brX name but there are some issues in the startup script /sbin/ifup during system startup because it have to restart network to bring up bridge interface -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219395 chrubis@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |zoz@novell.com |screening@forge.provo.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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219395 zoz@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |diego.ercolani@yacme.com ------- Comment #1 from zoz@novell.com 2006-11-14 07:48 MST ------- What issues? Can it be related to bug 193216? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219395 ------- Comment #2 from diego.ercolani@yacme.com 2006-11-14 08:14 MST ------- I'm not allowed to see 193216 -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219395 ------- Comment #3 from zoz@novell.com 2006-11-14 08:41 MST ------- Can you see it now? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219395 diego.ercolani@yacme.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|diego.ercolani@yacme.com | ------- Comment #4 from diego.ercolani@yacme.com 2006-11-14 08:58 MST ------- yes, but with my installation bridge starts at boot! I'm going to explain, I hope.... OpenSUSE version is 10.2Beta1+ (current developing) or better, was installed October 6 2006). Only if I use PERSISTENT_NAME bridge have to be restarted maually after boot-up. I give you my WORKING ifcfg-br0 configuration /etc/sysconfig/network/ifcfg-br0: STARTMODE='auto' BOOTPROTO='static' IPADDR='192.168.10.99' NETMASK='255.255.255.0' BROADCAST='192.168.10.255' BRIDGE='yes' BRIDGE_PORTPRIORITIES='50 20' DHCLIENT_WAIT_AT_BOOT=30 BRIDGE_PORTS='eth-id-00:0d:88:2e:74:a1 eth-id-00:15:e9:f1:ad:54' #PERSISTENT_NAME=examplename and ethernet configurations ifcfg-eth-id-00:0d:88:2e:74:a1: BOOTPROTO='dhcp' UNIQUE='rBUF.g1Ba_umQFy6' STARTMODE='off' BROADCAST='' ETHTOOL_OPTIONS='' IPADDR='' MTU='' NAME='' NETMASK='' NETWORK='' REMOTE_IPADDR='' USERCONTROL='no' ifcfg-eth-id-00:15:e9:f1:ad:54: BOOTPROTO='dhcp' BROADCAST='' ETHTOOL_OPTIONS='' IPADDR='' MTU='' NAME='D-Link DFE-538TX 10/100 Ethernet Adapter' NETMASK='' NETWORK='' REMOTE_IPADDR='' STARTMODE='off' UNIQUE='JNkJ.g1Ba_umQFy6' USERCONTROL='no' _nm_name='bus-pci-0000:00:10.0' If I remove the '#' before PERSISTENT_NAME definition, the bootup process doesn't configure the bridge. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219395 zoz@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Network |Network Product|openSUSE 10.2 |openSUSE 10.3 Version|Beta 1 plus |unspecified ------- Comment #5 from zoz@novell.com 2006-11-20 11:55 MST ------- PERSISTENT_NAME was never intended for virtual interfaces like bridge interfaces. And since we provide persistent interface names via udev rules now, PERSISTENT_NAME is obsolete (just there for backward compliance). Nevertheless i will have a look at it. But not for 10.2. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219395 ------- Comment #6 from diego.ercolani@yacme.com 2006-11-21 01:49 MST ------- Ok. Is it possile to add for 10.2 a warning/error message so people doesn't use it? something like..... [ -z "$PERSISTENT_NAME" ] || echo "Warning/Error PERSISTENT_NAME not allowed for virtual interfaces, please see /usr/share/doc....." thank you Diego -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219395#c7 Christian Zoz <zoz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #7 from Christian Zoz <zoz@novell.com> 2007-07-26 10:19:42 MST --- I dropped PERSISTENT_NAME completely. For physical interfaces there is /etc/udev/rules/{70,75}*net*rules. And some virtual interfaces like bridges or bonding interfaces can just use the wanted name as configuration name. If you create a bridge config file ifcfg-mybridge you may call then just ifup/down mybridge. It will also be set up at boot time. Try 10.3 Alpha 7 as soon as available. -- 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