@cryptotaxi247 / infra-1 / commits / 7e04ec92

meeting-notes: add 2025-04-03

Martin Weinelt committed Apr 17, 2025 at 18:34 UTC 7e04ec92fab91ff5f88323a8cd1caccccb62a1e7
1 file changed +43
docs/meeting-notes/2025-04-03.md new
+43
@@ -0,0 +1,43 @@
1 +# 2025-04-03
2 +
3 +Attendees: dgrig/erethon, mic92, vcunat
4 +
5 +- erethon:
6 + - Tested umbriel email server -> works https://github.com/NixOS/infra/pull/600
7 + - Security bug tracker: no news, still running and ingesting CVEs.
8 + - Want to work on deprecating go-neb for matrix-alertmanager tomorrow (4/4) https://github.com/NixOS/infra/issues/549#issuecomment-2764778573
9 +- mic92:
10 + - Our Nixos infra hydra patches needs to be fixed or merged into master: https://github.com/NixOS/hydra/pull/1456
11 + - staging-hydra:
12 + - Works and trial-migration worked.
13 + - We still need to figure out how to copy old store path from old evaluations to the new cache (worked with shivaraj and m1-s)
14 + - maybe we can use https://releases.nixos.org/nixpkgs/nixpkgs-17.03pre96825.497e6d2/store-paths.xz instead
15 + - Glacier can be actually also quite expensive or very slow access
16 + - small objects need to be excluded through filters
17 + - migration costs from s3
18 +- vcunat:
19 + - Hydra:
20 + - Runs stable
21 + - No big issues, xz compression bottlenecks less worse because of more CPU power
22 + - Build-ingestions of queue-runner is the new bottleneck (maybe a large latency between s3 and the server)
23 +- Jeremy:
24 + - Mailserver:
25 + - Everything prepared and we just need to update DNS and sunset the old service
26 + - Maybe need another dump of the user
27 + - Saturday: 16:00 UTC / 18:00 Berlin Time
28 +- Arian:
29 + - binary cache:
30 + - looked into moving parts of the binary cache into instant access glacier tier
31 + - phased approach. E.g. start with `nars/a*` then `nars/b*` etc ...
32 + - rule of thumb: access is twice as expensive but storage twice as cheap compared to infrequent access. but same latency guarantees
33 + - TODO: Please give Mic92 the s3 cost sheet
34 + - current storage (not bandwidth cost):
35 + - Want to enable object versioning on narinfos
36 +- edef:
37 + - https://releases.nixos.org/nixpkgs/nixpkgs-17.03pre96825.497e6d2/store-paths.xz
38 + - narinfos are always in standard tier. due to small size. (Except for some pathalogically large narinfos)
39 + - rules
40 + - recent retrieval
41 + - recent upload
42 + - or in releases.nixos.org
43 +