On Thu, Aug 24, 2023 at 18:21:40 +0200, Pavel Hrdina wrote:
Libvirt supports creating snapshots for a long time but the wording
of
the feature may imply that libvirt supports external snapshots in
general but that is not true as users were not able to use APIs to
delete or revert external snapshots.
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
docs/formatcaps.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/formatcaps.rst b/docs/formatcaps.rst
index f7e5342654..bb8bc663d2 100644
--- a/docs/formatcaps.rst
+++ b/docs/formatcaps.rst
@@ -131,9 +131,9 @@ The ``<guest/>`` element will typically wrap up the following
elements:
:since:`Since 0.8.8`
``disksnapshot``
If this element is present, the ``default`` attribute describes whether
- external disk snapshots are supported. If absent, external snapshots may
- still be supported, but it requires attempting the API and checking for an
- error to find out for sure. :since:`Since 1.2.3`
+ creating external disk snapshots is supported. If absent, creating external
+ snapshots may still be supported, but it requires attempting the API and
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>