mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-13 18:40:19 +00:00
qm: IO thread: be more precise about how QEMU handles IO
Reported in the community forum[0]. The setting can already help with a single disk. Without the option, there is not one IO thread as the old wording suggested, but IO is handled in the main event loop or vCPU threads (see the kvm man page). [0]: https://forum.proxmox.com/threads/118390/post-518532 Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
af9941ba2b
commit
4c7a47cf0e
11
qm.adoc
11
qm.adoc
@ -249,12 +249,11 @@ Note that *SSD emulation* is not supported on *VirtIO Block* drives.
|
|||||||
[[qm_hard_disk_iothread]]
|
[[qm_hard_disk_iothread]]
|
||||||
IO Thread
|
IO Thread
|
||||||
^^^^^^^^^
|
^^^^^^^^^
|
||||||
The option *IO Thread* can only be used when using a disk with the
|
The option *IO Thread* can only be used when using a disk with the *VirtIO*
|
||||||
*VirtIO* controller, or with the *SCSI* controller, when the emulated controller
|
controller, or with the *SCSI* controller, when the emulated controller type is
|
||||||
type is *VirtIO SCSI single*.
|
*VirtIO SCSI single*. With *IO Thread* enabled, QEMU creates one I/O thread per
|
||||||
With this enabled, QEMU creates one I/O thread per storage controller,
|
storage controller, rather than handling all I/O in the main event loop or vCPU
|
||||||
rather than a single thread for all I/O. This can increase performance when
|
threads. This can increase performance, because of improved work distribution.
|
||||||
multiple disks are used and each disk has its own storage controller.
|
|
||||||
|
|
||||||
|
|
||||||
[[qm_cpu]]
|
[[qm_cpu]]
|
||||||
|
Loading…
Reference in New Issue
Block a user