diff options
author | Alex <alex@adnab.me> | 2023-06-14 10:57:32 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-06-14 10:57:32 +0000 |
commit | 5e291c64b3539c11cd4f107852686c7865b8b036 (patch) | |
tree | 62e8bf6e275ce045e29baf7a660706899e54ed8e /doc/book/design | |
parent | 01346143ca09eab262f0d8f8a0a744c2f6d667cc (diff) | |
parent | 9092c71a01311f8f7174fa03facdb4d95a7b1389 (diff) | |
download | garage-5e291c64b3539c11cd4f107852686c7865b8b036.tar.gz garage-5e291c64b3539c11cd4f107852686c7865b8b036.zip |
Merge pull request 'Documentation updates' (#587) from doc-updates into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/587
Diffstat (limited to 'doc/book/design')
-rw-r--r-- | doc/book/design/_index.md | 2 | ||||
-rw-r--r-- | doc/book/design/goals.md | 12 | ||||
-rw-r--r-- | doc/book/design/internals.md | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/doc/book/design/_index.md b/doc/book/design/_index.md index 50933139..5881ab8f 100644 --- a/doc/book/design/_index.md +++ b/doc/book/design/_index.md @@ -1,6 +1,6 @@ +++ title = "Design" -weight = 6 +weight = 70 sort_by = "weight" template = "documentation.html" +++ diff --git a/doc/book/design/goals.md b/doc/book/design/goals.md index 4e390ba6..78ac7978 100644 --- a/doc/book/design/goals.md +++ b/doc/book/design/goals.md @@ -42,15 +42,13 @@ locations. They use Garage themselves for the following tasks: - As a [Matrix media backend](https://github.com/matrix-org/synapse-s3-storage-provider) -- To store personal data and shared documents through [Bagage](https://git.deuxfleurs.fr/Deuxfleurs/bagage), a homegrown WebDav-to-S3 proxy +- As a Nix binary cache -- In the Drone continuous integration platform to store task logs +- To store personal data and shared documents through [Bagage](https://git.deuxfleurs.fr/Deuxfleurs/bagage), a homegrown WebDav-to-S3 and SFTP-to-S3 proxy -- As a Nix binary cache +- As a backup target using `rclone` and `restic` -- As a backup target using `rclone` +- In the Drone continuous integration platform to store task logs The Deuxfleurs Garage cluster is a multi-site cluster currently composed of -4 nodes in 2 physical locations. In the future it will be expanded to at -least 3 physical locations to fully exploit Garage's potential for high -availability. +9 nodes in 3 physical locations. diff --git a/doc/book/design/internals.md b/doc/book/design/internals.md index 777e017d..cefb7acc 100644 --- a/doc/book/design/internals.md +++ b/doc/book/design/internals.md @@ -61,7 +61,7 @@ Garage prioritizes which nodes to query according to a few criteria: For further reading on the cluster structure look at the [gateway](@/documentation/cookbook/gateways.md) -and [cluster layout management](@/documentation/reference-manual/layout.md) pages. +and [cluster layout management](@/documentation/operations/layout.md) pages. ## Garbage collection |