1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-22 17:34:18 +03:00

capabilities: reword disksnapshot feature to mention creating snapshots

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@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Pavel Hrdina 2023-08-24 18:17:11 +02:00
parent 24310b2b7f
commit ec642b1efe

View File

@ -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
checking for an error to find out for sure. :since:`Since 1.2.3`
Examples
~~~~~~~~