diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-03-18 11:26:02 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-04-27 16:37:04 +0200 |
commit | c1d64333c5f04d30a5b187ebd18c51a655a34e4b (patch) | |
tree | f4b3f6392784b494fbb370c4ee637a470005d4da /doc/book/src/getting_started | |
parent | c4cb9120fe390091bb06c8bac56fb308f460f271 (diff) | |
download | garage-c1d64333c5f04d30a5b187ebd18c51a655a34e4b.tar.gz garage-c1d64333c5f04d30a5b187ebd18c51a655a34e4b.zip |
Fix a table in the doc
Diffstat (limited to 'doc/book/src/getting_started')
-rw-r--r-- | doc/book/src/getting_started/daemon.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/book/src/getting_started/daemon.md b/doc/book/src/getting_started/daemon.md index 2f2b71b0..0f45daee 100644 --- a/doc/book/src/getting_started/daemon.md +++ b/doc/book/src/getting_started/daemon.md @@ -124,8 +124,8 @@ For our example, we will suppose the following infrastructure: |----------|---------|------------|------------| | 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 | +| London | Earth | fc00:B::1 | 2 To | +| Brussels | Mars | fc00:F::1 | 1.5 To | On each machine, we will have a similar setup, especially you must consider the following folders/files: - `/etc/garage/pki`: Garage certificates, must be generated on your computer and copied on the servers |