lp://qastaging/~ballot/charms/xenial/daisy-retracer/lp1845257
- Get this branch:
- bzr branch lp://qastaging/~ballot/charms/xenial/daisy-retracer/lp1845257
Branch merges
- Brian Murray (community): Disapprove
- Junien F: Approve
-
Diff: 18 lines (+2/-1)1 file modifiedhooks/common (+2/-1)
Related bugs
Bug #1620823: retracers reach respawn limit | Undecided | New |
|
Bug #1845257: Systemd unit cannot restart sometimes | Undecided | Triaged |
|
Related blueprints
Branch information
- Owner:
- Benjamin Allot
- Status:
- Development
Recent revisions
- 206. By Benjamin Allot
-
Add RestartSec directive and increase StartLimitBurst
The rationale behind this change is that the default RestartSec is 100ms.
Upon error of the service (because of a crash or whatever), it attempts to restart
very quickly 5 times, then stay in a failed state until manually restarted.As seen in systemd.unit manual for the StartLimitBurst setting:
Note that units which are configured for Restart= and which reach the start limit
are not attempted to be restarted anymore;The new limit try one restart every 10 seconds and the StartLimitInterval is set to
StartLimitBurst * RestartSec to avoid reaching this state. - 205. By Brian Murray
-
hooks/upgrade-
charm: need to get the new version of the code before we try deploying it - 203. By Brian Murray
-
templates/
whoopsie- update- daily-users. bash.tmpl: the release variable needs to be double quoted so it is expanded - 202. By Brian Murray
-
Need to escape things that are not variables for cheetah to mess with, make the script executable
- 199. By Brian Murray
-
templates/
whoopsie- update- daily-users. cron.tmpl: Do not count the users of Ubuntu 18.10 as it is EoL - 198. By Brian Murray
-
just overwrite the retracer telegraf config file, don't check to see if it exists
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)