[PATCH V2] NEWS: add latest ZFS driver changes

George Melikov posted 1 patch 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20260519160256.731192-1-mail@gmelikov.ru
NEWS.rst | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH V2] NEWS: add latest ZFS driver changes
Posted by George Melikov 1 week, 3 days ago
From: George Melikov <mail@gmelikov.ru>

Signed-off-by: George Melikov <mail@gmelikov.ru>
---
 NEWS.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 2ecea251da..93a10cf2fb 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -27,6 +27,12 @@ v12.4.0 (unreleased)
 
 * **Bug fixes**
 
+  * storage: ZFS: Fix incorrect volsize and refreservation on zvol creation
+
+    When creating a zvol, the ZFS driver listed all volumes in the pool and
+    updated the new volume's size with data from the last volume in the list
+    rather than the matching one. Now it correctly returns on valid one.
+
   * esx/vmware: VMs are tracked under different UUIDs by default
 
     The VMWare-related drivers were using allegedly unique IDs for domains, but
-- 
2.53.0
Re: [PATCH V2] NEWS: add latest ZFS driver changes
Posted by Roman Bogorodskiy 1 week ago
  George Melikov wrote:

> From: George Melikov <mail@gmelikov.ru>
> 
> Signed-off-by: George Melikov <mail@gmelikov.ru>
> ---
>  NEWS.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index 2ecea251da..93a10cf2fb 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -27,6 +27,12 @@ v12.4.0 (unreleased)
>  
>  * **Bug fixes**
>  
> +  * storage: ZFS: Fix incorrect volsize and refreservation on zvol creation
> +
> +    When creating a zvol, the ZFS driver listed all volumes in the pool and
> +    updated the new volume's size with data from the last volume in the list
> +    rather than the matching one. Now it correctly returns on valid one.
> +
>    * esx/vmware: VMs are tracked under different UUIDs by default
>  
>      The VMWare-related drivers were using allegedly unique IDs for domains, but
> -- 
> 2.53.0
> 

Reviewed-by: Roman Bogorodskiy <bogorodskiy@gmail.com>

and pushed.