From 84f8b7f7d91a8a3e8230107e247ef80d8a84cf56 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 27 Aug 2025 13:27:05 +0200 Subject: [PATCH] kbase: live_full_disk_backup: Fix use of '.. note' directive MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The note was misindented thus breaking the numbered list around. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- docs/kbase/live_full_disk_backup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kbase/live_full_disk_backup.rst b/docs/kbase/live_full_disk_backup.rst index f9dcd2a1bd..c545aa3009 100644 --- a/docs/kbase/live_full_disk_backup.rst +++ b/docs/kbase/live_full_disk_backup.rst @@ -126,7 +126,7 @@ it. base.raw <-- overlay1.qcow2 (live QEMU) - .. note:: + .. note:: Above, if you have QEMU guest agent installed in your virtual machine, use the ``--quiesce`` option with ``virsh snapshot-create-as [...]`` to ensure you have a consistent disk -- 2.47.3