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)
Add node-global lock for bucket/key operations (fix #723)
Add a local lock on CreateBucket etc, as a temporary measure
WIP: Improvements to bucket and key operations
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
Minor typos & grammar fixes in docs
Bootstrap automatically using shared secret
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…
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
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