Change-Id: I4b7f182daf7bc101a59ddfdb98055ffcd719e3bd
3.6 KiB
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
|
(String) The default format an ephemeral_volume will be formatted with on creation. Possible values:
|
|
(Boolean) Force conversion of backing images to raw format. Possible values:
Interdependencies to other options:
|
|
(String) Generic property to specify the pointer type. Input devices allow interaction with a graphical framebuffer. For example to provide a graphic tablet for absolute cursor movement. If set, the 'hw_pointer_model' image property takes precedence over this configuration option. Possible values:
Interdependencies to other options:
|
|
(String) The image preallocation mode to use. Image preallocation allows storage for instance images to be allocated up front when the instance is initially provisioned. This ensures immediate feedback is given if enough space isn't available. In addition, it should significantly improve performance on writes to new blocks and may even improve I/O performance to prewritten blocks due to reduced fragmentation. Possible values:
|
timeout_nbd = 10 |
(Integer) Amount of time, in seconds, to wait for NBD device start up. |
|
(Boolean) Enable use of copy-on-write (cow) images. QEMU/KVM allow the use of qcow2 as backing files. By disabling this, backing files will not be used. |
|
(String) Defines which physical CPUs (pCPUs) can be used by instance virtual CPUs (vCPUs). Possible values:
|
virt_mkfs = [] |
(Multi-valued) Name of the mkfs commands for ephemeral device. The format is <os_type>=<mkfs command> |