Skip to content

Commit

Permalink
Merge branch 'one-6.10-maintenance' into one-6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tinova committed Dec 18, 2024
2 parents d43a3b2 + 3288497 commit c47755a
Show file tree
Hide file tree
Showing 8 changed files with 244 additions and 83 deletions.
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
# The short X.Y version.
version = '6.10'
# The full version, including alpha/beta/rc tags.
release = '6.10.1'
release = '6.10.2'
# The context packages released version
context_release = '6.10.0'

Expand Down
8 changes: 8 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 @@ -262,6 +264,8 @@ conf
config
cooldown
cpu
cpuset
cputune
cryptographic
css
customizable
Expand All @@ -287,6 +291,7 @@ decrypted
deduplicate
deduplication
defaultquota
del
deladmin
delcluster
deldatastore
Expand Down Expand Up @@ -328,6 +333,7 @@ edk
ee
eebc
eht
emulatorpin
entrypoint
epil
epilog
Expand Down Expand Up @@ -642,6 +648,7 @@ securetty
serveradmin
serverless
serveruser
server-del
sftp
sg
sgID
Expand Down Expand Up @@ -722,6 +729,7 @@ unregister
unresched
unshare
unsynced
untagged
untar
updatear
updateconf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Main Features
.. _fireedge_install_configuration:
.. note::

We are continually expanding the feature set of FireEdge Sunstone, and hence its configuration files are in constant change. In versions 6.10.1 and later, configuration files in ``/etc/one/fireedge/`` can be replaced by the ones that can be downloaded from `here <https://bit.ly/6101-config>`__ in order to activate the latest features.
We are continually expanding the feature set of FireEdge Sunstone, and hence its configuration files are in constant change. In versions 6.10.2 and later, configuration files in ``/etc/one/fireedge/`` can be replaced by the ones that can be downloaded from `here <https://bit.ly/one-6103-config>`__ in order to activate the latest features.

Configuration
================================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Release Notes |version| Enterprise Edition

What is OpenNebula EE<what_is>
Resolved Issues 6.10.1 <resolved_issues_6101>
Resolved Issues 6.10.2 <resolved_issues_6102>
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.. _resolved_issues_6102:

Resolved Issues in 6.10.2
--------------------------------------------------------------------------------

A complete list of solved issues for 6.10.2 can be found in the `project development portal <https://github.com/OpenNebula/one/milestone/80?closed=1>`__.

The following new features have been backported to 6.10.2:

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

- `Fix bug in the DS Ceph driver: set the value for the --keyfile to CEPH_KEY instead of CEPH_USER in the export operation <https://github.com/OpenNebula/one/issues/6791>`__.
- `Fix GOCA OS vector attribute to include FIRMWARE, FIRMWARE_SECURE, UUID and SD_DISK_BUS <https://github.com/OpenNebula/one/issues/6782>`__.
- `Fix PyOne installation through pip <https://github.com/OpenNebula/one/issues/6784>`__.
- `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 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/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>`__.
Loading

0 comments on commit c47755a

Please sign in to comment.