On Mon, May 13, 2024 at 20:37:53 +0530, Abhiram Tilak wrote:
Adds documentation for the <snapshotDeleteInProgress/> element
to
the libvirt snapshot format XML reference. The <snapshotDeleteInProgress/>
element, introduced at commit 565bcb5d79, ensures the consistency of qcow2
images during snapshot deletion operations by marking disks in snapshot
metadata as invalid until deletion is successfully completed.
The commit was merged but the related documentation was missing.
Resolves:
https://gitlab.com/libvirt/libvirt/-/issues/609
Signed-off-by: Abhiram Tilak <atp.exp(a)gmail.com>
---
Changes in v2:
- Insert a note to advise users against adding or removing the internal tag
"snapshotDeleteInProgress" manually.
I've reworded the docs a bit further and pushed this patch.
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>