diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-01-04 19:02:39 +0000 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-01-30 12:54:38 +0000 |
commit | 55c369137dfc6dcda4ba2a51347c9d49461dd69f (patch) | |
tree | 1ef5aebbb27398a5e0f7eb0d697dcb7d7a4dc12c /doc/book/cookbook/gateways.md | |
parent | 0c618f8a89addebd1eb8483cc87d48ea8a2d1d48 (diff) | |
download | garage-55c369137dfc6dcda4ba2a51347c9d49461dd69f.tar.gz garage-55c369137dfc6dcda4ba2a51347c9d49461dd69f.zip |
gateways.md: -z is a required flag for layout assign.
Diffstat (limited to 'doc/book/cookbook/gateways.md')
-rw-r--r-- | doc/book/cookbook/gateways.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/cookbook/gateways.md b/doc/book/cookbook/gateways.md index 62ed0fe2..ce4c7fa8 100644 --- a/doc/book/cookbook/gateways.md +++ b/doc/book/cookbook/gateways.md @@ -21,7 +21,7 @@ You can configure Garage as a gateway on all nodes that will consume your S3 API The instructions are similar to a regular node, the only option that is different is while configuring the node, you must set the `--gateway` parameter: ```bash -garage layout assign --gateway --tag gw1 <node_id> +garage layout assign --gateway --tag gw1 -z dc1 <node_id> garage layout show # review the changes you are making garage layout apply # once satisfied, apply the changes ``` |