lx pushed to main at Deuxfleurs/garage 2024-04-23 18:54:28 +00:00
123d3e1f04 Merge pull request 'flake.nix: add rust-analyzer to devShells.full, expose devShells.full in shell.nix' (#816) from flokli/garage:shell-fixes into main
a6e4b96ca9 shell.nix: expose devShellFull
b442b0e35e devShells.full: add rust-analyzer
Compare 3 commits »
lx merged pull request Deuxfleurs/garage#816 2024-04-23 18:54:26 +00:00
flake.nix: add rust-analyzer to devShells.full, expose devShells.full in shell.nix
lx opened issue Deuxfleurs/garage#815 2024-04-22 15:52:43 +00:00
avoid writing blocks to draining nodes ?
lx opened issue Deuxfleurs/garage#814 2024-04-22 15:49:26 +00:00
garage stats -a does not return stats from draining nodes
lx commented on issue Deuxfleurs/garage#810 2024-04-21 09:04:34 +00:00
garage block list-errors shows errors after cluster layout change and node reboot

I noticed for all four blocks, garage block info $block_id still reports "Error: No matching block found" only if executed on node3. Is this expected to be a node-local command?

Yes, it's a…

lx closed issue Deuxfleurs/garage#810 2024-04-21 09:03:25 +00:00
garage block list-errors shows errors after cluster layout change and node reboot
lx commented on issue Deuxfleurs/garage#810 2024-04-21 09:03:24 +00:00
garage block list-errors shows errors after cluster layout change and node reboot

I think this is mostly normal behavior of Garage, especially given that:

  • no data that you stored in the S3 API was lost
  • the situation normalized itself after some time

The block errors…

lx commented on issue Deuxfleurs/garage#811 2024-04-21 08:51:14 +00:00
influence RPC public address detection

Yes, PRs are welcome. Make sure that the new behavior is well documented in the config file reference page.

lx pushed to main at Deuxfleurs/nixcfg 2024-04-20 10:29:32 +00:00
ff7462b2c7 prod: update nomad to 1.6
lx pushed to main at Deuxfleurs/nixcfg 2024-04-20 08:58:44 +00:00
972fc4ea7c prod: nixos 23.11 and nomad 1.5
lx pushed to main at Deuxfleurs/nixcfg 2024-04-20 08:20:14 +00:00
444306aa54 prod: allow woodpecker on neptune now with good ipv6
lx pushed to main at Deuxfleurs/nixcfg 2024-04-20 08:10:09 +00:00
c6a1bb341f prod: update nixos to 23.05
lx pushed to main at Deuxfleurs/nixcfg 2024-04-20 07:37:39 +00:00
eddc95c5df prod: update ip config for Free ISP at Neptune
lx pushed to main at Deuxfleurs/nixcfg 2024-04-19 06:54:19 +00:00
fb871fd350 staging: accept nomad bsl license
lx pushed to main at Deuxfleurs/nixcfg 2024-04-19 06:54:06 +00:00
27df86a7e5 fix pad when not in neptune, and allow android7 email to move to bespin
lx commented on issue Deuxfleurs/garage#761 2024-04-12 17:04:43 +00:00
garage status keeps displaying old IP for itself

@vk, I would be interested if you could check if the undesirable behavior disappears in v1.0.0. In theory it should be fixed.

lx commented on pull request Deuxfleurs/garage#803 2024-04-12 17:03:46 +00:00
Improves Quick Start for users not using Linux

Reading this naively, it looks like we need to do BOTH launch garage server and create the docker container, which is not the case. Maybe reword with something like:

lx suggested changes for Deuxfleurs/garage#803 2024-04-12 17:03:46 +00:00
Improves Quick Start for users not using Linux
lx commented on issue Deuxfleurs/garage#805 2024-04-11 20:47:30 +00:00
content-length on HEAD object

Does this work correctly on older versions such as 0.9.0 and 0.8.6?

The code should return the size of the object as saved in the object's metadata, bit maybe that information is wrong,…

lx commented on issue Deuxfleurs/garage#804 2024-04-11 11:30:51 +00:00
If-Match Not Implemented for GET

I'm having a hard time understanding exactly what is the request that your code makes.

Could you rather set your Garage daemon to debug mode (RUST_LOG=garage_api=debug) and paste the log…