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:
-
Shutting down all the garage instances
-
Delete just the
cluster_layout
file in all of your nodes…
*: apply clippy recommendations.
cargo: tokio-1.28 and hyper-0.14.26 update
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
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
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
doc: Add information about Alpine Linux package to Quick Start
This should be under cookbook/binary-packages.md
instead.
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.