You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/intro_release_notes/release_notes_enterprise/resolved_issues_6102.rst
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ A complete list of solved issues for 6.10.2 can be found in the `project develop
7
7
8
8
The following new features have been backported to 6.10.2:
9
9
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.
11
11
12
12
The following issues has been solved in 6.10.2:
13
13
@@ -17,11 +17,17 @@ The following issues has been solved in 6.10.2:
17
17
- `Fix the list of attibutes that can be overriden in vmm_exec_kvm.conf <https://github.com/OpenNebula/one/issues/6548>`__.
18
18
- `Fix a rare crash in 'onedb fsck' caused by a locked MarketPlaceApp in a federated environment <https://github.com/OpenNebula/one/issues/6793>`__.
19
19
- `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>`__.
24
20
- `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>`__.
26
22
- `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
+
27
29
- `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>`__.
Copy file name to clipboardExpand all lines: source/open_cluster_deployment/networking_setup/vlan.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ However, for the most common scenarios the 802.1Q driver can produce the double
117
117
118
118
.. note::
119
119
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.
0 commit comments