[PATCH] NEWS: Fix naming of DISK_DETECT_ZEROES migration parameter

Michal Privoznik posted 1 patch 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/99acc295578e69a3d526fc0ae063e981cd159ea0.1729176785.git.mprivozn@redhat.com
NEWS.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] NEWS: Fix naming of DISK_DETECT_ZEROES migration parameter
Posted by Michal Privoznik 8 months ago
There's a typo in NEWS.rst where
VIR_MIGRATE_PARAM_MIGRATE_DISKS_DETECT_ZEROES has the _ZEROES
suffix duplicated referring to a non-existent migration
parameter. Drop the suffix.

Fixes: 2e29ab3269701535f71cf56cc51165e7eeb1e49f
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---

Merged as trivial.

 NEWS.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS.rst b/NEWS.rst
index f9a0d11896..56adf8df8b 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -25,7 +25,7 @@ v10.9.0 (unreleased)
     has no access to the allocation state of blocks at the cost of CPU overhead.
 
     This feature is available via the ``--migrate-disks-detect-zeroes`` option
-    for ``virsh migrate`` or ``VIR_MIGRATE_PARAM_MIGRATE_DISKS_DETECT_ZEROES_ZEROES``
+    for ``virsh migrate`` or ``VIR_MIGRATE_PARAM_MIGRATE_DISKS_DETECT_ZEROES``
     migration parameter. See the documentation for caveats.
 
 * **Improvements**
-- 
2.45.2