lp:~ballot/charms/xenial/daisy-retracer/lp1845257
- Get this branch:
- bzr branch lp:~ballot/charms/xenial/daisy-retracer/lp1845257
Branch merges
- Brian Murray: Disapprove on 2020-06-09
- Junien Fridrick: Approve on 2020-04-22
-
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 on 2020-04-19
-
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 on 2020-04-09
-
hooks/upgrade-
charm: need to get the new version of the code before we try deploying it - 203. By Brian Murray on 2019-08-19
-
templates/
whoopsie- update- daily-users. bash.tmpl: the release variable needs to be double quoted so it is expanded - 202. By Brian Murray on 2019-08-13
-
Need to escape things that are not variables for cheetah to mess with, make the script executable
- 200. By Brian Murray on 2019-08-12
-
Fix issue with whoopsie-
update- daily-users cronjob being too long - 199. By Brian Murray on 2019-07-25
-
templates/
whoopsie- update- daily-users. cron.tmpl: Do not count the users of Ubuntu 18.10 as it is EoL - 198. By Brian Murray on 2019-06-12
-
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)