Alex lx
lx pushed to main at Deuxfleurs/garage 2023-10-26 09:25:54 +00:00
f4d3905d15 Merge pull request 'nix: add clang to flake.nix and shell.nix' (#664) from add-clang into main
d50fa2a562 nix: add clang to flake.nix and shell.nix
Compare 2 commits »
lx deleted branch fix-list-objects from Deuxfleurs/garage 2023-10-26 09:22:55 +00:00
lx merged pull request Deuxfleurs/garage#655 2023-10-26 09:22:48 +00:00
s3 api: refactoring and bug fix in ListObjects
lx pushed to main at Deuxfleurs/garage 2023-10-26 09:22:48 +00:00
a0fa50dfcd Merge pull request 's3 api: refactoring and bug fix in ListObjects' (#655) from fix-list-objects into main
58b0ee1b1a list objects: prettyness and add asserts
158dc17a06 listobjects: fix panic if continuation token is an empty string
Compare 3 commits »
lx created pull request Deuxfleurs/garage#664 2023-10-26 09:19:49 +00:00
nix: add clang to flake.nix and shell.nix
lx created branch add-clang in Deuxfleurs/garage 2023-10-26 09:19:36 +00:00
lx pushed to add-clang at Deuxfleurs/garage 2023-10-26 09:19:36 +00:00
d50fa2a562 nix: add clang to flake.nix and shell.nix
lx closed issue Deuxfleurs/garage#609 2023-10-26 09:17:15 +00:00
Missing Allow Origin Headers
lx deleted branch fix-cors-post-object from Deuxfleurs/garage 2023-10-26 09:17:15 +00:00
lx pushed to main-0.8.x at Deuxfleurs/garage 2023-10-26 09:17:15 +00:00
4b3dee2ca3 Merge pull request 's3 api: add missing CORS headers to PostObject responses (fix #609)' (#656) from fix-cors-post-object into main-0.8.x
ac04934dae s3 api: add missing CORS headers to PostObject responses (fix #609)
Compare 2 commits »
lx merged pull request Deuxfleurs/garage#656 2023-10-26 09:17:14 +00:00
s3 api: add missing CORS headers to PostObject responses (fix #609)
lx commented on pull request Deuxfleurs/garage#663 2023-10-26 09:07:20 +00:00
Add allow_world_readable_secrets option to config file

Could you make this change on the main-0.8.x branch instead of the main branch? PR #643 is also on that branch but I think the history you worked on does not include it so that will cause…

lx pushed to jepsen at Deuxfleurs/garage 2023-10-25 12:43:33 +00:00
5b1f50be65 jepsen: testing
lx pushed to jepsen at Deuxfleurs/garage 2023-10-25 12:05:05 +00:00
9df7fa0bcd jepsen: use 7 nodes
lx pushed to jepsen at Deuxfleurs/garage 2023-10-25 10:13:42 +00:00
fd85010a40 jepsen: failures with set2 test in --scenario r
cfbfa09d24 jepsen: fix set2 test omg finally this is so stupid
db921cc05f jepsen: reconfigure nemesis + add db nemesis
Compare 3 commits »
lx commented on issue Deuxfleurs/garage#662 2023-10-25 07:36:22 +00:00
Large Files fail to upload

The issue is probably linked to the fact that your 1TB+ files will get split into 1M+ blocks if you keep the default block size of 1MB. This means that Garage will have to generate (when uploading…

lx pushed to jepsen at Deuxfleurs/garage 2023-10-24 15:45:33 +00:00
4fa2646a75 jepsen: got a failure with set1
lx pushed to jepsen at Deuxfleurs/garage 2023-10-24 14:40:03 +00:00
d7ab2c639e jepsen: fix nemesis to actually generate many operations
lx pushed to jepsen at Deuxfleurs/garage 2023-10-24 13:44:17 +00:00
d13bde5e26 jepsen: set1 and set2 don't fail anymore ??
lx commented on issue Deuxfleurs/garage#658 2023-10-24 11:01:42 +00:00
Garage fails with more recent systemd versions using ACLs for service credentials rather than chmod

@PicNoir Your proposed solution looks fine to me. Maybe we can still keep the env variable as an override of the config file in cases where it is more practical? (e.g. if the config file cannot be…