garage/src/util
Florian Klink a0f6bc5b7f
All checks were successful
ci/woodpecker/pr/debug Pipeline was successful
add rpc_public_addr_subnet config option
In case `rpc_public_addr` is not set, but autodiscovery is used, this
allows filtering the list of automatically discovered IPs to a specific
subnet.

For example, if nodes should pick *their* IP inside a specific subnet,
but you don't want to explicitly write the IP down (as it's dynamic, or
you want to share configs across nodes), you can use this option.
2024-06-05 08:41:36 +02:00
..
background bg var operation on all nodes at once 2023-01-04 13:25:57 +01:00
crdt Fix clippy lint that says we should implement Eq 2022-09-13 16:08:00 +02:00
build.rs rpc/system_metrics.rs: Added rustversion label to garage_build_info metric. 2023-03-10 14:46:44 +00:00
Cargo.toml [next-0.10] bump version number to 1.0 2024-03-28 15:19:44 +01:00
config.rs add rpc_public_addr_subnet config option 2024-06-05 08:41:36 +02:00
data.rs [block-ref-repair] Block refcount recalculation and repair 2024-03-19 16:20:22 +01:00
encode.rs util/Cargo.toml: Updated rmp-serde from 0.15 to 1.1. 2023-01-26 11:03:43 +00:00
error.rs [block-ref-repair] Block refcount recalculation and repair 2024-03-19 16:20:22 +01:00
forwarded_headers.rs *: apply clippy recommendations. 2023-05-09 20:49:34 +01:00
lib.rs [s3-checksum] implement x-amz-checksum-* headers 2024-03-26 15:01:34 +01:00
metrics.rs Fix instant substractions that might have panicked 2022-09-29 15:53:54 +02:00
migrate.rs Merge branch 'main' into next 2023-08-29 11:32:42 +02:00
persister.rs Uniform framework for bg variable management 2023-01-04 13:07:13 +01:00
socket_address.rs util: add helper sum type for unix and tcp socket addresses 2023-09-29 18:37:36 +02:00
time.rs util/time.rs: Updated deprecated associated function to timestamp_opt(). 2023-01-26 11:13:11 +00:00
tranquilizer.rs Fix instant substractions that might have panicked 2022-09-29 15:53:54 +02:00
version.rs move git-version dependency to main crate to reduce rebuilds 2023-05-09 11:35:32 +02:00