-
Bug
-
Resolution: Duplicate
-
Normal
-
None
What were you trying to do that didn't work?
The `/usr/lib/NetworkManager/dispatcher.d/90-nm-cloud-setup.sh` will restart `nm-cloud-setup.service` on every interface's `pre-up` and `dhcp4-change` events. This will easily reach systemd rate limit on restarting a service causing error:
systemd[1]: nm-cloud-setup.service: Failed with result 'start-limit-hit'.
Please provide the package NVR for which bug is seen:
NetworkManager-1.45.4-32628.copr.6fa4a45470.el9.x86_64
How reproducible:
100%
Steps to reproduce
- Enable nm-cloud-setup.service
- Create 10+ dummy interfaces and activate them
- Check systemd log on nm-cloud-setup.service
Expected results
nm-cloud-setup.service: Succeeded
Actual results
nm-cloud-setup.service: Failed with result 'start-limit-hit'