Is there any risk in using Garage at a large scale?
There's a max node limit right now of 256:
33c2086d9e/src/rpc/layout/mod.rs (L46)
Besides that; there's…
LMDB: MDB_BAD_VALSIZE error
I migrated this LMDB node over to SQLite in the morning:
.rw-r--r-- 4.7G garage 19 Mar 17:11 db.sqlite
It's been struggling to maintain the RPC connections to the other nodes and…
Migrate all metrics under garage_ namespace
Check data_dir valid on startup
I was able to workaround this issue by adding this to my garage unit's systemd config:
systemd.services.garage.unitConfig = {
AssertPathIsMountPoint = [ "/srv/meta" "/srv/data" ];
…
doc: reverse-proxy.md: Added section on caddy-fs-s3
rclone gives Authorization header malformed, unexpected scope:
It's already there: https://garagehq.deuxfleurs.fr/documentation/connect/cli/#rclone
Cargo.toml: Enable full LTO in release builds and thin in dev builds.
backup.md: Added restic-android note.
Internal error when no s3 binding
Why do I need to expose this API endpoint to get a working garage status?
There is no real distinction in the codebase between a storage node and a gateway - this only really exists at the…