[PATCH] NEWS: add missing ZFS driver new feature to 11.7
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
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.
participants (2)
-
George Melikov -
Roman Bogorodskiy