Alex lx
lx commented on issue Deuxfleurs/garage#681 2023-12-30 08:02:35 +00:00
High memory usage

Hello again,

There is nothing I can do because this is normal and expected behavior of the LMDB storage engine. I can assure you that this is not an issue, because even if the memory is not…

lx closed issue Deuxfleurs/garage#681 2023-12-30 08:02:35 +00:00
High memory usage
lx commented on issue Deuxfleurs/garage#681 2023-12-29 08:25:13 +00:00
High memory usage

That is not memory used by the garage process itself, it is memory used by the kernel to cache pages of the LMDB data file. It's normal and expected behavior, and the reason why LMDB is so fast.…

lx closed issue Deuxfleurs/garage#681 2023-12-29 08:25:13 +00:00
High memory usage
lx commented on issue Deuxfleurs/garage#678 2023-12-26 18:56:39 +00:00
Kubernetes helm chart: trying to automate 100%

Why can't you use the admin API to retrieve the keys when they are generated, and then inject that in your kubernetes configuration database?

Otherwise, there is the garage key import /…

lx commented on issue Deuxfleurs/garage#680 2023-12-26 18:51:35 +00:00
segfault after unexpected server reboot

Do you think you could launch Garage with gdb to obtain a stack trace at the time of the segfault ?

lx pushed to jepsen at Deuxfleurs/garage 2023-12-14 15:24:07 +00:00
fa9247f11b jepsen: updated results, confirming that task3 works
lx pushed to main at Deuxfleurs/nixcfg 2023-12-13 16:34:07 +00:00
47e982b29d garage prod: use dynamically determined ipv6 addresses
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-11 15:09:47 +00:00
0041b013a4 layout: refactoring and fix in layout helper
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-11 14:46:50 +00:00
adccce1145 layout: refactor/fix bad while loop
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-11 14:32:02 +00:00
85b5a6bcd1 fix some clippy lints
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-11 13:58:07 +00:00
e4f493b481 table: remove redundant tracing in insert_many
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-08 13:54:31 +00:00
f8df90b79b table: fix insert_many to not send duplicates
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-08 13:16:05 +00:00
4dbf254512 layout: refactoring, merge two files
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-08 11:18:26 +00:00
64a6e557a4 rpc helper: small refactorings
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-08 11:03:06 +00:00
5dd200c015 layout: move block_read_nodes_of to rpc_helper to avoid double-locking
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-08 10:51:13 +00:00
063294dd56 layout version: refactor get_node_zone
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-08 10:24:49 +00:00
7f2541101f cli: improvements to the layout commands when multiple layouts are live
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-08 09:36:53 +00:00
91b874c4ef rpc: fix system::health
lx commented on issue Deuxfleurs/garage#677 2023-12-08 09:21:34 +00:00
Rclone Forbidden: Invalid signature on read

I am successfully able to use rclone cat with the following rclone version:

rclone 1.62.2
- os/version: nixos 23.05 (Stoat) (64 bit)
- os/kernel: 6.1.61 (x86_64)
- os/type: linux
-…