diff options
author | Trinity Pointard <trinity.pointard@gmail.com> | 2021-05-29 21:22:15 +0200 |
---|---|---|
committer | Trinity Pointard <trinity.pointard@gmail.com> | 2021-05-29 21:37:49 +0200 |
commit | 289521886bc5819790c92da6cdf24898aacbaf58 (patch) | |
tree | ad79abec207e11de5c860d23c871b884aaada909 /doc/book/src/cookbook | |
parent | ebd21b325e7c30b58d6b3ab621f08cd1bffb0c6d (diff) | |
download | garage-289521886bc5819790c92da6cdf24898aacbaf58.tar.gz garage-289521886bc5819790c92da6cdf24898aacbaf58.zip |
make most changes suggested during install-party
Diffstat (limited to 'doc/book/src/cookbook')
-rw-r--r-- | doc/book/src/cookbook/recovering.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/src/cookbook/recovering.md b/doc/book/src/cookbook/recovering.md index fcb0b7d8..2d8f4b80 100644 --- a/doc/book/src/cookbook/recovering.md +++ b/doc/book/src/cookbook/recovering.md @@ -92,7 +92,7 @@ Then, replace the broken node by the new one, using: ``` garage node configure --replace <old_node_id> \ - -c <capacity> -d <datacenter> -t <node_tag> <new_node_id> + -c <capacity> -z <zone> -t <node_tag> <new_node_id> ``` Garage will then start synchronizing all required data on the new node. |