From 3c6ba893c7ad6c94a08acf279306e7b65d879634 Mon Sep 17 00:00:00 2001 From: dcarracedo Date: Wed, 20 May 2026 11:03:54 +0200 Subject: [PATCH 1/5] M #-: Update resolved issues for 7.2.1 Signed-off-by: dcarracedo --- .../release_notes/resolved_issues_721.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/content/software/release_information/release_notes/resolved_issues_721.md b/content/software/release_information/release_notes/resolved_issues_721.md index 665281b2..7fe71ecb 100644 --- a/content/software/release_information/release_notes/resolved_issues_721.md +++ b/content/software/release_information/release_notes/resolved_issues_721.md @@ -22,11 +22,10 @@ The following new features have been backported to 7.2.1: The following issues have been solved in 7.2.1: -* Fix a `onehem-server` crash caused by a race condition between hook delete and update API calls [#7561](https://github.com/OpenNebula/one-ee/pull/7561). +* Fix a `onehem-server` crash caused by a race condition between hook delete and update API calls [#7561](https://github.com/OpenNebula/one/issues/7561). * Fix a empty `--resource` for `onegroup create` CLI command [#7458](https://github.com/OpenNebula/one/issues/7458). * Fix race condition in `oneflow` server in cancel actions [#7570](https://github.com/OpenNebula/one/issues/7570). * Fix S3 marketplace `SIGNATURE_VERSION` parameter hardcoded to `s3` version [7437](https://github.com/OpenNebula/one/issues/7437). -* Fix race condition in `oneflow` server in cancel actions [#7570](https://github.com/OpenNebula/one/issues/7570) * Fix usage of network lease in case of VM deploy failure [#7349](https://github.com/OpenNebula/one/issues/7349) * Fix authentication drivers for users with empty password [#7606](https://github.com/OpenNebula/one/issues/7606) * Fix standalone installation of Ruby gem openebula-cli [#7608](https://github.com/OpenNebula/one/issues/7608) @@ -39,3 +38,10 @@ The following issues have been solved in 7.2.1: * Fix Restic exclusive lock detection [#7403](https://github.com/OpenNebula/one/issues/7403) + [#7404](https://github.com/OpenNebula/one/issues/7404). * Fix CEPH RBD incremental backup deadlocks [#7529](https://github.com/OpenNebula/one/issues/7529) * Fix `USER_INPUT` variable expansion not applied in `SCHED_REQUIREMENTS` when instantiating via FireEdge [#7491](https://github.com/OpenNebula/one/issues/7491) +* Fix Add fireedge.error into logrotate [#7621](https://github.com/OpenNebula/one/issues/7621) +* Fix Users/Groups are not shown from a non-master zone in a federation [#7617](https://github.com/OpenNebula/one/issues/7617) +* Fix Fireedge missing SAML key in auth handler [#7601](https://github.com/OpenNebula/one/issues/7601) +* Fix Refresh view when change group or zone [#7554](https://github.com/OpenNebula/one/issues/7554) +* Fix [OneSwap] NIC not gonna be attached to template even specified in yaml file [#7526](https://github.com/OpenNebula/one/issues/7526) +* Fix [oneswap] Cluster name contains space in name [#7525](https://github.com/OpenNebula/one/issues/7525) +* Fix Deploy failure when 802.1q driver is used but PHYDEV element in the template is an empty string [#7432](https://github.com/OpenNebula/one/issues/7432) From 229d23a1752b6b4e1524ed86d83e0b157530a1f3 Mon Sep 17 00:00:00 2001 From: mattrowe-opennebula Date: Wed, 20 May 2026 12:00:53 +0200 Subject: [PATCH 2/5] M #~: Added OneKS to resolved issues 7.2.1 --- .../release_notes/resolved_issues_721.md | 38 ++++++++++--------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/content/software/release_information/release_notes/resolved_issues_721.md b/content/software/release_information/release_notes/resolved_issues_721.md index 7fe71ecb..cf34133d 100644 --- a/content/software/release_information/release_notes/resolved_issues_721.md +++ b/content/software/release_information/release_notes/resolved_issues_721.md @@ -5,43 +5,47 @@ date: "2026-03-31" A complete list of solved issues for 7.2.1 are listed in the [project development portal](https://github.com/OpenNebula/one/milestone/88). +## Elastic Kubernetes as a Service +[OneKS]({{% relref "platform_services/oneks/getting_started/overview/" %}}) is a new OpenNebula service that streamlines and simplifies the provisioning and operation of Kubernetes Clusters on OpenNebula cloud deployments. OneKS builds on CAPONE to expose a Cluster-centric lifecycle model for users needing a simple and repeatable way to consume Kubernetes inside OpenNebula. + ## Backported Issues The following new features have been backported to 7.2.1: * Add option [`LOG_RESULT_LENGTH` to `oned.conf`]({{% relref "/product/operation_references/opennebula_services_configuration/oned#xml-rpc-server-configuration" %}}) to configure max length of API result log. * Add per-VM live migration options through [`MIGRATE_AUTO_CONVERGE` and `MIGRATE_COMPRESSED`]({{% relref "/product/operation_references/configuration_references/template#template-features" %}}) VM template attributes. Administrators can now tune auto-convergence and memory compression only for selected KVM VMs, improving migration reliability and bandwidth usage without changing global driver defaults. -* [Allow the customization of the favicon in FireEdge]({{% relref "product/operation_references/opennebula_services_configuration/fireedge.md#branding-fireedge" %}}). +* Allow the [customization of the favicon in FireEdge]({{% relref "product/operation_references/opennebula_services_configuration/fireedge.md#branding-fireedge" %}}). * Add optional Prometheus exporter packages for OVS, MySQL/MariaDB, SMART storage health, and LVM monitoring. See [Optional Exporters]({{% relref "/product/cloud_system_administration/prometheus/install#monitor-alert-extra-exporters" %}}) for installation and service details. -* VLAN_ID is not mandatory when creating a OpenvSwitch in Sunstone. See [Open vSwitch Networks]({{% relref "product/cluster_configuration/networking_system/openvswitch/" %}}) for details. -* Improved Open vSwitch VLAN trunking support in the `ovswitch` driver by adding native OVS `trunk` mode when only `VLAN_TAGGED_ID` is defined. Existing configurations using `VLAN_ID` continue to behave as before. Note that untagged traffic is now dropped for pure trunk configurations. See [Multiple VLANs (VLAN trunking)](/product/cluster_configuration/networking_system/openvswitch/#multiple-vlans-vlan-trunking) for details. +* VLAN_ID is not mandatory when creating a Open vSwitch in Sunstone. See [Open vSwitch Networks]({{% relref "product/cluster_configuration/networking_system/openvswitch/" %}}) for details. +* Improve Open vSwitch VLAN trunking support in the `ovswitch` driver by adding native OVS `trunk` mode when only `VLAN_TAGGED_ID` is defined. Existing configurations using `VLAN_ID` continue to behave as before. Note that untagged traffic is now dropped for pure trunk configurations. See [Multiple VLANs (VLAN trunking)](/product/cluster_configuration/networking_system/openvswitch/#multiple-vlans-vlan-trunking) for details. * [PCI device monitoring now includes `IFNAME`, `SRIOV` and `SRIOV_NUM` attributes]({{% relref "product/cluster_configuration/hosts_and_clusters/hosts#host-pci-devices" %}}) to map PCI devices to network interface names and identify SR-IOV Physical/Virtual Functions. -* Moved Open vSwitch DPDK socket directory to `/var/run/one/vhost-socks` [#7673](https://github.com/OpenNebula/one/issues/7673) +* Move Open vSwitch DPDK socket directory to `/var/run/one/vhost-socks` [#7673](https://github.com/OpenNebula/one/issues/7673). +* Add [Elastic Kubernetes as a Service with OneKS]({{% relref "platform_services/oneks/getting_started/overview/" %}}). ## Resolved Issues The following issues have been solved in 7.2.1: * Fix a `onehem-server` crash caused by a race condition between hook delete and update API calls [#7561](https://github.com/OpenNebula/one/issues/7561). -* Fix a empty `--resource` for `onegroup create` CLI command [#7458](https://github.com/OpenNebula/one/issues/7458). +* Fix an empty `--resource` for `onegroup create` CLI command [#7458](https://github.com/OpenNebula/one/issues/7458). * Fix race condition in `oneflow` server in cancel actions [#7570](https://github.com/OpenNebula/one/issues/7570). * Fix S3 marketplace `SIGNATURE_VERSION` parameter hardcoded to `s3` version [7437](https://github.com/OpenNebula/one/issues/7437). -* Fix usage of network lease in case of VM deploy failure [#7349](https://github.com/OpenNebula/one/issues/7349) +* Fix usage of network lease in case of VM deploy failure [#7349](https://github.com/OpenNebula/one/issues/7349). * Fix authentication drivers for users with empty password [#7606](https://github.com/OpenNebula/one/issues/7606) -* Fix standalone installation of Ruby gem openebula-cli [#7608](https://github.com/OpenNebula/one/issues/7608) +* Fix standalone installation of Ruby gem openebula-cli [#7608](https://github.com/OpenNebula/one/issues/7608). * Fix Ceph monitoring to reflect actual disk usage in RBD [#7185](https://github.com/OpenNebula/one/issues/7185). * Fix auto focus VNC window when typing [#7553](https://github.com/OpenNebula/one/issues/7553). * Fix translations in other languages [#7365](https://github.com/OpenNebula/one/issues/7365). * Fix empty `PROBES_PERIOD` values causing monitor probes to run without delay [#7659](https://github.com/OpenNebula/one/issues/7659). -* Fix an issue that could cause VLAN trunk information in Virtual Networks to become inconsistent after updating network attributes, resulting in incorrect `VLAN_TAGGED_ID` values being propagated to VM NICs. [#7654](https://github.com/OpenNebula/one/issues/7654). +* Fix an issue that could cause VLAN trunk information in Virtual Networks to become inconsistent after updating network attributes, resulting in incorrect `VLAN_TAGGED_ID` values being propagated to VM NICs [#7654](https://github.com/OpenNebula/one/issues/7654). * Fix pure LVM live migration when VM has no CONTEXT [#7674](https://github.com/OpenNebula/one/issues/7674). * Fix Restic exclusive lock detection [#7403](https://github.com/OpenNebula/one/issues/7403) + [#7404](https://github.com/OpenNebula/one/issues/7404). -* Fix CEPH RBD incremental backup deadlocks [#7529](https://github.com/OpenNebula/one/issues/7529) -* Fix `USER_INPUT` variable expansion not applied in `SCHED_REQUIREMENTS` when instantiating via FireEdge [#7491](https://github.com/OpenNebula/one/issues/7491) -* Fix Add fireedge.error into logrotate [#7621](https://github.com/OpenNebula/one/issues/7621) -* Fix Users/Groups are not shown from a non-master zone in a federation [#7617](https://github.com/OpenNebula/one/issues/7617) -* Fix Fireedge missing SAML key in auth handler [#7601](https://github.com/OpenNebula/one/issues/7601) -* Fix Refresh view when change group or zone [#7554](https://github.com/OpenNebula/one/issues/7554) -* Fix [OneSwap] NIC not gonna be attached to template even specified in yaml file [#7526](https://github.com/OpenNebula/one/issues/7526) -* Fix [oneswap] Cluster name contains space in name [#7525](https://github.com/OpenNebula/one/issues/7525) -* Fix Deploy failure when 802.1q driver is used but PHYDEV element in the template is an empty string [#7432](https://github.com/OpenNebula/one/issues/7432) +* Fix Ceph RBD incremental backup deadlocks [#7529](https://github.com/OpenNebula/one/issues/7529). +* Fix `USER_INPUT` variable expansion not applied in `SCHED_REQUIREMENTS` when instantiating via FireEdge [#7491](https://github.com/OpenNebula/one/issues/7491). +* Fix fireedge.error added into logrotate [#7621](https://github.com/OpenNebula/one/issues/7621). +* Fix Users/Groups are not shown from a non-master zone in a federation [#7617](https://github.com/OpenNebula/one/issues/7617). +* Fix Fireedge missing SAML key in auth handler [#7601](https://github.com/OpenNebula/one/issues/7601). +* Fix refresh view when change group or zone [#7554](https://github.com/OpenNebula/one/issues/7554). +* Fix NIC not gonna be attached to template even specified in yaml file (OneSwap) [#7526](https://github.com/OpenNebula/one/issues/7526). +* Fix Cluster name contains space in name (oneswap) [#7525](https://github.com/OpenNebula/one/issues/7525). +* Fix deploy failure when 802.1q driver is used but PHYDEV element in the template is an empty string [#7432](https://github.com/OpenNebula/one/issues/7432). From f97b78df3e7d803c8816175a4771243eb3814001 Mon Sep 17 00:00:00 2001 From: mattrowe-opennebula Date: Wed, 20 May 2026 12:03:44 +0200 Subject: [PATCH 3/5] M #~: Added (EE) tag --- .../release_information/release_notes/resolved_issues_721.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/software/release_information/release_notes/resolved_issues_721.md b/content/software/release_information/release_notes/resolved_issues_721.md index cf34133d..e5fc61b2 100644 --- a/content/software/release_information/release_notes/resolved_issues_721.md +++ b/content/software/release_information/release_notes/resolved_issues_721.md @@ -1,5 +1,5 @@ --- -title: "Resolved Issues in 7.2.1" +title: "Resolved Issues in 7.2.1 (EE)" date: "2026-03-31" --- From c4b1aeab182ac79e95ae3de253a136d4914a1369 Mon Sep 17 00:00:00 2001 From: mattrowe-opennebula Date: Wed, 20 May 2026 14:50:30 +0200 Subject: [PATCH 4/5] M #~: Updated Resolved Issues wording --- .../release_notes/resolved_issues_721.md | 59 ++++++++++--------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/content/software/release_information/release_notes/resolved_issues_721.md b/content/software/release_information/release_notes/resolved_issues_721.md index e5fc61b2..3aed6ba5 100644 --- a/content/software/release_information/release_notes/resolved_issues_721.md +++ b/content/software/release_information/release_notes/resolved_issues_721.md @@ -12,40 +12,41 @@ A complete list of solved issues for 7.2.1 are listed in the [project developmen The following new features have been backported to 7.2.1: -* Add option [`LOG_RESULT_LENGTH` to `oned.conf`]({{% relref "/product/operation_references/opennebula_services_configuration/oned#xml-rpc-server-configuration" %}}) to configure max length of API result log. +* Add option [`LOG_RESULT_LENGTH` to `oned.conf`]({{% relref "/product/operation_references/opennebula_services_configuration/oned#xml-rpc-server-configuration" %}}), enables capping of the log size to keep logs lean and save space. * Add per-VM live migration options through [`MIGRATE_AUTO_CONVERGE` and `MIGRATE_COMPRESSED`]({{% relref "/product/operation_references/configuration_references/template#template-features" %}}) VM template attributes. Administrators can now tune auto-convergence and memory compression only for selected KVM VMs, improving migration reliability and bandwidth usage without changing global driver defaults. -* Allow the [customization of the favicon in FireEdge]({{% relref "product/operation_references/opennebula_services_configuration/fireedge.md#branding-fireedge" %}}). -* Add optional Prometheus exporter packages for OVS, MySQL/MariaDB, SMART storage health, and LVM monitoring. See [Optional Exporters]({{% relref "/product/cloud_system_administration/prometheus/install#monitor-alert-extra-exporters" %}}) for installation and service details. -* VLAN_ID is not mandatory when creating a Open vSwitch in Sunstone. See [Open vSwitch Networks]({{% relref "product/cluster_configuration/networking_system/openvswitch/" %}}) for details. +* Add [custom favicon option in FireEdge]({{% relref "product/operation_references/opennebula_services_configuration/fireedge.md#branding-fireedge" %}}) for applying custom brands and logos to the Sunstone web UI. +* Add optional Prometheus exporter packages for OVS, MySQL/MariaDB, SMART storage health, and LVM monitoring for improved observability. See [Optional Exporters]({{% relref "/product/cloud_system_administration/prometheus/install#monitor-alert-extra-exporters" %}}) for installation and service details. +* VLAN_ID is not mandatory when creating a Open vSwitch in Sunstone to allow more flexibility in network configurations. See [Open vSwitch Networks]({{% relref "product/cluster_configuration/networking_system/openvswitch/" %}}) for details. * Improve Open vSwitch VLAN trunking support in the `ovswitch` driver by adding native OVS `trunk` mode when only `VLAN_TAGGED_ID` is defined. Existing configurations using `VLAN_ID` continue to behave as before. Note that untagged traffic is now dropped for pure trunk configurations. See [Multiple VLANs (VLAN trunking)](/product/cluster_configuration/networking_system/openvswitch/#multiple-vlans-vlan-trunking) for details. * [PCI device monitoring now includes `IFNAME`, `SRIOV` and `SRIOV_NUM` attributes]({{% relref "product/cluster_configuration/hosts_and_clusters/hosts#host-pci-devices" %}}) to map PCI devices to network interface names and identify SR-IOV Physical/Virtual Functions. -* Move Open vSwitch DPDK socket directory to `/var/run/one/vhost-socks` [#7673](https://github.com/OpenNebula/one/issues/7673). -* Add [Elastic Kubernetes as a Service with OneKS]({{% relref "platform_services/oneks/getting_started/overview/" %}}). +* [Move Open vSwitch DPDK socket directory](https://github.com/OpenNebula/one/issues/7673) to `/var/run/one/vhost-socks`. +* Add [Elastic Kubernetes as a Service with OneKS]({{% relref "platform_services/oneks/getting_started/overview/" %}}) for streamlined Kubernetes Cluster deployment. ## Resolved Issues The following issues have been solved in 7.2.1: -* Fix a `onehem-server` crash caused by a race condition between hook delete and update API calls [#7561](https://github.com/OpenNebula/one/issues/7561). -* Fix an empty `--resource` for `onegroup create` CLI command [#7458](https://github.com/OpenNebula/one/issues/7458). -* Fix race condition in `oneflow` server in cancel actions [#7570](https://github.com/OpenNebula/one/issues/7570). -* Fix S3 marketplace `SIGNATURE_VERSION` parameter hardcoded to `s3` version [7437](https://github.com/OpenNebula/one/issues/7437). -* Fix usage of network lease in case of VM deploy failure [#7349](https://github.com/OpenNebula/one/issues/7349). -* Fix authentication drivers for users with empty password [#7606](https://github.com/OpenNebula/one/issues/7606) -* Fix standalone installation of Ruby gem openebula-cli [#7608](https://github.com/OpenNebula/one/issues/7608). -* Fix Ceph monitoring to reflect actual disk usage in RBD [#7185](https://github.com/OpenNebula/one/issues/7185). -* Fix auto focus VNC window when typing [#7553](https://github.com/OpenNebula/one/issues/7553). -* Fix translations in other languages [#7365](https://github.com/OpenNebula/one/issues/7365). -* Fix empty `PROBES_PERIOD` values causing monitor probes to run without delay [#7659](https://github.com/OpenNebula/one/issues/7659). -* Fix an issue that could cause VLAN trunk information in Virtual Networks to become inconsistent after updating network attributes, resulting in incorrect `VLAN_TAGGED_ID` values being propagated to VM NICs [#7654](https://github.com/OpenNebula/one/issues/7654). -* Fix pure LVM live migration when VM has no CONTEXT [#7674](https://github.com/OpenNebula/one/issues/7674). -* Fix Restic exclusive lock detection [#7403](https://github.com/OpenNebula/one/issues/7403) + [#7404](https://github.com/OpenNebula/one/issues/7404). -* Fix Ceph RBD incremental backup deadlocks [#7529](https://github.com/OpenNebula/one/issues/7529). -* Fix `USER_INPUT` variable expansion not applied in `SCHED_REQUIREMENTS` when instantiating via FireEdge [#7491](https://github.com/OpenNebula/one/issues/7491). -* Fix fireedge.error added into logrotate [#7621](https://github.com/OpenNebula/one/issues/7621). -* Fix Users/Groups are not shown from a non-master zone in a federation [#7617](https://github.com/OpenNebula/one/issues/7617). -* Fix Fireedge missing SAML key in auth handler [#7601](https://github.com/OpenNebula/one/issues/7601). -* Fix refresh view when change group or zone [#7554](https://github.com/OpenNebula/one/issues/7554). -* Fix NIC not gonna be attached to template even specified in yaml file (OneSwap) [#7526](https://github.com/OpenNebula/one/issues/7526). -* Fix Cluster name contains space in name (oneswap) [#7525](https://github.com/OpenNebula/one/issues/7525). -* Fix deploy failure when 802.1q driver is used but PHYDEV element in the template is an empty string [#7432](https://github.com/OpenNebula/one/issues/7432). +* Fix `onehem-server` crash caused by a race condition between hook delete and update API calls [#7561](https://github.com/OpenNebula/one/issues/7561). +* Fix failure of `onegroup create` CLI command with empty `--resource` parameter [#7458](https://github.com/OpenNebula/one/issues/7458). +* Fix race condition in `oneflow` server when using `oneflow recover --delete` operation [#7570](https://github.com/OpenNebula/one/issues/7570). +* Fix S3 marketplace `SIGNATURE_VERSION` modification - parameter now hardcoded to `s3` version [#7437](https://github.com/OpenNebula/one/issues/7437). +* Fix failure to release network leases after VM deployment failure [#7349](https://github.com/OpenNebula/one/issues/7349). +* Fix failure of authentication drivers for users with empty password [#7606](https://github.com/OpenNebula/one/issues/7606). +* Fix unexpected behavior of standalone Ruby gem installation of openebula-cli [#7608](https://github.com/OpenNebula/one/issues/7608). +* Fix Ceph monitoring to reflect real disk usage in RBD [#7185](https://github.com/OpenNebula/one/issues/7185). +* Fix need to click VNC content frame to focus/enable window when typing [#7553](https://github.com/OpenNebula/one/issues/7553). +* Fix lack of translation of VM status hover widgets in Sunstone [#7365](https://github.com/OpenNebula/one/issues/7365). +* Fix monitoring errors and offline hosts when `PROBES_PERIOD` fields are empty in `/etc/one/monitord.conf` [#7659](https://github.com/OpenNebula/one/issues/7659). +* Fix an issue that causes VLAN trunk information in Virtual Networks to become inconsistent after updating network attributes, resulting in incorrect `VLAN_TAGGED_ID` values being propagated to VM NICs [#7654](https://github.com/OpenNebula/one/issues/7654). +* Fix pure LVM live migration failuer when VM has no CONTEXT defined [#7674](https://github.com/OpenNebula/one/issues/7674). +* Fix failure of Restic error handling with an exclusively locked repositories [#7403](https://github.com/OpenNebula/one/issues/7403) + [#7404](https://github.com/OpenNebula/one/issues/7404). +* Fix Ceph RBD incremental backup deadlocks when kernel pipe buffer is filled [#7529](https://github.com/OpenNebula/one/issues/7529). +* Fix improper `USER_INPUT` variable expansion in `SCHED_REQUIREMENTS` when instantiating via FireEdge [#7491](https://github.com/OpenNebula/one/issues/7491). +* Fix lack of `fireedge.error` in logrotate [#7621](https://github.com/OpenNebula/one/issues/7621). +* Fix Sunstone bug where Users/Groups are not shown from a non-master zone in a federation [#7617](https://github.com/OpenNebula/one/issues/7617). +* Fix Fireedge bug when missing a SAML key in the auth handler [#7601](https://github.com/OpenNebula/one/issues/7601). +* Fix Sunstone bug where view is not refreshed when changing group or zone [#7554](https://github.com/OpenNebula/one/issues/7554). +* Fix `oneswap` bug when NIC is not attached to template even if specified in YAML file [#7526](https://github.com/OpenNebula/one/issues/7526). +* Fix `oneswap` bug when Cluster name contains spaces [#7525](https://github.com/OpenNebula/one/issues/7525). +* Fix `onevm deploy` failure when 802.1Q driver is used but PHYDEV element in the template is an empty string [#7432](https://github.com/OpenNebula/one/issues/7432). +* Fix VRouter leaking network leases. Leases are no longer left orphaned after `onevrouter delete` operation [#7699](https://github.com/OpenNebula/one/issues/7699). From 8c1178f89c01226160421c9bd60efdafa51b554d Mon Sep 17 00:00:00 2001 From: mattrowe-opennebula Date: Wed, 20 May 2026 15:58:10 +0200 Subject: [PATCH 5/5] M #~: Typo --- .../release_information/release_notes/resolved_issues_721.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/software/release_information/release_notes/resolved_issues_721.md b/content/software/release_information/release_notes/resolved_issues_721.md index 3aed6ba5..9d5c0c8f 100644 --- a/content/software/release_information/release_notes/resolved_issues_721.md +++ b/content/software/release_information/release_notes/resolved_issues_721.md @@ -12,7 +12,7 @@ A complete list of solved issues for 7.2.1 are listed in the [project developmen The following new features have been backported to 7.2.1: -* Add option [`LOG_RESULT_LENGTH` to `oned.conf`]({{% relref "/product/operation_references/opennebula_services_configuration/oned#xml-rpc-server-configuration" %}}), enables capping of the log size to keep logs lean and save space. +* Add option [`LOG_RESULT_LENGTH` to `oned.conf`]({{% relref "/product/operation_references/opennebula_services_configuration/oned#xml-rpc-server-configuration" %}}). This option enables capping of the log size to keep logs lean and save space. * Add per-VM live migration options through [`MIGRATE_AUTO_CONVERGE` and `MIGRATE_COMPRESSED`]({{% relref "/product/operation_references/configuration_references/template#template-features" %}}) VM template attributes. Administrators can now tune auto-convergence and memory compression only for selected KVM VMs, improving migration reliability and bandwidth usage without changing global driver defaults. * Add [custom favicon option in FireEdge]({{% relref "product/operation_references/opennebula_services_configuration/fireedge.md#branding-fireedge" %}}) for applying custom brands and logos to the Sunstone web UI. * Add optional Prometheus exporter packages for OVS, MySQL/MariaDB, SMART storage health, and LVM monitoring for improved observability. See [Optional Exporters]({{% relref "/product/cloud_system_administration/prometheus/install#monitor-alert-extra-exporters" %}}) for installation and service details.