[PATCH] NEWS: add missing ZFS driver new feature to 11.7

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/20260519160519.736884-1-mail@gmelikov.ru
NEWS.rst | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] NEWS: add missing ZFS driver new feature to 11.7
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..284987e9ef 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -635,6 +635,12 @@ v11.7.0 (2025-09-01)
     The bhyve driver now supports querying domain block, interface,
     and memory statistics. Not all statistics fields are supported though.
 
+  * storage: ZFS: Implement native volume resizing
+
+    The ZFS storage driver now supports ``resizeVol`` allowing online
+    resizing of zvols via ``zfs set volsize``. Since ZFS is always
+    thin-provisioned, resize is essentially a size limit change.
+
 * **Improvements**
 
   * bhyve: improve 'efi' configuration autofill
-- 
2.53.0
Re: [PATCH] NEWS: add missing ZFS driver new feature to 11.7
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..284987e9ef 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -635,6 +635,12 @@ v11.7.0 (2025-09-01)
>      The bhyve driver now supports querying domain block, interface,
>      and memory statistics. Not all statistics fields are supported though.
>  
> +  * storage: ZFS: Implement native volume resizing
> +
> +    The ZFS storage driver now supports ``resizeVol`` allowing online
> +    resizing of zvols via ``zfs set volsize``. Since ZFS is always
> +    thin-provisioned, resize is essentially a size limit change.
> +
>  * **Improvements**
>  
>    * bhyve: improve 'efi' configuration autofill
> -- 
> 2.53.0
> 

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

and pushed.