Type: unix-block
#
Supported instance types: container
Unix block device entries simply make the requested block device
appear in the instance’s /dev
and allow read/write operations to it.
The following properties exist:
Key |
Type |
Default |
Required |
Description |
---|---|---|---|---|
|
string |
- |
no |
Path on the host |
|
string |
- |
no |
Path inside the instance (one of |
|
int |
device on host |
no |
Device major number |
|
int |
device on host |
no |
Device minor number |
|
int |
|
no |
UID of the device owner in the instance |
|
int |
|
no |
GID of the device owner in the instance |
|
int |
|
no |
Mode of the device in the instance |
|
bool |
|
no |
Whether or not this device is required to start the instance |