Merge pull request 'The version flag is required when applying a layout' (#921) from update-quickstart-docs-layout-apply into main

Reviewed-on: Deuxfleurs/garage#921
This commit is contained in:
maximilien 2025-01-09 00:41:35 +00:00
commit 4b1a7fb5e3

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
```