Hi,
Seeing lots of these in the juju controller logs, I don't know why Juju is trying to check if the loopback interface (lo) has specific unit addresses:
| 2021-11-18 00:31:11 WARNING juju.apiserver.common.networkingcommon types.go:228 ignoring address "10.123.0.160" for device "lo": address and CIDR pair ("10.123.0.160", "") not found
| 2021-11-18 00:31:11 WARNING juju.apiserver.common.networkingcommon types.go:228 ignoring address "10.123.0.197" for device "lo": address and CIDR pair ("10.123.0.197", "") not found
| 2021-11-18 00:31:15 WARNING juju.apiserver.common.networkingcommon types.go:228 ignoring address "10.124.218.11" for device "lo": address and CIDR pair ("10.124.218.11", "") not found
| 2021-11-18 00:31:28 WARNING juju.apiserver.common.networkingcommon types.go:228 ignoring address "10.124.22.6" for device "lo": address and CIDR pair ("10.124.22.6", "") not found
| 2021-11-18 00:31:46 WARNING juju.apiserver.common.networkingcommon types.go:228 ignoring address "10.124.68.2" for device "lo": address and CIDR pair ("10.124.68.2", "") not found
| 2021-11-18 00:31:50 WARNING juju.apiserver.common.networkingcommon types.go:228 ignoring address "10.124.22.8" for device "lo": address and CIDR pair ("10.124.22.8", "") not found
This is on a recently upgraded 2.8.7 to 2.9.18 controller that's under heavy load.
Or maybe this is part of the "INFO juju.apiserver.common.networkingcommon linklayer.go:169 processing link-layer devices for machine" churn? Perhaps something to look into to try reduce load on the Juju controllers?
Is the model also updated to the controller's version here?
Can I get the output of "ip a" on one of these machines too?