The version flag is required when applying a layout #921

Merged
maximilien merged 1 commit from update-quickstart-docs-layout-apply into main 2025-01-09 00:41:36 +00:00

View file

@ -199,7 +199,7 @@ For instance here you could write just `garage layout assign -z dc1 -c 1G 563e`.
The layout then has to be applied to the cluster, using:
```bash
garage layout apply
garage layout apply --version 1
```