aboutsummaryrefslogtreecommitdiff
path: root/doc/book
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-03-17 20:58:30 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-03-17 20:58:30 +0100
commitb82a61fba2f115bd0263ff863562fbe63254058f (patch)
treec57f856373e0c1d3efdca760d76e5ef0f5e5c283 /doc/book
parent44d0815ff98b72cd4f23b41ab6c87a867a392815 (diff)
downloadgarage-b82a61fba2f115bd0263ff863562fbe63254058f.tar.gz
garage-b82a61fba2f115bd0263ff863562fbe63254058f.zip
Simplify our README
Diffstat (limited to 'doc/book')
-rw-r--r--doc/book/src/SUMMARY.md1
-rw-r--r--doc/book/src/getting_started/cluster.md13
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/book/src/SUMMARY.md b/doc/book/src/SUMMARY.md
index 48abf741..7c435f23 100644
--- a/doc/book/src/SUMMARY.md
+++ b/doc/book/src/SUMMARY.md
@@ -5,6 +5,7 @@
- [Getting Started](./getting_started/index.md)
- [Get a binary](./getting_started/binary.md)
- [Configure the daemon](./getting_started/daemon.md)
+ - [Control the daemon](./getting_started/control.md)
- [Configure a cluster](./getting_started/cluster.md)
- [Create buckets and keys](./getting_started/bucket.md)
- [Handle files](./getting_started/files.md)
diff --git a/doc/book/src/getting_started/cluster.md b/doc/book/src/getting_started/cluster.md
index 868379b9..a17bf14e 100644
--- a/doc/book/src/getting_started/cluster.md
+++ b/doc/book/src/getting_started/cluster.md
@@ -1 +1,14 @@
# Configure a cluster
+
+## Test cluster
+
+## Real-world cluster
+
+For our example, we will suppose we have the following infrastructure:
+
+| Location | Name | IP Address | Disk Space |
+|----------|---------|------------|------------|
+| Paris | Mercury | fc00:1::1 | 1 To |
+| Paris | Venus | fc00:1::2 | 2 To |
+| London | Earth | fc00:1::2 | 2 To |
+| Brussels | Mars | fc00:B::1 | 1.5 To |