[PATCH v2 2/2] NEWS: mention vol-create bug fix

Kirill Shchetiniuk via Devel posted 2 patches 8 months, 1 week ago
[PATCH v2 2/2] NEWS: mention vol-create bug fix
Posted by Kirill Shchetiniuk via Devel 8 months, 1 week ago
Signed-off-by: Kirill Shchetiniuk <kshcheti@redhat.com>
---
 NEWS.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index e2dc4e508b..dd345bad7b 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -28,6 +28,11 @@ v11.3.0 (unreleased)
 
 * **Bug fixes**
 
+  * storage: Fix new volume creation
+
+    No more errors occur when new storage volume is being created
+    using ``vol-create`` with ``--validate`` option.
+
 
 v11.2.0 (2025-04-01)
 ====================
-- 
2.48.1
Re: [PATCH v2 2/2] NEWS: mention vol-create bug fix
Posted by Michal Prívozník via Devel 8 months, 1 week ago
On 4/9/25 10:43, Kirill Shchetiniuk via Devel wrote:
> Signed-off-by: Kirill Shchetiniuk <kshcheti@redhat.com>
> ---
>  NEWS.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index e2dc4e508b..dd345bad7b 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -28,6 +28,11 @@ v11.3.0 (unreleased)
>  
>  * **Bug fixes**
>  
> +  * storage: Fix new volume creation
> +
> +    No more errors occur when new storage volume is being created
> +    using ``vol-create`` with ``--validate`` option.

Actually, it's the API that's being fixed. virsh is just a wrapper
around APIs.

> +
>  
>  v11.2.0 (2025-04-01)
>  ====================


Michal