summaryrefslogtreecommitdiff
path: root/tests/data/cli/compare/virt-install-many-devices.xml
diff options
context:
space:
mode:
authorLin Ma <lma@suse.com>2022-07-29 19:16:05 +0800
committerCole Robinson <crobinso@redhat.com>2022-08-01 11:32:23 -0400
commit0d84bcfbfa2aa08396e836cb37fd0df167a6f6a4 (patch)
treee79512aed391415c60b894e18c9c9aa98bf9292f /tests/data/cli/compare/virt-install-many-devices.xml
parent58ffe7fa7ad2582a41a59d1b919f514505005e6a (diff)
downloadvirt-manager-0d84bcfbfa2aa08396e836cb37fd0df167a6f6a4.tar.gz
cli: Add iothreadids attributes thread_pool_min and thread_pool_max
These two optional attributes allow setting lower and upper boundary for number of worker threads for given IOThread. For example: --iothreads iothreads=2,\ iothreadids.iothread0.id=1,\ iothreadids.iothread1.id=2,\ iothreadids.iothread1.thread_pool_min=8,\ iothreadids.iothread1.thread_pool_max=16 Signed-off-by: Lin Ma <lma@suse.com>
Diffstat (limited to 'tests/data/cli/compare/virt-install-many-devices.xml')
-rw-r--r--tests/data/cli/compare/virt-install-many-devices.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/cli/compare/virt-install-many-devices.xml b/tests/data/cli/compare/virt-install-many-devices.xml
index 8198c2d1..87d48812 100644
--- a/tests/data/cli/compare/virt-install-many-devices.xml
+++ b/tests/data/cli/compare/virt-install-many-devices.xml
@@ -12,7 +12,7 @@
<iothreads>5</iothreads>
<iothreadids>
<iothread id="1"/>
- <iothread id="2"/>
+ <iothread id="2" thread_pool_min="8" thread_pool_max="16"/>
</iothreadids>
<memory>65536</memory>
<currentMemory>65536</currentMemory>