Skip to content

Commit f9851ed

Browse files
committed
Merge remote-tracking branch 'origin/one-6.10-maintenance' into one-6.10
2 parents 887f6af + 3a24545 commit f9851ed

File tree

8 files changed

+87
-24
lines changed

8 files changed

+87
-24
lines changed

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
# The short X.Y version.
8989
version = '6.10'
9090
# The full version, including alpha/beta/rc tags.
91-
release = '6.10.4'
91+
release = '6.10.5'
9292
# The context packages released version
9393
context_release = '6.10.0'
9494

source/ext/spellchecking/wordlists/opennebula.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Iothread
7676
JWT
7777
Javascript
7878
Journald
79+
jsmith
80+
JSmith
7981
Keepalive
8082
Kerberos
8183
Kube

source/intro_release_notes/release_notes/arm64.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARM64 packages
55
================================================================================
66

7-
6.10.4-EE and 6.10.0.1-CE release includes ARM64 packages for all supported operating systems.
7+
6.10.5-EE and 6.10.0.1-CE release includes ARM64 packages for all supported operating systems.
88

99
These ARM packages are being released in beta mode, allowing the community to test them and provide feedback. This initiative aims to extend OpenNebula’s flexibility by enabling deployment on ARM-based servers (both hypervisors and front-end nodes), opening new possibilities for lightweight, distributed cloud environments.
1010

source/intro_release_notes/release_notes/known_issues.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ Sunstone
3232

3333
- The current configuration for both Sunstone and One-Provision contain a mismatch in the `keep_me_logged` configuration option. This issue has been fixed but the new configuration files need to be downloaded in order for this fix to take effect, refer to :ref:`the following section <fireedge_install_configuration>` for instructions on how to do this.
3434

35-
- The `Update VM Configuration` dialog contains a bug which will result in a blank screen if one tries to update the configuration of a virtual machine with less than 2 total disks attached. The quickest workaround for this is to attach another minimal disk to the VM.
36-
3735
- When deleting an element in the datatable. such as running the terminate in a VM, we recommend refreshing the window. as there is an error in the client code discussed in the following `issue <https://github.com/OpenNebula/one/issues/6781>`__.
3836

3937
Install Linux Graphical Desktop on KVM Virtual Machines

source/intro_release_notes/release_notes_enterprise/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ Release Notes |version| Enterprise Edition
1111
Resolved Issues 6.10.1 <resolved_issues_6101>
1212
Resolved Issues 6.10.2 <resolved_issues_6102>
1313
Resolved Issues 6.10.3 <resolved_issues_6103>
14-
Resolved Issues 6.10.4 <resolved_issues_6104>
14+
Resolved Issues 6.10.5 <resolved_issues_6104>
15+
Resolved Issues 6.10.5 <resolved_issues_6105>
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
.. _resolved_issues_6105:
2+
3+
Resolved Issues in 6.10.5
4+
--------------------------------------------------------------------------------
5+
6+
A complete list of solved issues for 6.10.5 can be found in the `project development portal <https://github.com/OpenNebula/one/milestone/85?closed=1>`__.
7+
8+
The following new features have been backported to 6.10.5:
9+
10+
- `Change ETH* context parameters on live VMs <https://github.com/OpenNebula/one/issues/6606>`__.
11+
12+
The following issues has been solved in 6.10.5:
13+
14+
- `Fix an issue with fs_lvm_ssh not honoring BRIDGE_LIST in the image datastore <https://github.com/OpenNebula/one/issues/7070>`__.
15+
- `Fix validation issue during Group + Group Admin creation at the same time <https://github.com/OpenNebula/one/issues/6873>`__.
16+
- `Fix scheduler allocation for VMs with NUMA pinning enabled <https://github.com/OpenNebula/one/issues/7071>`__.
17+
- `Fix user_inputs order not considered when instantiating a template through the CLI <https://github.com/OpenNebula/one/issues/7040>`__.
18+
- `Fix the KVMRC Ruby parser regexp that was preventing more than one parameter <https://github.com/OpenNebula/one/issues/7069>`__.
19+
- `Fix Sunstone should prioritize user views <https://github.com/OpenNebula/one/issues/7082>`__.
20+
- `Fix Sunstone Update VM Configuration wizard doesn't scale correctly <https://github.com/OpenNebula/one/issues/7062>`__.
21+
- `Fix Sunstone VM search leads to blank page <https://github.com/OpenNebula/one/issues/7060>`__.
22+
- `Fix wrong QCOW2_STANDALONE option in NFS System Datastore <https://github.com/OpenNebula/one/issues/7212>`__.
23+
- `Fix Sunstone does not cast placement constraints into update/instantiate dialog <https://github.com/OpenNebula/one/issues/7158>`__.
24+
- `Fix Don't let add the ssh key more than one time <https://github.com/OpenNebula/one/issues/7140>`__.
25+
- `Fix VIRTIO_QUEUES not applying to hot plugged virtio NICs <https://github.com/OpenNebula/one/issues/7195>`__.
26+
- `Fix translation text when creating VMs <https://github.com/OpenNebula/one/issues/7222>`__.
27+
- `Fix Fix ownership issue when instanciate Vm as a different user <https://github.com/OpenNebula/one/issues/7013>`__.
28+
- `Fix Fix Ethernet text on Address Ranges when create VMs <https://github.com/OpenNebula/one/issues/6955>`__.
29+
- `Fix re-arrange time orders when adding a scheduled action in Creating VMs <https://github.com/OpenNebula/one/issues/7031>`__.
30+
- `Fix fsck to update history ETIME using EETIME or RETIME <https://github.com/OpenNebula/one/issues/7250>`__.
31+
- `Fix VM placement expression parsing in Sunstone <https://github.com/OpenNebula/one/issues/7158>`__.
32+
- `Fix physical CPU tooltip in Sunstone <https://github.com/OpenNebula/one/issues/6867>`__.
33+
- `Fix errors when canceling a backup operation <https://github.com/OpenNebula/one/issues/6981>`__.
34+
- `Fix add edit/delete buttons for VM attributes <https://github.com/OpenNebula/one/issues/7201>`__.
35+
- `Fix rule addition for security group creation. <https://github.com/OpenNebula/one/issues/7206>`__.
36+
- `Fix Security Group Role Description for IPs <https://github.com/OpenNebula/one/issues/7186>`__.
37+
- `Fix history ETIME after resize, disk-resize and pci-(de)attach for VMs in undeployed state <https://github.com/OpenNebula/one/issues/7249>`__.
38+
- `Fix cluster assignment when creating Virtual Network <https://github.com/OpenNebula/one/issues/7063>`__.
39+
- `Fix UI issue on VM Instantiation when Memory or CPU modification is set to 'range' within a VM template <https://github.com/OpenNebula/one/issues/6872>`__.
40+
- `Fix VM configuration for Single VM Backup configuration <https://github.com/OpenNebula/one/issues/7164>`__.
41+
- `Fix UI overlay issue on Fireedge VNC on 1280*760 resolution <https://github.com/OpenNebula/one/issues/7175>`__.
42+
- `Fix 2FA reset in FireEdge after UI changes are made <https://github.com/OpenNebula/one/issues/7105>`__.
43+
- `Fix LDAP authentication by removeing password encoding <https://github.com/OpenNebula/one/issues/7344>`__.
44+
- `Fix Change password button wrong displayed on FireEdge <https://github.com/OpenNebula/one/issues/7033>`__.
45+
46+
Changes in Configuration Files
47+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48+
49+
Since version 6.10.5 the following changes apply to OpenNebula services configuration files:
50+
51+
52+
.. warning:: The following attributes are not included in the configuration files distributed with 6.10.5. If you wish to use these attributes, add them manually to the corresponding file.
53+
54+
OpenNebula Service
55+
^^^^^^^^^^^^^^^^^^
56+
57+
+----------------------+--------------------------------------------------------------+-------------------------------------------------------+-------------+
58+
| Config file | Description | Action | Values |
59+
+======================+==============================================================+=======================================================+=============+
60+
| oned.conf | New attribute: CONTEXT_ALLOW_ETH_UPDATES | Allow manual updates of CONTEXT->ETH* values. | NO, YES |
61+
+----------------------+--------------------------------------------------------------+-------------------------------------------------------+-------------+

source/open_cluster_deployment/kvm_node/kvm_driver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Requirements
99

1010
The Hosts will need a CPU with `Intel VT <http://www.intel.com/content/www/us/en/virtualization/virtualization-technology/intel-virtualization-technology.html>`__ or `AMD's AMD-V <http://www.amd.com/en-us/solutions/servers/virtualization>`__ features in order to support virtualization. KVM's `Preparing to use KVM <http://www.linux-kvm.org/page/FAQ#Preparing_to_use_KVM>`__ guide will clarify any doubts you may have regarding whether your hardware supports KVM.
1111

12-
Also, since OpenNebula 6.10.4-EE and 6.10.0.1-CE ARM64 architecture is supported (in beta mode).
12+
Also, since OpenNebula 6.10.5-EE and 6.10.0.1-CE ARM64 architecture is supported (in beta mode).
1313

1414
KVM will be installed and configured after following the :ref:`KVM Host Installation <kvm_node>` section.
1515

source/open_cluster_deployment/storage_setup/lvm_drivers.rst

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -95,24 +95,25 @@ Create Image Datastore
9595

9696
To create a new LVM Image Datastore, you need to set following (template) parameters:
9797

98-
+-----------------+---------------------------------------------------------------------------------------------+
99-
| Attribute | Description |
100-
+=================+=============================================================================================+
101-
| ``NAME`` | Name of Datastore |
102-
+-----------------+---------------------------------------------------------------------------------------------+
103-
| ``TYPE`` | ``IMAGE_DS`` |
104-
+-----------------+---------------------------------------------------------------------------------------------+
105-
| ``DS_MAD`` | ``fs`` |
106-
+-----------------+---------------------------------------------------------------------------------------------+
107-
| ``TM_MAD`` | ``fs_lvm`` for NFS mode |
108-
| +---------------------------------------------------------------------------------------------+
109-
| | ``fs_lvm_ssh`` for SSH mode |
110-
+-----------------+---------------------------------------------------------------------------------------------+
111-
| ``DISK_TYPE`` | ``BLOCK`` |
112-
+-----------------+---------------------------------------------------------------------------------------------+
113-
| ``BRIDGE_LIST`` | List of Hosts with access to the LV. **NOT** needed if the Front-end is configured to access|
114-
| | the LVs. |
115-
+-----------------+---------------------------------------------------------------------------------------------+
98+
+------------------+----------------------------------------------------------------------------------------------+
99+
| Attribute | Description |
100+
+==================+==============================================================================================+
101+
| ``NAME`` | Name of Datastore |
102+
+------------------+----------------------------------------------------------------------------------------------+
103+
| ``TYPE`` | ``IMAGE_DS`` |
104+
+------------------+----------------------------------------------------------------------------------------------+
105+
| ``DS_MAD`` | ``fs`` |
106+
+------------------+----------------------------------------------------------------------------------------------+
107+
| ``TM_MAD`` | ``fs_lvm`` for NFS mode |
108+
+------------------+----------------------------------------------------------------------------------------------+
109+
| | ``fs_lvm_ssh`` for SSH mode |
110+
+------------------+----------------------------------------------------------------------------------------------+
111+
| ``DISK_TYPE`` | ``BLOCK`` |
112+
+------------------+----------------------------------------------------------------------------------------------+
113+
|| ``BRIDGE_LIST`` || List of Hosts with access to the file system where image files are stored before dumping to |
114+
|| || LVs. |
115+
+------------------+----------------------------------------------------------------------------------------------+
116+
116117

117118
The following examples illustrate the creation of an LVM datastore using a template. In this case we will use the Host ``host01`` as one of our OpenNebula LVM-enabled Hosts.
118119

0 commit comments

Comments
 (0)