George Melikov wrote: > From: George Melikov <[email protected]> > > Signed-off-by: George Melikov <[email protected]> > --- > 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 <[email protected]> and pushed.
