From: George Melikov <[email protected]>
Signed-off-by: George Melikov <[email protected]>
---
NEWS.rst | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst
index 2ecea251da..6ef55124a7 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -25,8 +25,20 @@ v12.4.0 (unreleased)
* **Improvements**
+ * storage: ZFS: Implement native volume resizing (since v11.7.0)
+
+ 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.
+
* **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