maximilien · he/him
maximilien pushed to main at Deuxfleurs/nixcfg 2025-04-08 19:53:49 +00:00
455b568940 Remove dummy gitea d53 job, as the IP are now fully static
maximilien approved Deuxfleurs/nixcfg#55 2025-04-07 20:37:56 +00:00
init plume search db only once
maximilien pushed to forgejo at Deuxfleurs/nixcfg 2025-04-07 19:59:09 +00:00
8418c40250 Forgejo template
fe68fdf54a plume: increase memory again
187d36eb9b deploy_nixos: add help to apply changes without rebooting in production
fd6275f5bc prod: Fix vim configuration syntax (different between staging and prod due to NixOS version difference)
fc88a063b1 node_exporter: avoid using network mode host
Compare 21 commits »
maximilien commented on issue Deuxfleurs/garage#998 2025-04-01 20:02:50 +00:00
Performance not increasing with more nodes

Interested as well by what kind of workload clients are sending.

maximilien commented on issue Deuxfleurs/garage#998 2025-04-01 20:02:01 +00:00
Performance not increasing with more nodes

Sorry I did not read that comment until the very end :) Did you notice less performance with less clients? ie. does it plateau after a 20 clients?

maximilien commented on issue Deuxfleurs/garage#998 2025-04-01 19:04:00 +00:00
Performance not increasing with more nodes

In your case if you upload files one by one, you'll always be limited by the IO on one node. Are you uploading multiple files in parallel? What does the iowait looks like on the nodes?

maximilien commented on issue Deuxfleurs/garage#998 2025-04-01 18:40:45 +00:00
Performance not increasing with more nodes

Depending on what the underlying hardware is, you would likely get better perf (but lower available storage) by ditching RAID6 and leveraging [multi-hdd](https://garagehq.deuxfleurs.fr/documentatio

maximilien commented on issue Deuxfleurs/garage#998 2025-04-01 06:46:13 +00:00
Performance not increasing with more nodes

Can you detail how you access the nodes? Is there a load balancer in front? Are you hitting a single node? What's the replication and the layout like?

maximilien commented on issue Deuxfleurs/guichet#89 2025-03-29 16:22:34 +00:00
Basic analytics for websites

Quickwit is a log storage and query backend, so it can be abused (with tricot HTTP logs) to get statistics on website request from a backend PoV, but it's definitely not in itself a tracking tool…

maximilien commented on pull request Deuxfleurs/nixcfg#53 2025-03-25 07:51:58 +00:00
prod: telemetry: Add smartctl_exporter based on staging work

Do we need the host network?

maximilien commented on pull request Deuxfleurs/nixcfg#53 2025-03-25 07:51:58 +00:00
prod: telemetry: Add smartctl_exporter based on staging work

Do we really need something as low as 60s ? Would 300s do?

maximilien commented on issue Deuxfleurs/garage#988 2025-03-19 16:52:54 +00:00
Inconsistency error "Bucket doesn't have other aliases, please delete it instead of just unaliasing" when deleting some buckets

@lx would directing all create bucket calls to a single node alleviate somewhat that effect?

maximilien commented on issue Deuxfleurs/garage#977 2025-03-18 15:02:20 +00:00
Added a disk to a single node and gone extremely slow

What do you mean by "fail to authenticate"?

maximilien commented on issue Deuxfleurs/garage#986 2025-03-18 08:36:31 +00:00
Can Garage work with NFS-backed storage?

As a storage backend, what prevents you from hosting garage on the NAS itself or though something like iSCSI?

maximilien commented on issue Deuxfleurs/garage#986 2025-03-18 01:40:17 +00:00
Can Garage work with NFS-backed storage?

Fundamentally it should be possible, as garage doesn't really do anything fancy with the underlying file system. At least for the data folder. For the metadata, things could be more tricky…

maximilien commented on issue Deuxfleurs/garage#934 2025-03-18 01:30:36 +00:00
Garage resync queue length just grows

Just came back from travel. Your last set of screenshots confirm what the resync queue is showing: those nodes don't seem to be able to get those blocks anywhere, or they have a corrupted…

maximilien commented on pull request Deuxfleurs/garage#987 2025-03-17 20:32:40 +00:00
doc: add instructions on how to increase PVC size

Thanks!

maximilien pushed to main at Deuxfleurs/garage 2025-03-17 20:32:32 +00:00
6906a4ff12 Merge pull request 'doc: add instructions on how to increase PVC size' (#987) from Joker9944/garage:main into main
9053782d71 doc: add instructions on how to increase PVC size
Compare 2 commits »
maximilien merged pull request Deuxfleurs/garage#987 2025-03-17 20:32:32 +00:00
doc: add instructions on how to increase PVC size