Activity log for bug #1804861

Date Who What changed Old value New value Message
2018-11-23 16:24:01 Alvaro Uria bug added bug
2018-11-23 16:24:13 Alvaro Uria bug added subscriber The Canonical Sysadmins
2018-11-23 16:24:20 Alvaro Uria bug added subscriber Canonical IS BootStack
2018-11-26 11:07:54 Calvin Hartwell bug added subscriber Canonical Field Critical
2018-11-26 11:12:08 Calvin Hartwell bug added subscriber Calvin Hartwell
2018-11-26 21:47:09 Steve Langasek bug added subscriber Steve Langasek
2018-11-27 15:30:32 Mathieu Trudel-Lapierre attachment added lp1804861.tar.gz https://bugs.launchpad.net/netplan/+bug/1804861/+attachment/5216801/+files/lp1804861.tar.gz
2018-11-27 16:01:06 Ryan Harper bug added subscriber Ryan Harper
2018-11-28 13:35:52 Francis Ginther tags canonical-bootstack canonical-bootstack id-5bfdb43fc0744c8fae37a20e
2018-12-04 16:20:29 Mathieu Trudel-Lapierre bug task added netplan.io (Ubuntu)
2018-12-04 16:20:37 Mathieu Trudel-Lapierre bug task added maas (Ubuntu)
2018-12-05 10:33:07 Vladimir Grevtsev bug added subscriber Vladimir Grevtsev
2018-12-12 16:56:15 Mathieu Trudel-Lapierre netplan: status New Fix Committed
2018-12-14 23:14:31 Launchpad Janitor netplan.io (Ubuntu): status New Fix Released
2019-01-08 15:18:26 Launchpad Janitor maas (Ubuntu): status New Confirmed
2019-03-11 20:45:21 Mathieu Trudel-Lapierre description netplan version: 0.36.3 Ubuntu Bionic """ network: version: 2 vlans: bond0.810: addresses: - 10.20.33.3/29 id: 810 link: bond0 mtu: 1500 nameservers: *id001 """ Note: bond0 and its slaves have mtu=9000 configured (there are other vlans using 9000, too). On netplan source code deployed by the package, only "migrate.py" has references to "MTU", however, a command does not exist for "migrate". I also tried to add /etc/udev/rules.d/70-net.rules: """ SUBSYSTEM=="net", ACTION=="add", KERNEL=="bond0.810", ATTR{mtu}=="9000", ATTR{mtu}="1500" """ But it doesn't get applied. [Impact] Users of netplan with complex bridge or bond configurations, where setting MTU or renaming is required and matching is done by MAC address. [Test case] 1) Configure netplan with a bond, and device members that use different MTU values: network: version: 2 ethernets: ens6: set-name: ens6 match: macaddress: 52:54:00:25:ba:4f mtu: 9000 ens7: set-name: ens7 match: macaddress: 52:54:00:02:86:3b mtu: 9000 bonds: bond0: interfaces: - ens6 - ens7 mtu: 9000 parameters: down-delay: 0 lacp-rate: fast mii-monitor-interval: 100 mode: 802.3ad up-delay: 0 transmit-hash-policy: layer3+4 vlans: bond0.804: mtu: 1500 id: 804 link: bond0 addresses: - 10.20.16.50/24 bond0.1: mtu: 1500 id: 1 link: bond0 addresses: - 10.3.67.31/20 gateway4: 10.3.67.1 nameservers: addresses: - 10.3.67.22 search: - cloud 2) Verify that the correct MTU has been applied to each interface: ens6: 9000 ens7: 9000 bond0: 9000 bond0.804: 1500 bond0.1: 1500 [Regression potential] Minimal risk of regression: this changes the generated configuation in a very targetted way, where only when dealing with an interface added to bond or a bridge *and* matching by MAC address is in use, the generated configuration for networkd is further qualified by device Type to ensure it does not match on extra devices (ie. because some may share the same MAC address). Other configurations (such has when no matching is in use) are not affected. --- netplan version: 0.36.3 Ubuntu Bionic """ network:     version: 2     vlans:         bond0.810:             addresses:             - 10.20.33.3/29             id: 810             link: bond0             mtu: 1500             nameservers: *id001 """ Note: bond0 and its slaves have mtu=9000 configured (there are other vlans using 9000, too). On netplan source code deployed by the package, only "migrate.py" has references to "MTU", however, a command does not exist for "migrate". I also tried to add /etc/udev/rules.d/70-net.rules: """ SUBSYSTEM=="net", ACTION=="add", KERNEL=="bond0.810", ATTR{mtu}=="9000", ATTR{mtu}="1500" """ But it doesn't get applied.
2019-03-11 20:45:33 Mathieu Trudel-Lapierre netplan: status Fix Committed Fix Released
2019-03-22 09:12:14 Timo Aaltonen netplan.io (Ubuntu Cosmic): status New Fix Committed
2019-03-22 09:12:16 Timo Aaltonen bug added subscriber Ubuntu Stable Release Updates Team
2019-03-22 09:12:18 Timo Aaltonen bug added subscriber SRU Verification
2019-03-22 09:12:22 Timo Aaltonen tags canonical-bootstack id-5bfdb43fc0744c8fae37a20e canonical-bootstack id-5bfdb43fc0744c8fae37a20e verification-needed verification-needed-cosmic
2019-03-22 09:19:14 Timo Aaltonen netplan.io (Ubuntu Bionic): status New Fix Committed
2019-03-22 09:19:21 Timo Aaltonen tags canonical-bootstack id-5bfdb43fc0744c8fae37a20e verification-needed verification-needed-cosmic canonical-bootstack id-5bfdb43fc0744c8fae37a20e verification-needed verification-needed-bionic verification-needed-cosmic
2019-04-02 15:33:56 Mathieu Trudel-Lapierre tags canonical-bootstack id-5bfdb43fc0744c8fae37a20e verification-needed verification-needed-bionic verification-needed-cosmic canonical-bootstack id-5bfdb43fc0744c8fae37a20e verification-done-bionic verification-done-cosmic
2019-04-10 21:21:09 Steve Langasek tags canonical-bootstack id-5bfdb43fc0744c8fae37a20e verification-done-bionic verification-done-cosmic canonical-bootstack id-5bfdb43fc0744c8fae37a20e verification-done-cosmic verification-needed verification-needed-bionic
2019-04-11 18:53:39 Mathieu Trudel-Lapierre tags canonical-bootstack id-5bfdb43fc0744c8fae37a20e verification-done-cosmic verification-needed verification-needed-bionic canonical-bootstack id-5bfdb43fc0744c8fae37a20e verification-done-bionic verification-done-cosmic
2019-04-15 22:32:43 Launchpad Janitor netplan.io (Ubuntu Cosmic): status Fix Committed Fix Released
2019-04-15 22:33:40 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2019-04-17 14:09:44 Blake Rouse maas (Ubuntu): status Confirmed Invalid
2019-04-18 23:38:48 Steve Langasek netplan.io (Ubuntu Cosmic): status Fix Released Fix Committed
2019-04-30 21:04:26 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2019-04-30 21:04:33 Brian Murray tags canonical-bootstack id-5bfdb43fc0744c8fae37a20e verification-done-bionic verification-done-cosmic canonical-bootstack id-5bfdb43fc0744c8fae37a20e verification-done-bionic verification-needed verification-needed-cosmic
2019-04-30 21:58:13 Brian Murray tags canonical-bootstack id-5bfdb43fc0744c8fae37a20e verification-done-bionic verification-needed verification-needed-cosmic canonical-bootstack id-5bfdb43fc0744c8fae37a20e verification-needed verification-needed-bionic verification-needed-cosmic
2019-05-06 20:18:02 Mathieu Trudel-Lapierre tags canonical-bootstack id-5bfdb43fc0744c8fae37a20e verification-needed verification-needed-bionic verification-needed-cosmic canonical-bootstack id-5bfdb43fc0744c8fae37a20e verification-done-bionic verification-done-cosmic
2019-05-08 00:00:42 Launchpad Janitor netplan.io (Ubuntu Bionic): status Fix Committed Fix Released
2019-05-08 00:01:20 Launchpad Janitor netplan.io (Ubuntu Cosmic): status Fix Committed Fix Released