mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-15 21:09:49 +00:00
add paragraph for IO Thread option
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
2ec49380d4
commit
c564fc5275
6
qm.adoc
6
qm.adoc
@ -162,6 +162,12 @@ when the filesystem of a VM marks blocks as unused after removing files, the
|
|||||||
emulated SCSI controller will relay this information to the storage, which will
|
emulated SCSI controller will relay this information to the storage, which will
|
||||||
then shrink the disk image accordingly.
|
then shrink the disk image accordingly.
|
||||||
|
|
||||||
|
The option *IO Thread* can only be enabled when using a disk with the *Virtio* controller,
|
||||||
|
or with the *SCSI* controller, when the emulated controller type is *VIRTIO*.
|
||||||
|
With this enabled, Qemu uses one thread per disk, instead of one thread for all,
|
||||||
|
so it should increase performance when using multiple disks.
|
||||||
|
Note that backups do not currently work with *IO Thread* enabled.
|
||||||
|
|
||||||
Managing Virtual Machines with 'qm'
|
Managing Virtual Machines with 'qm'
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user