Alex lx
lx pushed to main at Deuxfleurs/garage 2024-02-22 09:26:12 +00:00
7e212e20e0 Merge pull request 'Minor typos & grammar fixes in docs' (#727) from hartraft/garage:docs-typo-fix into main
00a5f14a7b Align admin endpoint port
1a07c8dd54 Minor typos and grammar
292f4ff9cb Typo
Compare 4 commits »
lx merged pull request Deuxfleurs/garage#727 2024-02-22 09:26:09 +00:00
Minor typos & grammar fixes in docs
lx commented on pull request Deuxfleurs/garage#727 2024-02-22 09:26:02 +00:00
Minor typos & grammar fixes in docs

Thanks!

lx closed issue Deuxfleurs/garage#35 2024-02-20 16:58:48 +00:00
Bootstrap automatically using shared secret
lx commented on issue Deuxfleurs/garage#602 2024-02-20 16:38:06 +00:00
SSE-C encryption

Findings concerning SSE-C:

  • The key is a 32-byte AES256 key, encoded in base64. As far as I understand, it is the responsibility of the client to send a key of the correct length.
  • Amazon…
lx pushed to next-0.10 at Deuxfleurs/garage 2024-02-20 16:09:17 +00:00
75e591727d [next-0.10] cluster node status metrics: report nodes of all active layout versions
lx pushed to next-0.10 at Deuxfleurs/garage 2024-02-20 16:03:17 +00:00
643d1aabd8 Merge branch 'main' into next-0.10
885405d944 Merge pull request 'system metrics improvements' (#726) from peer-metrics into main
bcd571ef57 [peer-metrics] add documentation for new cluster status metrics
b868493da9 [peer-metrics] add basic cluster node status metrics (fix #545)
182a23cc12 [peer-metrics] refactor SystemMetrics to hold a reference to System
Compare 19 commits »
lx deleted branch peer-metrics from Deuxfleurs/garage 2024-02-20 15:35:15 +00:00
lx pushed to main at Deuxfleurs/garage 2024-02-20 15:35:15 +00:00
885405d944 Merge pull request 'system metrics improvements' (#726) from peer-metrics into main
bcd571ef57 [peer-metrics] add documentation for new cluster status metrics
b868493da9 [peer-metrics] add basic cluster node status metrics (fix #545)
182a23cc12 [peer-metrics] refactor SystemMetrics to hold a reference to System
3cdf69f079 [peer-metrics] Add metrics for cluster health, like GetClusterHealth admin API
Compare 6 commits »
lx merged pull request Deuxfleurs/garage#726 2024-02-20 15:35:13 +00:00
system metrics improvements
lx closed issue Deuxfleurs/garage#545 2024-02-20 15:35:13 +00:00
New metric listing Garage peers
lx pushed to peer-metrics at Deuxfleurs/garage 2024-02-20 13:59:36 +00:00
bcd571ef57 [peer-metrics] add documentation for new cluster status metrics
lx pushed to peer-metrics at Deuxfleurs/garage 2024-02-20 13:51:07 +00:00
b868493da9 [peer-metrics] add basic cluster node status metrics (fix #545)
lx pushed to peer-metrics at Deuxfleurs/garage 2024-02-20 13:21:45 +00:00
182a23cc12 [peer-metrics] refactor SystemMetrics to hold a reference to System
lx pushed to peer-metrics at Deuxfleurs/garage 2024-02-20 12:52:14 +00:00
3cdf69f079 [peer-metrics] Add metrics for cluster health, like GetClusterHealth admin API
00d479358d [peer-metrics] refactor/simplify SystemMetrics
Compare 2 commits »
lx pushed to peer-metrics at Deuxfleurs/garage 2024-02-20 11:38:52 +00:00
2d75e584c1 [peer-metrics] Add metrics for cluster health, like GetClusterHealth admin API
lx created pull request Deuxfleurs/garage#726 2024-02-20 10:40:31 +00:00
WIP: system metrics improvements
lx commented on issue Deuxfleurs/garage#652 2024-02-20 10:38:57 +00:00
Changing IP address of a node leads to a half-connected and broken cluster

PR #724 probably fixes the issue, it will be published with v0.9.2 / v1.0. If the issue is sill there, please reopen the issue.

lx commented on issue Deuxfleurs/garage#555 2024-02-20 10:37:47 +00:00
after remove a node with garage layout remove <node id>, the remaining nodes are still trying to connect to that node

If the issue is still here after the patch (that will be published with 0.9.2 / 1.0), please reopen the issue.

lx closed issue Deuxfleurs/garage#555 2024-02-20 10:37:12 +00:00
after remove a node with garage layout remove <node id>, the remaining nodes are still trying to connect to that node