• Joined on 2022-12-30
jpds commented on issue Deuxfleurs/garage#555 2023-05-14 04:55:09 +00:00
after remove a node with garage layout remove <node id>, the remaining nodes are still trying to connect to that node

As a temporary workaround, one way I found to silence these log messages was:

  1. Shutting down all the garage instances

  2. Delete just the cluster_layout file in all of your nodes…

jpds created pull request Deuxfleurs/garage#570 2023-05-09 19:52:39 +00:00
*: apply clippy recommendations.
jpds created branch clippy-fixes in jpds/garage 2023-05-09 19:51:01 +00:00
jpds pushed to clippy-fixes at jpds/garage 2023-05-09 19:51:01 +00:00
c783194e8b *: apply clippy recommendations.
jpds created pull request Deuxfleurs/garage#569 2023-05-09 13:44:18 +00:00
cargo: tokio-1.28 and hyper-0.14.26 update
jpds pushed to tokio-1.28 at jpds/garage 2023-05-09 13:44:09 +00:00
fdcd7dee5a Cargo.lock: Updated for:
jpds created branch tokio-1.28 in jpds/garage 2023-05-09 13:42:43 +00:00
jpds pushed to tokio-1.28 at jpds/garage 2023-05-09 13:42:43 +00:00
d260b38c39 Cargo.lock: Updated for:
0f0795103d block/Cargo.toml: Bump tokio-util to 0.7.
c9d26e8c50 k2v-client/Cargo.toml: Make tokio dep match other packages.
b925f53dc3 Merge pull request 'move git-version dependency to main crate to reduce rebuilds' (#568) from move-git-version into main
2f495575d8 Merge pull request 'block/manager.rs: Prioritize raw blocks when no compression configured' (#566) from jpds/garage:skip-compressed-blocks-scrub-no-compression into main
Compare 6 commits »
jpds pushed to skip-compressed-blocks-scrub-no-compression at jpds/garage 2023-05-09 09:28:31 +00:00
9c788059e2 block/manager.rs: In is_block_compressed - check which compression_level
jpds pushed to skip-compressed-blocks-scrub-no-compression at jpds/garage 2023-05-09 09:27:41 +00:00
9899801472 block/manager.rs: In is_block_compressed - check which compression_level
jpds pushed to skip-compressed-blocks-scrub-no-compression at jpds/garage 2023-05-08 19:28:13 +00:00
94470d5668 block/manager.rs: In is_block_compressed - check which compression_level
jpds pushed to skip-compressed-blocks-scrub-no-compression at jpds/garage 2023-05-08 18:37:38 +00:00
c9f56ba97c block/manager.rs: In is_block_compressed - check which compression_level
jpds created pull request Deuxfleurs/garage#566 2023-05-08 18:15:39 +00:00
block/manager.rs: Prioritize raw blocks when no compression configured
jpds pushed to skip-compressed-blocks-scrub-no-compression at jpds/garage 2023-05-08 18:05:34 +00:00
0961b555e3 block/manager.rs: In is_block_compressed - check which compression_level
jpds created branch skip-compressed-blocks-scrub-no-compression in jpds/garage 2023-05-08 17:58:14 +00:00
jpds pushed to skip-compressed-blocks-scrub-no-compression at jpds/garage 2023-05-08 17:58:14 +00:00
df0a31926b block/manager.rs: In is_block_compressed - check which compression_level
1ecd88c01f Merge pull request 'Update rust toolchain to 1.68 and simplify Nix stuff' (#554) from nix-update-simplify into main
5efcdc0de3 Update rust toolchain to 1.68 and simplify Nix stuff
a16eb7e4b8 Merge pull request 'api/Cargo.toml: Bumped quick-xml to version 0.26.' (#552) from jpds/garage:quick-xml-0.26 into main
6742070517 Merge pull request 'block/repair.rs: Added log entries for scrub start/finish.' (#551) from jpds/garage:scrub-log into main
Compare 5 commits »
jpds commented on pull request Deuxfleurs/garage#564 2023-05-08 09:12:50 +00:00
doc: Add information about Alpine Linux package to Quick Start

This should be under cookbook/binary-packages.md instead.

jpds commented on pull request Deuxfleurs/garage#552 2023-05-08 08:15:50 +00:00
api/Cargo.toml: Bumped quick-xml to version 0.26.

It's enough to fix the Rust warning, but I kept the issue open to remind myself to migrate the code for the newer version later.

jpds pushed to scrub-log at jpds/garage 2023-04-23 21:22:42 +00:00
fb3bd11dce block/repair.rs: Added log entries for scrub start/finish.
jpds pushed to scrub-log at jpds/garage 2023-04-23 21:10:27 +00:00
91760cb849 block/repair.rs: Added log entries for scrub start/finish.