From: Kirill Shchetiniuk via Devel Date: Wed, 9 Apr 2025 08:43:16 +0000 (+0200) Subject: NEWS: mention vol-create bug fix X-Git-Tag: v11.3.0-rc1~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdf599cfb6a7d3a8ce6410ff2e303493bcbe484b;p=thirdparty%2Flibvirt.git NEWS: mention vol-create bug fix Signed-off-by: Kirill Shchetiniuk Signed-off-by: Michal Privoznik Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index 2608086717..9912d21bc0 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -34,6 +34,12 @@ v11.3.0 (unreleased) installed and thus every attempt to start an ARM domain with custom CPU definition would fail. + * storage: Fix new volume creation + + No more errors occur when new storage volume is being created using ``virsh + vol-create`` with ``--validate`` option and/or ``virStorageVolCreateXML()`` + with ``VIR_VOL_XML_PARSE_VALIDATE`` flag. + v11.2.0 (2025-04-01) ====================