]> git.proxmox.com Git - pve-docs.git/commitdiff
qm: IO Thread: fix typo and reword section
authorDylan Whyte <d.whyte@proxmox.com>
Tue, 21 Jul 2020 07:21:59 +0000 (09:21 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Jul 2020 10:45:41 +0000 (12:45 +0200)
Fix typo 'isks' => 'disks'
Reword section for better readability.

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
qm.adoc

diff --git a/qm.adoc b/qm.adoc
index 45832e9ad118dc10463776949e3937ebb4bad670..d30672e4658206dc7aabbad450bb398e0fa90c74 100644 (file)
--- a/qm.adoc
+++ b/qm.adoc
@@ -253,8 +253,8 @@ The option *IO Thread* can only be used when using a disk with the
 *VirtIO* controller, or with the *SCSI* controller, when the emulated controller
  type is  *VirtIO SCSI single*.
 With this enabled, Qemu creates one I/O thread per storage controller,
-instead of a single thread for all I/O, so it can increase performance when
-multiple isks are used and each disk has its own storage controller.
+rather than a single thread for all I/O. This can increase performance when
+multiple disks are used and each disk has its own storage controller.
 
 
 [[qm_cpu]]