mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
983 B
983 B
(devices-unix-block)=
Type: unix-block
The `unix-block` device type is supported for containers.
It supports hotplugging.
Unix block devices make the specified block device appear as a device in the instance (under /dev).
You can read from the device and write to it.
Device options
unix-block devices have the following device options:
% Include content from ../config_options.txt
:start-after: <!-- config group devices-unix-char-block start -->
:end-before: <!-- config group devices-unix-char-block end -->
(devices-unix-block-hotplugging)=
Hotplugging
Hotplugging is enabled if you set required=false and specify the source option for the device.
In this case, the device is automatically passed into the container when it appears on the host, even after the container starts. If the device disappears from the host system, it is removed from the container as well.