Skip to content

Commit

Permalink
[lxd-import] doc/instances: clarify initial volume configuration
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ru-fu authored and stgraber committed Oct 24, 2023
1 parent 4f02f09 commit 6bec695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/howto/instances_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <devices>` for a device provided through a profile
- `--device` to override {ref}`device options <devices>` for a device provided through a profile, or to specify an {ref}`initial configuration for the root disk device <devices-disk-initial-config>`
- `--profile` to specify a {ref}`profile <profiles>` 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
Expand Down

0 comments on commit 6bec695

Please sign in to comment.