[2.2] rsyslog is flooded with "no link-local IPv6 address for $IFACE" for link-down interfaces
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
rsyslog reports the following, many times per second, for interfaces which are link-down:
Mar 28 23:05:07 skylake dhclient[22640]: no link-local IPv6 address for eno1
Mar 28 23:05:07 skylake dhclient[22640]:
Mar 28 23:05:07 skylake dhclient[22640]: If you think you have received this message due to a bug rather
Mar 28 23:05:07 skylake dhclient[22640]: than a configuration issue please read the section on submitting
Mar 28 23:05:07 skylake dhclient[22640]: bugs on either our web page at www.isc.org or in the README file
Mar 28 23:05:07 skylake dhclient[22640]: before submitting a bug. These pages explain the proper
Mar 28 23:05:07 skylake dhclient[22640]: process and the information we find helpful for debugging..
Mar 28 23:05:07 skylake dhclient[22640]:
Mar 28 23:05:07 skylake dhclient[22640]: exiting.
$ ip link show dev eno1
3: eno1: <NO-CARRIER,
link/ether 0c:c4:7a:c0:31:fa brd ff:ff:ff:ff:ff:ff
$ ip addr list dev eno1
3: eno1: <NO-CARRIER,
link/ether 0c:c4:7a:c0:31:fa brd ff:ff:ff:ff:ff:ff
Notice the link is NO-CARRIER.
It seems like we should avoid starting the DHCP client if the link's NO-CARRIER bit is set.
See also: bug #1640147.
Related branches
- Mike Pontillo (community): Approve
-
Diff: 65 lines (+14/-17)2 files modifiedsrc/provisioningserver/refresh/node_info_scripts.py (+5/-2)
src/provisioningserver/refresh/tests/test_node_info_scripts.py (+9/-15)
description: | updated |
description: | updated |
Changed in maas: | |
status: | New → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |