mirror of https://gitee.com/openkylin/libvirt.git
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="8" thread_pool_min="2" thread_pool_max="32"/>
|
||||
</iothreadids>
|
||||
<defaultiothread thread_pool_min="8" thread_pool_max="16">
|
||||
<defaultiothread thread_pool_min="8" thread_pool_max="16"/>
|
||||
...
|
||||
</domain>
|
||||
|
||||
|
|
Loading…
Reference in New Issue