Comment 0 for bug 1867182

Revision history for this message
Björn Tillenius (bjornt) wrote : When under load, MAAS keeps restarting services

This is with 2.7.0 installed as a snap.

When MAAS starts up, it will start services like bind,
dhcpd, chrony, etc. However, if the system is under heavy
load, MAAS will timeout waiting for the service to report
that it has start. MAAS will then try restarting the service
again, and again, and again... making things worse, so that
the load will never go down.

We'd probably need some backoff strategy, so that it waits longer
the next time, and don't try to restart every service at once.