1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-06 03:46:32 +01:00
Files
incus/doc/reference/devices.md
Stéphane Graber fd6de29f56 doc: s/LXD/Incus/g
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
2023-10-07 01:12:12 -04:00

2.3 KiB

(devices)=

Devices

Devices are attached to an instance (see {ref}instances-configure-devices) or to a profile (see {ref}profiles-edit).

They include, for example, network interfaces, mount points, USB and GPU devices. These devices can have instance device options, depending on the type of the instance device.

Incus supports the following device types:

ID (database) Name Condition Description
0 none - Inheritance blocker
1 nic - Network interface
2 disk - Mount point inside the instance
3 unix-char container Unix character device
4 unix-block container Unix block device
5 usb - USB device
6 gpu - GPU device
7 infiniband container InfiniBand device
8 proxy container Proxy device
9 unix-hotplug container Unix hotplug device
10 tpm - TPM device
11 pci VM PCI device

Each instance comes with a set of {ref}standard-devices.

:maxdepth: 1
:hidden:

../reference/standard_devices.md
../reference/devices_none.md
../reference/devices_nic.md
../reference/devices_disk.md
../reference/devices_unix_char.md
../reference/devices_unix_block.md
../reference/devices_usb.md
../reference/devices_gpu.md
../reference/devices_infiniband.md
../reference/devices_proxy.md
../reference/devices_unix_hotplug.md
../reference/devices_tpm.md
../reference/devices_pci.md