Skip to content

Commit cc27392

Browse files
authored
M #-: Update resolved issues 6.10.2 (#3133)
Signed-off-by: dcarracedo <dcarracedo@opennebula.io>
1 parent a210ecc commit cc27392

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

source/ext/spellchecking/wordlists/opennebula.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ PublicIP
116116
Pyone
117117
Qcow
118118
Qemu
119+
QinQ
119120
QoS
120121
Qos
121122
RSync
@@ -150,6 +151,7 @@ Unassigns
150151
Uncomment
151152
Unmanaged
152153
Unregister
154+
Untagged
153155
Uplink
154156
VID
155157
VMs
@@ -289,6 +291,7 @@ decrypted
289291
deduplicate
290292
deduplication
291293
defaultquota
294+
del
292295
deladmin
293296
delcluster
294297
deldatastore
@@ -644,6 +647,7 @@ securetty
644647
serveradmin
645648
serverless
646649
serveruser
650+
server-del
647651
sftp
648652
sg
649653
sgID
@@ -724,6 +728,7 @@ unregister
724728
unresched
725729
unshare
726730
unsynced
731+
untagged
727732
untar
728733
updatear
729734
updateconf

source/intro_release_notes/release_notes_enterprise/resolved_issues_6102.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A complete list of solved issues for 6.10.2 can be found in the `project develop
77

88
The following new features have been backported to 6.10.2:
99

10-
- Add support for VLAN filtering to the Linux bridge drivers. This allows to limit the VLANs in trunk mode, as well as in QinQ mode. For more information check the :ref:`bridge driver <bridged>` and the :ref:`802.1Q VLAN driver <hm-vlan>` documentation guides.
10+
- `Add support for VLAN filtering to the Linux bridge drivers <https://github.com/OpenNebula/one/issues/6669>`__. This allows to limit the VLANs in trunk mode, as well as in QinQ mode. For more information check the :ref:`bridge driver <bridged>` and the :ref:`802.1Q VLAN driver <hm-vlan>` documentation guides.
1111

1212
The following issues has been solved in 6.10.2:
1313

@@ -17,11 +17,17 @@ The following issues has been solved in 6.10.2:
1717
- `Fix the list of attibutes that can be overriden in vmm_exec_kvm.conf <https://github.com/OpenNebula/one/issues/6548>`__.
1818
- `Fix a rare crash in 'onedb fsck' caused by a locked MarketPlaceApp in a federated environment <https://github.com/OpenNebula/one/issues/6793>`__.
1919
- `Fix iotune attributes not being passed to VM if value is a big number <https://github.com/OpenNebula/one/issues/6750>`__.
20-
- `Fix Sunstone filter VMs on "Locked" gives empty white page <https://github.com/OpenNebula/one/issues/6768>`__.
21-
- `Fix Sunstone host graph not showing information <https://github.com/OpenNebula/one/issues/6788>`__.
22-
- `Fix number of instances ignored in service instantiation <https://github.com/OpenNebula/one/issues/6716>`__.
23-
- `Fix missing boot order selector <https://github.com/OpenNebula/one/issues/6757>`__.
2420
- `Fix SecurityGroup rule validation logic to include additional checks for port ranges <https://github.com/OpenNebula/one/issues/6759>`__.
25-
- `Fix KVM domain definition to set up CPU affinity to the auto-selected NUMA node when using huge pages without CPU pinning <https://github.com/OpenNebula/one/issues/6759>`__.
21+
- `Fix KVM domain definition to set up CPU affinity to the auto-selected NUMA node when using huge pages without CPU pinning <https://github.com/OpenNebula/one/issues/6185>`__.
2622
- `Fix multiple problems with QEMU Guest Agent monitoring <https://github.com/OpenNebula/one/issues/6765>`__. Additional monitor commands for the qemu-agent probe are `shown here <https://github.com/OpenNebula/one/blob/master/src/im_mad/remotes/kvm-probes.d/guestagent.conf>`__. You can add them to your existing 6.10 configuration files.
23+
- `Fix Checkpoint file is not always cleaned up on VM Action <https://github.com/OpenNebula/one/issues/6729>`__.
24+
- `Fix Set NEXT_SNAPSHOT=1 for persistent images <https://github.com/OpenNebula/one/issues/6600>`__.
25+
- `Fix Restored disks of VM additional disks does not show the real size of the original disk <https://github.com/OpenNebula/one/issues/6734>`__.
26+
27+
The following issues have been solved in the Sunstone Web UI:
28+
2729
- `Fix DEV_PREFIX wrong when using Sunstone <https://github.com/OpenNebula/one/issues/6817>`__.
30+
- `Fix Sunstone host graph not showing information <https://github.com/OpenNebula/one/issues/6788>`__.
31+
- `Fix number of instances ignored in service instantiation <https://github.com/OpenNebula/one/issues/6716>`__.
32+
- `Fix Sunstone filter VMs on "Locked" gives empty white page <https://github.com/OpenNebula/one/issues/6768>`__.
33+
- `Fix missing boot order selector <https://github.com/OpenNebula/one/issues/6757>`__.

source/open_cluster_deployment/networking_setup/bridged.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ By default the Linux bridge driver does not performs any filtering on the VLAN t
6767
| Attribute | Value | Mandatory |
6868
+===============================+===============================================================+===========+
6969
| | Specify a range of VLANs that are allowed for the VM traffic. | |
70-
| ``VLAN_TAGGED_ID`` | Comman separated list of tags, ranges are supported. | NO |
70+
| ``VLAN_TAGGED_ID`` | Comma separated list of tags, ranges are supported. | NO |
7171
+-------------------------------+---------------------------------------------------------------+-----------+
7272

7373
For example to only allow a VM to use the VLANS IDs 100, 105, 106 and 107, add to the network:

source/open_cluster_deployment/networking_setup/vlan.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ However, for the most common scenarios the 802.1Q driver can produce the double
117117

118118
.. note::
119119

120-
When ``CVLANS`` is not configured the bridge will add the VLAN ID tag to any traffic comming from the VM (tagged or not). There is no filtering of the VLAN IDs used by the VM.
120+
When ``CVLANS`` is not configured the bridge will add the VLAN ID tag to any traffic coming from the VM (tagged or not). There is no filtering of the VLAN IDs used by the VM.
121121

122122
OpenNebula Configuration
123123
------------------------

0 commit comments

Comments
 (0)