Alex lx
lx pushed to main at Deuxfleurs/garage 2024-02-22 12:05:22 +00:00
74d0c47f21 Merge pull request 'Add node-global lock for bucket/key operations (fix #723)' (#728) from lock-createbucket into main
cff702a951 [lock-createbucket] Add node-global lock for bucket/key operations (fix #723)
Compare 2 commits »
lx merged pull request Deuxfleurs/garage#728 2024-02-22 12:05:20 +00:00
Add node-global lock for bucket/key operations (fix #723)
lx closed issue Deuxfleurs/garage#723 2024-02-22 12:05:20 +00:00
Add a local lock on CreateBucket etc, as a temporary measure
lx created pull request Deuxfleurs/garage#728 2024-02-22 11:30:04 +00:00
WIP: Improvements to bucket and key operations
lx created branch lock-createbucket in Deuxfleurs/garage 2024-02-22 11:29:18 +00:00
lx pushed to lock-createbucket at Deuxfleurs/garage 2024-02-22 11:29:18 +00:00
cff702a951 [lock-createbucket] Add node-global lock for bucket/key operations (fix #723)
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