From 6bec695dda7d73768178951f7acc6bba06cae48a Mon Sep 17 00:00:00 2001 From: Ruth Fuchss Date: Fri, 20 Oct 2023 17:23:40 +0200 Subject: [PATCH] [lxd-import] doc/instances: clarify initial volume configuration You can specify an initial volume configuration for the root disk device when creating an instance. We have documentation for that, but it's hard to find. Therefore, add a link to it from the instance creation howto. Signed-off-by: Ruth Fuchss --- doc/howto/instances_create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/howto/instances_create.md b/doc/howto/instances_create.md index 6cdf1a23086..4f7233e7e0b 100644 --- a/doc/howto/instances_create.md +++ b/doc/howto/instances_create.md @@ -26,7 +26,7 @@ Flags The most common flags are: - `--config` to specify a configuration option for the new instance - - `--device` to override {ref}`device options ` for a device provided through a profile + - `--device` to override {ref}`device options ` for a device provided through a profile, or to specify an {ref}`initial configuration for the root disk device ` - `--profile` to specify a {ref}`profile ` to use for the new instance - `--network` or `--storage` to make the new instance use a specific network or storage pool - `--target` to create the instance on a specific cluster member