From: Pavel Hrdina Date: Thu, 24 Aug 2023 16:17:11 +0000 (+0200) Subject: capabilities: reword disksnapshot feature to mention creating snapshots X-Git-Tag: v9.7.0-rc1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec642b1efebe6fa97338bae661cad9b48c7c6598;p=thirdparty%2Flibvirt.git 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 Reviewed-by: Peter Krempa --- 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 ```` 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 ~~~~~~~~