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/getting_started/05_cluster.md | |
parent | ebd21b325e7c30b58d6b3ab621f08cd1bffb0c6d (diff) | |
download | garage-289521886bc5819790c92da6cdf24898aacbaf58.tar.gz garage-289521886bc5819790c92da6cdf24898aacbaf58.zip |
make most changes suggested during install-party
Diffstat (limited to 'doc/book/src/getting_started/05_cluster.md')
-rw-r--r-- | doc/book/src/getting_started/05_cluster.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/src/getting_started/05_cluster.md b/doc/book/src/getting_started/05_cluster.md index 83beb662..ac6fc9fd 100644 --- a/doc/book/src/getting_started/05_cluster.md +++ b/doc/book/src/getting_started/05_cluster.md @@ -11,7 +11,7 @@ As this part is not relevant for a test cluster, you can use this three-liner to ```bash garagectl status | grep UNCONFIGURED | grep -Po '^[0-9a-f]+' | while read id; do - garagectl node configure -d dc1 -c 1 $id + garagectl node configure -z dc1 -c 1 $id done ``` |