[Bug 1224860] recent wicked change related to STARTMODE?
https://bugzilla.suse.com/show_bug.cgi?id=1224860 https://bugzilla.suse.com/show_bug.cgi?id=1224860#c3 Patrick Schaaf <patrick.schaaf@yalwa.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(patrick.schaaf@ya | |lwa.com) | --- Comment #3 from Patrick Schaaf <patrick.schaaf@yalwa.com> --- (In reply to Marius Tomaschewski from comment #1) Thank you for looking into this, and all the explanation. What you write, matches my understanding / expectation. Note that I do not use STARTMODE=off but (on the "underlings") STARTMODE=manual. Here is a bit more info about my actual configuration, this time from a VM without the lacp bond in between, so a bit simpler (and still seeing same change) awe:~ # egrep -H '(STARTMODE|BRIDGE_PORTS|ETHERDEVICE|BOOTPROTO|IPADDR)' /etc/sysconfig/network/ifcfg-* /etc/sysconfig/network/ifcfg-eth0:STARTMODE=manual /etc/sysconfig/network/ifcfg-eth0:BOOTPROTO=none /etc/sysconfig/network/ifcfg-lo:IPADDR=127.0.0.1/8 /etc/sysconfig/network/ifcfg-lo:STARTMODE=nfsroot /etc/sysconfig/network/ifcfg-lo:BOOTPROTO=static /etc/sysconfig/network/ifcfg-v178:STARTMODE=auto /etc/sysconfig/network/ifcfg-v178:BOOTPROTO=static /etc/sysconfig/network/ifcfg-v178:IPADDR0=192.168.178.249/24 /etc/sysconfig/network/ifcfg-v178:ETHERDEVICE=vbr /etc/sysconfig/network/ifcfg-v2082:STARTMODE=auto /etc/sysconfig/network/ifcfg-v2082:BOOTPROTO=static /etc/sysconfig/network/ifcfg-v2082:IPADDR0=172.20.82.249/24 /etc/sysconfig/network/ifcfg-v2082:ETHERDEVICE=vbr /etc/sysconfig/network/ifcfg-vbr:STARTMODE=manual /etc/sysconfig/network/ifcfg-vbr:BOOTPROTO=none /etc/sysconfig/network/ifcfg-vbr:BRIDGE_PORTS=eth0 And here is the output you requested: awe:~ # wicked ifup --dry-run all wicked: System interface hierarchy structure: wicked: lo[1] wicked: bond0[2] wicked: eth0[3] wicked: Config interface hierarchy structure: wicked: + lo [1] wicked: bond0 [2] wicked: v178 wicked: +-- vbr wicked: *-- eth0 [3] wicked: vbr wicked: *-- eth0 [3] wicked: v2082 wicked: +-- vbr wicked: *-- eth0 [3] Interface level result after booting: awe:~ # ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever 2: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 02:7b:a9:9b:f5:4a brd ff:ff:ff:ff:ff:ff 3: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether da:b0:fe:00:b1:01 brd ff:ff:ff:ff:ff:ff altname enp0s3 I'll happily adapt my generator to just have STARTMODE=auto for all the interfaces, if that's the better approach. Really mostly reporting this because it is a behaviour change + might surprise others (or maybe is interesting for you development wise.) -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com