From bf88a23f5ee5368ed00b09b2ebdb0dd7f9269bbc Mon Sep 17 00:00:00 2001 From: Pavel Czerny Date: Sat, 10 Jan 2026 13:12:49 +0100 Subject: [PATCH 1/2] B OpenNebula/one#7428: Update release notes --- .../release_notes_enterprise/resolved_issues_703.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/software/release_information/release_notes_enterprise/resolved_issues_703.md b/content/software/release_information/release_notes_enterprise/resolved_issues_703.md index c24aa0bc..caec8662 100644 --- a/content/software/release_information/release_notes_enterprise/resolved_issues_703.md +++ b/content/software/release_information/release_notes_enterprise/resolved_issues_703.md @@ -15,4 +15,6 @@ The following issues have been solved in 7.0.3: - Fix WHMCS client Login action [#6879](https://github.com/OpenNebula/one/issues/6879) - Fix PCI device assignment mapping to the correct physical NUMA node when pinning is used [#7408](https://github.com/OpenNebula/one/issues/7408) - Fix missing ETHx_ROUTES attribute in the VM context section [#7348](https://github.com/OpenNebula/one/issues/7348) -- Fix LVM backups not working in Veeam [#7418](https://github.com/OpenNebula/one/issues/7418) \ No newline at end of file +- Fix LVM backups not working in Veeam [#7418](https://github.com/OpenNebula/one/issues/7418) +- Do not allow space in group name [#7355](https://github.com/OpenNebula/one/issues/7355). +- Fix `onedb fsck` for Virtual Router leases [#7428](https://github.com/OpenNebula/one/issues/7428). From 6753415c6030b95c5d9a1c412312fe90ec88fcb0 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Wed, 4 Feb 2026 12:07:16 +0100 Subject: [PATCH 2/2] Fix parsing of group names to not allow spaces --- .../release_notes_enterprise/resolved_issues_703.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/software/release_information/release_notes_enterprise/resolved_issues_703.md b/content/software/release_information/release_notes_enterprise/resolved_issues_703.md index caec8662..08b048f4 100644 --- a/content/software/release_information/release_notes_enterprise/resolved_issues_703.md +++ b/content/software/release_information/release_notes_enterprise/resolved_issues_703.md @@ -16,5 +16,5 @@ The following issues have been solved in 7.0.3: - Fix PCI device assignment mapping to the correct physical NUMA node when pinning is used [#7408](https://github.com/OpenNebula/one/issues/7408) - Fix missing ETHx_ROUTES attribute in the VM context section [#7348](https://github.com/OpenNebula/one/issues/7348) - Fix LVM backups not working in Veeam [#7418](https://github.com/OpenNebula/one/issues/7418) -- Do not allow space in group name [#7355](https://github.com/OpenNebula/one/issues/7355). +- Fix parsing of group names to not allow spaces [#7355](https://github.com/OpenNebula/one/issues/7355). - Fix `onedb fsck` for Virtual Router leases [#7428](https://github.com/OpenNebula/one/issues/7428).