c5c1b93d21
With the NFS, FC, and iSCSI Cinder volume backends, Nova explicitly sets AIO mode ``io=native`` in the Libvirt guest XML. Operators may set this option to True in order to defer AIO mode selection to QEMU if forcing ``io=native`` is not desired. Closes-Bug: #2129788 Change-Id: I6e51706b5cb8be5becebbafe9108df1ba9e0f69f Signed-off-by: melanie witt <melwittt@gmail.com>
11 lines
460 B
YAML
11 lines
460 B
YAML
features:
|
|
- |
|
|
A new configuration option ``[libvirt]use_default_aio_mode_for_volumes``
|
|
has been added to enable use of QEMU default AIO modes for NFS, FC, and
|
|
iSCSI Cinder volumes.
|
|
By default, Nova explicitly sets AIO mode ``io=native`` in the Libvirt
|
|
guest XML for NFS, FC, and iSCSI Cinder volumes. Operators may set this
|
|
option to ``True`` in order to defer AIO mode selection to QEMU if forcing
|
|
``io=native`` is not desired.
|
|
|