diff options
author | maximilien <me@mricher.fr> | 2025-01-09 00:41:35 +0000 |
---|---|---|
committer | maximilien <me@mricher.fr> | 2025-01-09 00:41:35 +0000 |
commit | 4b1a7fb5e3c2f6a58780165955e49d8e24a1d018 (patch) | |
tree | 0e2cbe442de28d365f7c8ae802500b1591231da2 | |
parent | 7bbc8fec504cbfff21210a435d36cb2051e031a9 (diff) | |
parent | b6aaebaf4c28ae12a518154b396e6e17449484db (diff) | |
download | garage-4b1a7fb5e3c2f6a58780165955e49d8e24a1d018.tar.gz garage-4b1a7fb5e3c2f6a58780165955e49d8e24a1d018.zip |
Merge pull request 'The version flag is required when applying a layout' (#921) from update-quickstart-docs-layout-apply into mainHEADmain
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/921
-rw-r--r-- | doc/book/quick-start/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/quick-start/_index.md b/doc/book/quick-start/_index.md index 5f17447b..b5eb646f 100644 --- a/doc/book/quick-start/_index.md +++ b/doc/book/quick-start/_index.md @@ -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 ``` |