]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: formatdomain: Fix indentation of docs for <disk><driver><statistics> element
authorPeter Krempa <pkrempa@redhat.com>
Fri, 30 Jan 2026 16:47:46 +0000 (17:47 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 16 Feb 2026 09:25:13 +0000 (10:25 +0100)
All other paragraphs in this section use 2 spaces after hyphen, fix the
recently added section.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/formatdomain.rst

index de0de51fe5e4899b080f19b4f4e272b15276c36b..d07e4badc3e2a47c555ad710a48cafb870538c00 100644 (file)
@@ -3625,22 +3625,22 @@ paravirtualized driver is specified via the ``disk`` element.
           </iothreads>
         </driver>
 
-   - The optional ``statistics`` sub-element allows configuring statistics
-     collection in configurable intervals for the given disk. Intervals are
-     configured by ``<statistic>`` sub-elements with ``interval`` attribute
-     configuring the collection window duration in seconds. The statistics
-     are available via the bulk statistics API.
-
-     Example::
-
-       <driver name='qemu'>
-         <statistics>
-           <statistic interval='1'/>
-           <statistic interval='10'/>
-         </statistics>
-       </driver>
+   -  The optional ``statistics`` sub-element allows configuring statistics
+      collection in configurable intervals for the given disk. Intervals are
+      configured by ``<statistic>`` sub-elements with ``interval`` attribute
+      configuring the collection window duration in seconds. The statistics
+      are available via the bulk statistics API.
+
+      Example::
+
+        <driver name='qemu'>
+          <statistics>
+            <statistic interval='1'/>
+            <statistic interval='10'/>
+          </statistics>
+        </driver>
 
-    :since:`Since 11.9.0 (QEMU 10.2, virtio, ide, scsi disks only)`.
+      :since:`Since 11.9.0 (QEMU 10.2, virtio, ide, scsi disks only)`.
 
    -  The optional ``queues`` attribute specifies the number of virt queues for
       virtio-blk ( :since:`Since 3.9.0` ) or vhost-user-blk