From b6e150a514ecdde1d9c7a4aa4a87e40a17044515 Mon Sep 17 00:00:00 2001 From: Jorge Miguel Lobo Escalona Date: Tue, 2 Jun 2026 15:48:20 +0200 Subject: [PATCH] M #~: update whats_new file --- .../software/release_information/release_notes/whats_new.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/software/release_information/release_notes/whats_new.md b/content/software/release_information/release_notes/whats_new.md index 41421c2b..b68a18a7 100644 --- a/content/software/release_information/release_notes/whats_new.md +++ b/content/software/release_information/release_notes/whats_new.md @@ -21,6 +21,8 @@ The OpenNebula team is excited to announce the availability of the **OpenNebula ## Sunstone +* Added FSaaS (virtiofs) support in Sunstone, allowing users to manage shared storage file systems, create filesystem images, and attach disks directly from the GUI. + ## API and CLI * **Dynamic VM Group Management**: New CLI commands `onevm vmgroup-add` and `onevm vmgroup-del` allow adding or removing VMs from a [VM Group]({{% relref "affinity.md#dynamic-vmg" %}}) dynamically. @@ -44,3 +46,6 @@ Additionally, the following functionalities are present that were not in OpenNeb ## Other Issues Solved * [Fix marketplace broken redirect link](https://github.com/OpenNebula/one/issues/7291). +* [Fix Improve live migration options for busy guests](https://github.com/OpenNebula/one/issues/5774). +* [Fix Units in "Size on instantiate" VM Template instantiation](https://github.com/OpenNebula/one/issues/7672). +* [Fix VM log is not showing up in the FireEdge if USE_VMS_LOCATION=YES](https://github.com/OpenNebula/one/issues/7680).