[Bug 1737570] Re: Add support for RequiredForOnline in networkd
Brian Murray
brian at ubuntu.com
Thu Mar 8 17:33:41 UTC 2018
Hello Dimitri, or anyone else affected,
Accepted systemd into xenial-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/systemd/229-4ubuntu21.2 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-xenial to verification-done-xenial. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-xenial. In either case, without details of
your testing we will not be able to proceed.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Changed in: systemd (Ubuntu Xenial)
Status: In Progress => Fix Committed
** Tags added: verification-needed-xenial
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1737570
Title:
Add support for RequiredForOnline in networkd
Status in systemd package in Ubuntu:
Fix Released
Status in systemd source package in Xenial:
Fix Committed
Status in systemd source package in Zesty:
Won't Fix
Status in systemd source package in Artful:
Fix Committed
Status in systemd source package in Bionic:
Fix Released
Bug description:
[Impact]
* netplan & networkd based systems typically await networking to be
up on boot, without any ability to specify that an interface should be
configured, but might not be online at boot. This is a backport of the
RequiredForOnline= feature to match optional=true in netplan.
[Test Case]
* Configure a netowkring interface using .link/.network file and specify RequiredForOnline=False
* Bring the interface down / offline it
* execute systemd-networkd-wait-online, which should exit immediately since no interfaces are required to be online
[Regression Potential]
* This adds a support for an additional stanza in the network files.
This stanza is not used by default. if the stanza is used, but older
networkd is in use, networkd will ignore this unknown stanza. Thus
this change is backward and forward compatible. The difference is that
boot is not blocked awaiting systemd-networkd-wait-online to timeout.
[Other Info]
* Original bug report
Add support for RequiredForOnline in networkd
https://github.com/systemd/systemd/commit/c1a3890410f043fe09af8b139eb6bfe2832089be
RequiredForOnline= denotes a link/network that does/does not require being up
for systemd-networkd-wait-online to consider the system online; this makes it
possible to ignore devices without modifying parameters to wait-online.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1737570/+subscriptions
More information about the foundations-bugs
mailing list