]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Fix syntax error in defaultiothread example
authorHan Han <hhan@redhat.com>
Wed, 6 Jul 2022 06:20:30 +0000 (14:20 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 7 Jul 2022 10:14:02 +0000 (12:14 +0200)
Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/formatdomain.rst

index a4e3c399287c4025d6d568dbbcd10b9a30e1d432..89b627f4bdcc5bf4dbe41e19e582e4ce1f4f2a88 100644 (file)
@@ -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>