- Aug 24, 2021
-
-
Kristian Klausen authored
Fix #177
-
Kristian Klausen authored
networking: Make hcloud-init.service more reliable Closes #371 See merge request !474
-
Kristian Klausen authored
Fix #371
-
- Aug 23, 2021
-
-
Evangelos Foutras authored
Add simple playbook task for upgrading servers We want to treat our servers as cattle; hopefully when this is fleshed out a bit more, it can accomplish the job without too many casualties. See merge request !475
-
Evangelos Foutras authored
-
Evangelos Foutras authored
This is done to avoid killing db-update and related processes.
-
Evangelos Foutras authored
-
- Aug 22, 2021
-
-
Evangelos Foutras authored
-
Evangelos Foutras authored
-
Evangelos Foutras authored
-
Evangelos Foutras authored
-
Evangelos Foutras authored
-
Evangelos Foutras authored
-
Evangelos Foutras authored
We want to treat our servers as cattle; hopefully when this is fleshed out a bit more, it can accomplish the job without too many casualties.
-
Kristian Klausen authored
It has been applied upstream[1] and released with smartmontools 7.2[2]. [1] https://github.com/smartmontools/smartmontools/commit/61bc85ecadf9e5596b140380fed701a674e38a1b [2] https://github.com/smartmontools/smartmontools/releases/tag/RELEASE_7_2 This reverts commit b4c97002.
-
Kristian Klausen authored
Ref: service-agreements!16
-
- Aug 19, 2021
-
-
Evangelos Foutras authored
-
- Aug 18, 2021
-
-
Evangelos Foutras authored
We used to set query_cache_type to 0 in the default settings but we were also setting query_cache_size to a non-zero/non-default value, which was in turn re-enabling the query cache. Update the configuration to reflect the actual cache state and make sure query_cache_size is set to zero for the "query_cache_type = 0" case. Now that the setting controls the real state of the query cache, disable it for bbs.archlinux.org; its hit rate is small compared to insert rate.
-
Evangelos Foutras authored
-
Evangelos Foutras authored
Default query_cache_type to 0 and innodb_file_per_table to true.
-
- Aug 17, 2021
-
-
Levente Polyak authored
borg: allow out of place calls See merge request !435
-
Levente Polyak authored
-
Levente Polyak authored
We force delete in the signal handler as a graceful script execution already deletes the file. This way we avoid any errors being wrongly printed.
-
Levente Polyak authored
Signed-off-by:
Levente Polyak <anthraxx@archlinux.org>
-
Evangelos Foutras authored
Main motivation behind this is preparing for doing more automatic upgrades. The need for ignoring kernel updates isn't clear either.
-
- Aug 16, 2021
-
-
Jan Alexander Steffens (heftig) authored
matrix.archlinux.org: Configure static DNS via networking role See merge request !479
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
Hetzner DNS has been delaying many responses for 5 seconds, causing outgoing federation work to pile up, almost running into OOM before we noticed. I don't know if were being throttled because federation makes a *lot* of requests. Anyway, using Cloudflare DNS seems to solve it. Enable DNSOverTLS for this because we can.
-
Jan Alexander Steffens (heftig) authored
I don't know why this wasn't enabled.
-
- Aug 15, 2021
-
-
Evangelos Foutras authored
-
- Aug 14, 2021
-
-
Jan Alexander Steffens (heftig) authored
This one is pretty spammy with warnings that don't mean much.
-
Jan Alexander Steffens (heftig) authored
Other caches around this code use 500000 entries, so just copy that.
-
Kristian Klausen authored
Fix #386
-
- Aug 13, 2021
-
-
Kristian Klausen authored
Ref #388
-
Evangelos Foutras authored
Be more explicit about selecting allowed repos because these were missed in previous onboardings.
-
- Aug 12, 2021
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
These groups are no longer required as docker/arch-boxes images are build by Gitlab.
-
Jelle van der Waa authored
Closes: #389
-
- Aug 11, 2021
-
-
Jan Alexander Steffens (heftig) authored
This cache was seeing constant evictions at its former size (70k). With a size of 200k it now stabilizes at ~122k entries with a significant drop in server load.
-
- Aug 10, 2021
-
-
Jan Alexander Steffens (heftig) authored
-