diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-03-17 20:58:30 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-03-17 20:58:30 +0100 |
commit | b82a61fba2f115bd0263ff863562fbe63254058f (patch) | |
tree | c57f856373e0c1d3efdca760d76e5ef0f5e5c283 /doc/book/src/getting_started | |
parent | 44d0815ff98b72cd4f23b41ab6c87a867a392815 (diff) | |
download | garage-b82a61fba2f115bd0263ff863562fbe63254058f.tar.gz garage-b82a61fba2f115bd0263ff863562fbe63254058f.zip |
Simplify our README
Diffstat (limited to 'doc/book/src/getting_started')
-rw-r--r-- | doc/book/src/getting_started/cluster.md | 13 |
1 files changed, 13 insertions, 0 deletions
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 | |