forked from Deuxfleurs/garage
gateways.md: -z is a required flag for layout assign.
This commit is contained in:
parent
0c618f8a89
commit
55c369137d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
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
|
```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 show # review the changes you are making
|
||||||
garage layout apply # once satisfied, apply the changes
|
garage layout apply # once satisfied, apply the changes
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue