Skip to content

Commit b344acb

Browse files
author
Tino Vazquez
committed
Merge branch 'one-5.6-maintenance' into one-5.6
2 parents 47e9bcb + 15aafc7 commit b344acb

File tree

8 files changed

+65
-5
lines changed

8 files changed

+65
-5
lines changed

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = '5.6'
6868
# The full version, including alpha/beta/rc tags.
69-
release = '5.6.1'
69+
release = '5.6.2'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

source/deployment/vmware_infrastructure_setup/datastore_setup.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Limitations
4242

4343
* When a vCenter template or wild VM is imported into OpenNebula, the virtual disks are imported, an images are created in OpenNebula representing those virtual disks. Although these images represent files that already exist in the datastores, OpenNebula accounts the size of those imported images as if they were new created files and therefore the datastore capacity is decreased even though no real space in the vCenter datastore is being used by the OpenNebula images. You should understand this limitation if for example an image cannot be imported as OpenNebula reports that no more space is left or if you're using disk quotas.
4444
* No support for disk snapshots in the vCenter datastore.
45-
* Image names and paths cannot contain spaces or non ASCII characters.
4645

4746

4847
The vCenter Transfer Manager

source/intro_release_notes/release_notes/known_issues.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,4 @@ vCenter
9292
* `#2230 <https://github.com/OpenNebula/one/issues/2230>`_ vCenter driver migrate feedback
9393
* `#2275 <https://github.com/OpenNebula/one/issues/2275>`_ Remove disk not affected by snap on vCenter
9494
* `#2254 <https://github.com/OpenNebula/one/issues/2254>`_ spurios syntax help on onehost delete
95-
* `#2084 <https://github.com/OpenNebula/one/issues/2084>`_ vCenter Cache thread safe (thin related)
96-
* `#1699 <https://github.com/OpenNebula/one/issues/1699>`_ Wild VM monitoring should not return datastores that contain only swap files
95+
* `#2084 <https://github.com/OpenNebula/one/issues/2084>`_ vCenter Cache thread safe (thin related)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. _rn_hotfix:
2+
3+
================================================================================
4+
Release Notes 5.6.2 Hotfix
5+
================================================================================
6+
7+
.. toctree::
8+
:maxdepth: 1
9+
10+
What is? <what_is_hotfix>
11+
Resolved Issues in 5.6.2 <resolved_issues_562>
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
.. _resolved_issues_562:
2+
3+
Resolved Issues in 5.6.2
4+
--------------------------------------------------------------------------------
5+
6+
A complete list of solved issues for 5.6.2 can be found in the `project development portal <https://github.com/OpenNebula/one/milestone/21>`__.
7+
8+
The following new features has been backported to 5.6.2:
9+
10+
- New option for image datastores to further restrict the system datastores that can be used. This is useful when some system datastores in a cluster can only be used with one image datastore, e.g. use of different pools in Ceph. See `link <https://github.com/OpenNebula/one/issues/2246>`__ and :ref:`datastore definition attributes <ds_op_common_attributes>`.
11+
- Add support to rename disk snapshots
12+
13+
The following issues has been solved in 5.6.2:
14+
15+
- `Fix issue when setting an specific CPU model <https://github.com/OpenNebula/one/issues/1688>`__.
16+
- `Fix paginated CLI output for onehost show and oneimage show <https://github.com/OpenNebula/one/issues/2445>`__.
17+
- `Monitoring VMs fails when there is not datastore associated <https://github.com/OpenNebula/one/issues/2433>`__.
18+
- `Label icons does not displayed <https://github.com/OpenNebula/one/issues/2473>`__.
19+
- `Active disk snapshot is missing arrow in Sunstone <https://github.com/OpenNebula/one/issues/2439>`__.
20+
- `VCENTER_ESX_HOST fail with DRS in vCenter <https://github.com/OpenNebula/one/issues/2477>`__.
21+
- `vCenter datastores with spaces does not work properly <https://github.com/OpenNebula/one/issues/2437>`__.
22+
- `tm_mad does not allow disks with brackets <https://github.com/OpenNebula/one/issues/2420>`__.
23+
- `vCenter uploader change original filename <https://github.com/OpenNebula/one/issues/2464>`__.
24+
25+
Sunstone Note
26+
--------------------------------------------------------------------------------
27+
28+
There is the new VM autorefresh feature, activated by default at 10 seconds. If you want to change the autorefresh value, you must add the following line in ``vms-tab`` in the different views:
29+
30+
.. code-block:: yaml
31+
32+
actions:
33+
VM.refresh: true
34+
...
35+
VM.menu_labels: true
36+
autorefresh_info: 5000 # ms
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _whats_is_hotfix:
2+
3+
================================================================================
4+
What's a HotFix Release?
5+
================================================================================
6+
7+
A hotfix release is a type of incremental release that fixes specific issues.
8+
9+
While OpenNebula is fully open source, packages from hotfix incremental versions are not publicly released, and are only available for users with an active commercial subscription. However, rest assured that the code is publicly available in the `GitHub repository <https://github.com/OpenNebula/one>`__, as is the `templates to create packages <https://github.com/OpenNebula/packages>`__ for the different supported platforms.
10+
11+
Hence, everyone can create their own packages or :ref:`build OpenNebula from the source code <compile>`, but only OpenNebula Systems customers have the convenience of pre-created packages in Hotfixes incremental releases.
12+
13+
if you are an OpenNebula Systems customer with an active support subscription you have access to the this hotfix package. Please check your private repository at OpenNebula.pro

source/operation/host_cluster_management/datastore_guide.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Also, there are a set of common attributes that can be used in any datastore and
5555
+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+
5656
| ``DRIVER`` | Specific image mapping driver enforcement. If present it overrides image ``DRIVER`` set in the image attributes and VM template. |
5757
+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+
58+
| ``COMPATIBLE_SYS_DS`` | Only for IMAGE_DS. Specifies which system datastores are compatible with an image datastore by ID. Ex: "0,100" |
59+
+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+
5860

5961
The Files & Kernels Datastore is an special datastore type to store plain files to be used as kernels, ram-disks or context files. :ref:`See here to learn how to define them <file_ds>`.
6062

source/operation/vm_management/vm_instances.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Disk Snapshots
213213

214214
There are two kinds of operations related to disk snapshots:
215215

216-
* ``disk-snapshot-create``, ``disk-snapshot-revert``, ``disk-snapshot-delete``: Allows the user to take snapshots of the disk states and return to them during the VM life-cycle. It is also possible to delete snapshots.
216+
* ``disk-snapshot-create``, ``disk-snapshot-revert``, ``disk-snapshot-delete``, ``disk-snapshot-rename``: Allows the user to take snapshots of the disk states and return to them during the VM life-cycle. It is also possible to rename or delete snapshots.
217217
* ``disk-saveas``: Exports VM disk (or a previously created snapshot) to an image. This is a live action.
218218

219219
.. warning:: Disk Snapshots are not supported in vCenter

0 commit comments

Comments
 (0)