- Aug 22, 2021
-
-
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
-
-
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
-
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.
-
- 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.
-
- Aug 12, 2021
-
-
Jelle van der Waa authored
-
- 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
-
- Aug 05, 2021
-
-
Jan Alexander Steffens (heftig) authored
Now that Pantalaimon refuses operations until it has sync'ed with the homeserver, we need to give it time to do so or Mjolnir will refuse to start.
-
Jan Alexander Steffens (heftig) authored
-
- Aug 01, 2021
-
-
Kristian Klausen authored
-
- Jul 31, 2021
-
-
The dashboards is from [1] and fixed with: sed 's/${DS_PROMETHEUS}/$datasource/g' -i synapse.json [1] https://github.com/matrix-org/synapse/tree/c167e09fe58d3a256fb1c763b391ad6633d2507d/contrib/grafana Closes: #290 Signed-off-by:
Leonidas Spyropoulos <artafinde@gmail.com>
-
- Jul 30, 2021
-
-
Jan Alexander Steffens (heftig) authored
!473
-
Jan Alexander Steffens (heftig) authored
-
Kristian Klausen authored
It was removed in: d9fdafb0 ("Use archlinux-contrib over git submodule") c380c429 ("Remove old task to symlink checkservices to /usr/local/bin")
-
Kristian Klausen authored
en is the prefix for ethernet according to systemd.net-naming-scheme(7)
-
Kristian Klausen authored
-
Redundant since this commit: bdd538ec ("Use unbound for rspamd DNS resolving") Signed-off-by:
Leonidas Spyropoulos <artafinde@gmail.com>
-
This is shared between common and install_arch roles Closed: #288 Signed-off-by:
Leonidas Spyropoulos <artafinde@gmail.com>
-
- Jul 29, 2021
-
-
Evangelos Foutras authored
The --delay-updates option results in 6G memory usage per archive mirror for a total of ~18G memory used on gemini when all three archive mirrors are syncing. Less important (but still revelant!) is the memory usage on each mirror, which climbs to about 11G during each synchronization. Removing the --delay-updates option should be OK considering the archive hosts data that almost never changes. Without this option, rsync is able to do a sequential scan which uses 90M of memory (per archive mirror) on gemini and about 250M on each mirror individually.
-
Evangelos Foutras authored
This reflects the recent changes made to syncrepo.
-
Evangelos Foutras authored
Using a temporary directory outside of /srv/ftp was meant to protect against incomplete files from being synced by downstream mirrors. It does not achieve this to much effect though; each file gets uploaded to the temporary directory but then immediately moved under a .~tmp~ directory at its target location (.~tmp~ because of --delay-updates, otherwise the file would be renamed to its final path). The `--delay-updates` option by itself sufficiently protects against temp files being transferred to downstream mirrors; when used by the receiver, it automatically adds an exclude rule for ~.tmp~, behaving exactly like we want it to. As such, the `--temp-dir` option doesn't provide any further benefit and can be removed.
-
- Jul 28, 2021
-
-
Evangelos Foutras authored
The workaround can be skipped/removed when using rsync newer than 3.2.3.
-
Evangelos Foutras authored
- Replace --delete-after with more efficient --delete-delay. - Move "-p" together with the other short options. - Remove reference to empty ${VERBOSE} variable.
-
Evangelos Foutras authored
This reverts commit 75f9ca3c. This should be fixed in rsync versions newer than 3.2.3. In Arch the fix has been shipped in the rsync 3.2.3-4 package, which our own mirrors now have been updated to. [1] https://github.com/WayneD/rsync/issues/192
-
Kristian Klausen authored
The DNS resolution issue has been fixed[1][2]. [1] https://gitlab.com/gitlab-org/gitlab/-/issues/331699#note_635123263 [2] https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/513 Fix #380 This reverts commit a863917f.
-
Fix #376
-
-
- Jul 25, 2021
-
-
Jelle van der Waa authored
Reverts caching issue
-
- Jul 24, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jelle van der Waa authored
-
- Jul 20, 2021
-
-
Kristian Klausen authored
-