mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: Fix syntax error in defaultiothread example
Signed-off-by: Han Han <hhan@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
35609616a2
commit
2ee82b3dfb
@ -715,7 +715,7 @@ host/guest with many LUNs. :since:`Since 1.2.8 (QEMU only)`
|
|||||||
<iothread id="6"/>
|
<iothread id="6"/>
|
||||||
<iothread id="8" thread_pool_min="2" thread_pool_max="32"/>
|
<iothread id="8" thread_pool_min="2" thread_pool_max="32"/>
|
||||||
</iothreadids>
|
</iothreadids>
|
||||||
<defaultiothread thread_pool_min="8" thread_pool_max="16">
|
<defaultiothread thread_pool_min="8" thread_pool_max="16"/>
|
||||||
...
|
...
|
||||||
</domain>
|
</domain>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user