Skip to content

Commit

Permalink
M #-: Update resolved issues 6.10.2 (#3133)
Browse files Browse the repository at this point in the history
Signed-off-by: dcarracedo <dcarracedo@opennebula.io>
  • Loading branch information
dcarracedo authored Dec 18, 2024
1 parent a210ecc commit cc27392
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
5 changes: 5 additions & 0 deletions source/ext/spellchecking/wordlists/opennebula.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ PublicIP
Pyone
Qcow
Qemu
QinQ
QoS
Qos
RSync
Expand Down Expand Up @@ -150,6 +151,7 @@ Unassigns
Uncomment
Unmanaged
Unregister
Untagged
Uplink
VID
VMs
Expand Down Expand Up @@ -289,6 +291,7 @@ decrypted
deduplicate
deduplication
defaultquota
del
deladmin
delcluster
deldatastore
Expand Down Expand Up @@ -644,6 +647,7 @@ securetty
serveradmin
serverless
serveruser
server-del
sftp
sg
sgID
Expand Down Expand Up @@ -724,6 +728,7 @@ unregister
unresched
unshare
unsynced
untagged
untar
updatear
updateconf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A complete list of solved issues for 6.10.2 can be found in the `project develop

The following new features have been backported to 6.10.2:

- 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.
- `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.

The following issues has been solved in 6.10.2:

Expand All @@ -17,11 +17,17 @@ The following issues has been solved in 6.10.2:
- `Fix the list of attibutes that can be overriden in vmm_exec_kvm.conf <https://github.com/OpenNebula/one/issues/6548>`__.
- `Fix a rare crash in 'onedb fsck' caused by a locked MarketPlaceApp in a federated environment <https://github.com/OpenNebula/one/issues/6793>`__.
- `Fix iotune attributes not being passed to VM if value is a big number <https://github.com/OpenNebula/one/issues/6750>`__.
- `Fix Sunstone filter VMs on "Locked" gives empty white page <https://github.com/OpenNebula/one/issues/6768>`__.
- `Fix Sunstone host graph not showing information <https://github.com/OpenNebula/one/issues/6788>`__.
- `Fix number of instances ignored in service instantiation <https://github.com/OpenNebula/one/issues/6716>`__.
- `Fix missing boot order selector <https://github.com/OpenNebula/one/issues/6757>`__.
- `Fix SecurityGroup rule validation logic to include additional checks for port ranges <https://github.com/OpenNebula/one/issues/6759>`__.
- `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>`__.
- `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>`__.
- `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.
- `Fix Checkpoint file is not always cleaned up on VM Action <https://github.com/OpenNebula/one/issues/6729>`__.
- `Fix Set NEXT_SNAPSHOT=1 for persistent images <https://github.com/OpenNebula/one/issues/6600>`__.
- `Fix Restored disks of VM additional disks does not show the real size of the original disk <https://github.com/OpenNebula/one/issues/6734>`__.

The following issues have been solved in the Sunstone Web UI:

- `Fix DEV_PREFIX wrong when using Sunstone <https://github.com/OpenNebula/one/issues/6817>`__.
- `Fix Sunstone host graph not showing information <https://github.com/OpenNebula/one/issues/6788>`__.
- `Fix number of instances ignored in service instantiation <https://github.com/OpenNebula/one/issues/6716>`__.
- `Fix Sunstone filter VMs on "Locked" gives empty white page <https://github.com/OpenNebula/one/issues/6768>`__.
- `Fix missing boot order selector <https://github.com/OpenNebula/one/issues/6757>`__.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ By default the Linux bridge driver does not performs any filtering on the VLAN t
| Attribute | Value | Mandatory |
+===============================+===============================================================+===========+
| | Specify a range of VLANs that are allowed for the VM traffic. | |
| ``VLAN_TAGGED_ID`` | Comman separated list of tags, ranges are supported. | NO |
| ``VLAN_TAGGED_ID`` | Comma separated list of tags, ranges are supported. | NO |
+-------------------------------+---------------------------------------------------------------+-----------+

For example to only allow a VM to use the VLANS IDs 100, 105, 106 and 107, add to the network:
Expand Down
2 changes: 1 addition & 1 deletion source/open_cluster_deployment/networking_setup/vlan.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ However, for the most common scenarios the 802.1Q driver can produce the double

.. note::

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.
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.

OpenNebula Configuration
------------------------
Expand Down

0 comments on commit cc27392

Please sign in to comment.