]> git.proxmox.com Git - pve-docs.git/commitdiff
Fix case after the updates in the GUI
authorEmmanuel Kasper <e.kasper@proxmox.com>
Thu, 9 Jun 2016 11:26:43 +0000 (13:26 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 9 Jun 2016 15:31:55 +0000 (17:31 +0200)
qm.adoc

diff --git a/qm.adoc b/qm.adoc
index a9e3d533c8518ed8c4dc7d5a51de36347a420d65..bcd80aadbe12049cc88236f45443b8d53b1c49fe 100644 (file)
--- a/qm.adoc
+++ b/qm.adoc
@@ -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.