5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-02-15 05:57:30 +03:00

Fix case after the updates in the GUI

This commit is contained in:
Emmanuel Kasper 2016-06-09 13:26:43 +02:00 committed by Dietmar Maurer
parent c9f6e1a4f6
commit 2b6e4b66e3

View File

@ -169,8 +169,8 @@ 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
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*.
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 SCSI*.
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.