Alex lx
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-11-09 13:53:54 +00:00
94caf9c0c1 layout: separate code path for synchronizing update trackers only
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-11-09 13:12:21 +00:00
bfb1845fdc layout: refactor to use a RwLock on LayoutHistory
19ef1ec8e7 layout: more refactoring
Compare 2 commits »
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-11-09 11:55:58 +00:00
8a2b1dd422 wip: split out layout management from System into separate LayoutManager
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-11-09 10:20:06 +00:00
523d2ecb95 layout: use separate CRDT for staged layout changes
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-11-08 18:31:16 +00:00
1da0a5676e bump garage protocol version tag to 0x000A (0.10)
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-11-08 18:28:55 +00:00
8dccee3ccf cluster layout: adapt all uses of ClusterLayout to LayoutHistory
fe9af1dcaa WIP: garage_rpc: store layout version history
Compare 2 commits »
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-11-08 15:41:18 +00:00
4a9c94514f avoid using layout_watch in System directly
lx pushed to main at Deuxfleurs/nixcfg 2023-11-08 15:21:51 +00:00
b1e0397265 revert prometheus scraping on openwrt
lx pushed to main at Deuxfleurs/nixcfg 2023-11-08 15:14:35 +00:00
a46aa03fe2 prod: add monitoring of openwrt router
lx created pull request Deuxfleurs/garage#667 2023-11-08 14:42:02 +00:00
WIP: NLnet task 3
lx created branch nlnet-task3 in Deuxfleurs/garage 2023-11-08 14:41:45 +00:00
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-11-08 14:41:45 +00:00
12d1dbfc6b remove Ring and use ClusterLayout everywhere
0962313ebd garage_rpc: reorder functions in layout.rs
Compare 2 commits »
lx commented on issue Deuxfleurs/garage#665 2023-11-06 09:51:02 +00:00
Peut-on gérer les redirections ?

WIP: #548

See also #547

En attendant c'est possible de faire une redirection en mettant le HTML suivant dans un fichier:

<!doctype html>
<meta charset="utf-8">
<link rel="canoni…
lx commented on issue Deuxfleurs/garage#660 2023-11-06 09:46:35 +00:00
DB error: LMDB: MDB_READERS_FULL: Environment maxreaders limit reached

@tamo thanks for the feedback, we'll consider increasing the reader count to at least 1024

lx closed issue Deuxfleurs/garage#666 2023-11-06 09:43:25 +00:00
DB Error: unable to start Garage
lx commented on issue Deuxfleurs/garage#666 2023-11-06 09:43:23 +00:00
DB Error: unable to start Garage

Sled can be very slow when opening an existing database, especially if it is stored on slow storage. This is one of the multiple performance issues with Sled. Sled is now deprecated as a storage…

lx commented on pull request Deuxfleurs/garage#663 2023-10-26 14:29:43 +00:00
Add allow_world_readable_secrets option to config file

Isn't this bug also affecting 0.9.0 too? I'd assume main should contain all fixes, and we backport from there…

I'm doing the opposite, it's not backporting but "forward-porting" :D

Change…

lx pushed to sync-08-09 at Deuxfleurs/garage 2023-10-26 09:28:04 +00:00
b1ee3e54ba Merge branch 'main-0.8.x' into sync-08-09
f4d3905d15 Merge pull request 'nix: add clang to flake.nix and shell.nix' (#664) from add-clang into main
a0fa50dfcd Merge pull request 's3 api: refactoring and bug fix in ListObjects' (#655) from fix-list-objects into main
d50fa2a562 nix: add clang to flake.nix and shell.nix
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
Compare 14 commits »
lx deleted branch add-clang from Deuxfleurs/garage 2023-10-26 09:25:55 +00:00
lx merged pull request Deuxfleurs/garage#664 2023-10-26 09:25:54 +00:00
nix: add clang to flake.nix and shell.nix