1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 18:45:46 +01:00
Files
incus/doc/howto/storage_create_instance.md
Stéphane Graber a040f2d87f doc: Initial replace of lxc/lxd
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
2023-10-07 01:12:10 -04:00

744 B

(howto-storage-create-instance)=

How to create an instance in a specific storage pool

Instance storage volumes are created in the storage pool that is specified by the instance's root disk device. This configuration is normally provided by the profile or profiles applied to the instance. See {ref}storage-default-pool for detailed information.

To use a different storage pool when creating or launching an instance, add the --storage flag. This flag overrides the root disk device from the profile. For example:

incus launch <image> <instance_name> --storage <storage_pool>

% Include content from storage_move_volume.md

    :start-after: (storage-move-instance)=