Commit graph

192 commits

Author SHA1 Message Date
networkException e356413a45
cargo: add hyperlocal as a dependency 2023-09-29 21:11:52 +02:00
Alex d662930669
use statvfs instead of mount list to determine free data/meta space (fix #611) 2023-09-29 21:11:49 +02:00
Alex 6fb98b9def
config: make block_size and sled_cache_capacity expressable as strings 2023-09-29 21:11:48 +02:00
Alex 530cc151d8
make lmdb's map_size configurable (fix #628) 2023-09-29 21:11:48 +02:00
Alex 92dbf9dc18
update version to 0.8.4 2023-09-29 21:11:47 +02:00
Alex b622613b91
Revert netapp update, hold to version 0.5.2 that uses rmp-serde 0.15 2023-09-29 21:11:46 +02:00
Alex 9441e953e6
add garage_db dependency in garage_rpc 2023-09-29 21:11:46 +02:00
Alex db8cfa7488
bump version to 0.8.3 2023-09-29 21:11:45 +02:00
Jonathan Davies 82a3ce6d5f
cargo: Updated gethostname v0.2.3 -> v0.4.3. 2023-09-29 21:11:39 +02:00
Jonathan Davies 1eea4a84f2
cargo: Updated pretty_env_logger v0.4.0 -> v0.5.0. 2023-09-29 21:11:39 +02:00
Jonathan Davies 154d67f2a7
garage/api: cargo: Updated idna dependency to 0.4. 2023-09-29 21:11:38 +02:00
Jonathan Davies fe1045ac93
garage/db: cargo: Updated rusqlite to 0.29. 2023-09-29 21:11:38 +02:00
Jonathan Davies 6a7c66ae5c
cargo: Updated:
* addr2line v0.19.0 -> v0.20.0
 * async-compression v0.4.0 -> v0.4.1
 * clap v4.3.8 -> v4.3.19
 * hyper v0.14.26 -> v0.14.27
 * ipnet v2.7.2 -> v2.8.0
 * rmp v0.8.11 -> v0.8.12
 * serde v1.0.164 -> v1.0.188
 * tokio v1.29.0 -> v1.31.0
 * zstd v0.12.3+zstd.1.5.2 -> v0.12.4
 * Others in `cargo update`
2023-09-29 21:11:37 +02:00
Jonathan Davies deb7160f32
cargo: Updated async-compression to 0.4. 2023-09-29 21:11:27 +02:00
Jonathan Davies 4e964a34a9
cargo: Updated tokio to 1.29. 2023-09-29 21:11:27 +02:00
Jonathan Davies b34e1ad44d
Cargo.lock: Updated. 2023-09-29 21:11:26 +02:00
Alex 8125d79456
bump k2v-client to v0.0.4 2023-09-29 21:11:05 +02:00
Alex de5f3e2aa8
Add basic k2v_client integration tests 2023-09-29 21:11:04 +02:00
Alex d98428bcc6
Port k2v-client to aws-sigv4 since rusoto_signature is deprecated 2023-09-29 21:11:02 +02:00
Alex 5c084e8f9e
add tracing to k2v-client 2023-09-29 21:11:01 +02:00
Alex 60292efcbb
fix clippy lint in format-table crate 2023-09-29 21:11:00 +02:00
Alex f2191fa171
Split format_table into separate crate and reduce k2v-client dependencies 2023-09-29 21:10:59 +02:00
Alex 491e3c3a8c
fix base64 uses 2023-09-29 21:10:57 +02:00
Jonathan Davies 4c0648fdac
Cargo.lock: Updated for:
* tokio 1.28
 * hyper 0.14.26
2023-09-29 21:10:56 +02:00
Alex c111796bfd
move git-version dependency to main crate to reduce rebuilds 2023-09-29 21:10:53 +02:00
Jakub Jirutka 0dffb4f8b9
Remove unnecessary/unused "timeago" features
To decrease dependency bloat and binary size.
2023-09-29 21:10:49 +02:00
Jonathan Davies 2e5822c73b
api/Cargo.toml: Bumped quick-xml to version 0.26. 2023-09-29 21:10:47 +02:00
Alex 0a1ddcf630 Prepare for v0.8.2 2023-03-13 18:46:31 +01:00
Alex f37ec584b6 Merge branch 'main' into rustversion-label 2023-03-13 16:14:13 +01:00
Jonathan Davies 25f2a46fc3 rpc/system_metrics.rs: Added rustversion label to garage_build_info metric. 2023-03-10 14:46:44 +00:00
teutat3s f0717dd169
Bump pnet_datalink 0.28 -> 0.33
Motivation: building garage on illumos is only possible since
pnet_datalink version 0.30

Changelog: https://github.com/libpnet/libpnet/compare/v0.28.0...v0.33.0
2023-02-28 16:06:43 +01:00
Jonathan Davies 9e0567dce4 Cargo.lock: Bump for tokio 1.25.0. 2023-01-30 00:14:03 +00:00
Alex 590a0a8450 Merge branch 'main' into k2v-watch-range-2 2023-01-26 16:46:40 +01:00
Alex 94d559ae00 Merge branch 'main' into report-disk-usage 2023-01-26 16:20:41 +01:00
Alex efb6b6e868 Disk space report
Report available disk space on nodes and calculate cluster-wide available space in `garage stats` (fix #479)
2023-01-26 15:04:32 +01:00
Jonathan Davies 3dc655095f db/Cargo.toml: Updated rusqlite from 0.27 to 0.28. 2023-01-26 11:13:11 +00:00
Jonathan Davies f952e37ba7 {model,util}/Cargo.toml: Updated blake2 from 0.9 to 0.10. 2023-01-26 11:13:11 +00:00
Jonathan Davies fbafa76284 {db,util}/Cargo.toml: Updated mktemp from 0.4 to 0.5. 2023-01-26 11:13:11 +00:00
Jonathan Davies 63e22e71f2 api/Cargo.toml: Updated idna from 0.2 to 0.3. 2023-01-26 11:13:11 +00:00
Jonathan Davies f6eaf3661c garage/Cargo.toml: Updated timeage from 0.3 to 0.4. 2023-01-26 11:13:11 +00:00
Jonathan Davies d3b2a68988 {garage,util}/Cargo.toml: Updated toml from 0.5 to 0.6. 2023-01-26 11:13:11 +00:00
Jonathan Davies bcac889f9a Cargo.toml: Updated clap from 3.1.18 to 4.1. 2023-01-26 11:13:11 +00:00
Jonathan Davies 69497be5c6 Cargo.lock: Ran cargo update. 2023-01-26 11:13:11 +00:00
Jonathan Davies 36944f1839 Cargo.toml: Updated base64 from 0.13 to 0.21. 2023-01-26 11:13:07 +00:00
Jonathan Davies 93c3f8fc8c api/Cargo.toml: Updated url from 2.1 to 2.3. 2023-01-23 19:16:58 +00:00
Jonathan Davies 1c435fce09 api/Cargo.toml: Updated httpdate from 0.3 to 1.0. 2023-01-23 19:16:54 +00:00
Jonathan Davies 5c3075fe01 Cargo.toml: Updated zstd from 0.9 to 0.12. 2023-01-23 18:08:14 +00:00
Alex dac254a6e7
Merge branch 'main' into k2v-watch-range-2 2023-01-11 17:09:37 +01:00
Alex 32aab06929
k2v-client libary poll_range and CLI poll-range 2023-01-11 11:14:29 +01:00
Felix Scheinost d6ea0cbefa Add tests for rpc_secret_file 2023-01-07 14:19:36 +01:00