Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | layout: prepare for write sets | Alex Auvolat | 2023-11-14 | 1 | -2/+1 |
| | |||||
* | system: add todo wrt new layout | Alex Auvolat | 2023-11-14 | 1 | -1/+3 |
| | |||||
* | layout: refactoring of all_nodes | Alex Auvolat | 2023-11-14 | 1 | -1/+1 |
| | |||||
* | table sync: adapt to new layout history | Alex Auvolat | 2023-11-11 | 1 | -1/+1 |
| | |||||
* | layout: separate code path for synchronizing update trackers only | Alex Auvolat | 2023-11-09 | 1 | -1/+14 |
| | |||||
* | layout: refactor to use a RwLock on LayoutHistory | Alex Auvolat | 2023-11-09 | 1 | -7/+8 |
| | |||||
* | layout: more refactoring | Alex Auvolat | 2023-11-09 | 1 | -27/+13 |
| | |||||
* | wip: split out layout management from System into separate LayoutManager | Alex Auvolat | 2023-11-09 | 1 | -190/+105 |
| | |||||
* | bump garage protocol version tag to 0x000A (0.10) | Alex Auvolat | 2023-11-08 | 1 | -1/+1 |
| | |||||
* | WIP: garage_rpc: store layout version history | Alex Auvolat | 2023-11-08 | 1 | -21/+23 |
| | |||||
* | avoid using layout_watch in System directly | Alex Auvolat | 2023-11-08 | 1 | -2/+2 |
| | |||||
* | remove Ring and use ClusterLayout everywhere | Alex Auvolat | 2023-11-08 | 1 | -29/+26 |
| | |||||
* | fix compilation on macos | trinity-1686a | 2023-10-15 | 1 | -2/+2 |
| | | | | fsblkcnt_t is ony 32b there, so we have to do an additional cast | ||||
* | Merge branch 'main' into next | Alex Auvolat | 2023-09-27 | 1 | -9/+9 |
|\ | |||||
| * | fix hang on shutdown | Alex Auvolat | 2023-09-12 | 1 | -9/+9 |
| | | |||||
* | | new layout: fix clippy lints | Alex Auvolat | 2023-09-18 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'main' into nextv0.9.0-beta2 | Alex Auvolat | 2023-09-11 | 1 | -2/+2 |
|\| | |||||
| * | fix 32-bit buildfix-32bit | Alex Auvolat | 2023-09-11 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-09-11 | 1 | -36/+30 |
|\| | |||||
| * | use statvfs instead of mount list to determine free data/meta space (fix #611) | Alex Auvolat | 2023-09-11 | 1 | -9/+8 |
| | | |||||
* | | correct free data space accounting for multiple data dirs on same fs | Alex Auvolat | 2023-09-07 | 1 | -5/+23 |
| | | |||||
* | | block manager: skeleton for multi-hdd support | Alex Auvolat | 2023-09-06 | 1 | -4/+19 |
| | | |||||
* | | admin api: switch GetClusterHealth to camelcase (fix #381 again) | Alex Auvolat | 2023-06-14 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-04-25 | 1 | -15/+89 |
|\| | |||||
| * | More clippy fixes | Alex Auvolat | 2023-01-26 | 1 | -2/+2 |
| | | |||||
| * | Add local disk usage to exported prometheus metricsreport-disk-usage | Alex Auvolat | 2023-01-26 | 1 | -9/+28 |
| | | |||||
| * | Disk space report | Alex Auvolat | 2023-01-26 | 1 | -14/+59 |
| | | | | | | | | Report available disk space on nodes and calculate cluster-wide available space in `garage stats` (fix #479) | ||||
| * | system.rs: Integrated SystemMetrics into System implementation. | Jonathan Davies | 2023-01-10 | 1 | -0/+10 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-01-04 | 1 | -58/+65 |
|\| | |||||
| * | Fix Consul & Kubernetes discovery with new way of doing background thingsfix-background | Alex Auvolat | 2023-01-03 | 1 | -17/+22 |
| | | |||||
| * | Refactor how things are migrated | Alex Auvolat | 2023-01-03 | 1 | -5/+13 |
| | | |||||
| * | better error message handling | Alex Auvolat | 2022-12-14 | 1 | -11/+12 |
| | | |||||
| * | Get rid of background::spawn | Alex Auvolat | 2022-12-14 | 1 | -16/+13 |
| | | |||||
| * | Improve error message on rpc connection failure | Alex Auvolat | 2022-12-14 | 1 | -7/+9 |
| | | |||||
| * | Refactor background runner and get rid of job worker | Alex Auvolat | 2022-12-14 | 1 | -15/+9 |
| | | |||||
* | | Merge commit 'ec12d6c' into next | Alex Auvolat | 2022-12-11 | 1 | -3/+3 |
|\ \ | |/ |/| | |||||
| * | Return more info when layout's .check() fails, fix compilation, fix test | Alex Auvolat | 2022-11-08 | 1 | -3/+3 |
| | | |||||
* | | Refactor health check and add ability to return it in json | Alex Auvolat | 2022-12-05 | 1 | -1/+98 |
|/ | |||||
* | move things around | Alex Auvolat | 2022-10-18 | 1 | -9/+8 |
| | |||||
* | Load TLS certificates only once | Alex Auvolat | 2022-10-18 | 1 | -8/+14 |
| | |||||
* | Add TLS support for Consul discovery + refactoring | Alex Auvolat | 2022-10-18 | 1 | -44/+26 |
| | |||||
* | Fix instant substractions that might have panickedfix-time | Alex Auvolat | 2022-09-29 | 1 | -1/+3 |
| | |||||
* | RPC performance changes | Alex Auvolat | 2022-09-19 | 1 | -4/+12 |
| | | | | | | - configurable ping timeout - single, much higher, configurable RPC timeout - no more concurrency semaphore | ||||
* | Allow for hostnames in bootstrap_peers and rpc_public_addr (fix #353)resolve-peer-names | Alex Auvolat | 2022-09-14 | 1 | -16/+57 |
| | |||||
* | Add checks on replication_factor of layouts we use (fix #363, fix #364)various-fixes-for-0.8 | Alex Auvolat | 2022-09-13 | 1 | -5/+25 |
| | |||||
* | Merge branch 'lx-perf-improvements' into netapp-stream-body | Alex Auvolat | 2022-09-08 | 1 | -7/+4 |
|\ | |||||
| * | Move GIT_VERSION injection later in build chain to reduce build times | Alex Auvolat | 2022-09-07 | 1 | -7/+4 |
| | | |||||
* | | Less strict timeouts | Alex Auvolat | 2022-09-01 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'lx-perf-improvements' into netapp-stream-body | Alex Auvolat | 2022-08-29 | 1 | -5/+2 |
|\| | |||||
| * | Configure structopt to report the right versionv0.7.2_ci-test-2bug/reported-version | Quentin Dufour | 2022-08-11 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | By default, structopt reports the value provided by the env var CARGO_PKG_VERSION, feeded by Cargo when reading Cargo.toml. However for Garage we use a versioning based on git, so we often report a version that is behind the real version. In this commit, we create garage_util::version::garage() that reports the right version and configure all structopt subcommands to call this function instead of using the env var. |