On 4/9/25 10:43, Kirill Shchetiniuk via Devel wrote: > Signed-off-by: Kirill Shchetiniuk <kshch...@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