|
| 1 | +.. _resolved_issues_6104: |
| 2 | + |
| 3 | +Resolved Issues in 6.10.4 |
| 4 | +-------------------------------------------------------------------------------- |
| 5 | + |
| 6 | +A complete list of solved issues for 6.10.4 can be found in the `project development portal <https://github.com/OpenNebula/one/milestone/83?closed=1>`__. |
| 7 | + |
| 8 | +The following new features have been backported to 6.10.4: |
| 9 | + |
| 10 | +- `Add support of using defined timezone by oneacct utility with flag -t/--timezone <https://github.com/OpenNebula/one/issues/821>`__. |
| 11 | +- Console logging for :ref:`LXC Driver <lxc_logs>`. |
| 12 | +- Add architecture and hypervisor scheduling requirements to public marketplaces :ref:`public marketplaces <public_marketplaces>` |
| 13 | + |
| 14 | +The following new features have been backported in the Sunstone Web UI to 6.10.4: |
| 15 | + |
| 16 | +- `Update backup configuration on a virtual machine <https://github.com/OpenNebula/one/issues/6880/>`__. |
| 17 | + |
| 18 | +The following issues has been solved in 6.10.4: |
| 19 | + |
| 20 | +- `Fix a bug when Restic passwords include quotes <https://github.com/OpenNebula/one/issues/6666/>`__. |
| 21 | +- `Fix onevrouter instantiate command prompts for user input unnecessarily <https://github.com/OpenNebula/one/issues/6948/>`__. |
| 22 | +- `Fix user-input option for CLI to support values containing commas and equal signs <https://github.com/OpenNebula/one/issues/6975/>`__. |
| 23 | +- `Fix VM migration not executed on vCenter when src host ID is 0 <https://github.com/OpenNebula/one/issues/6997/>`__. |
| 24 | +- `Fix VNet instance doesn't update BRIDGE_TYPE, when VN_MAD is updated <https://github.com/OpenNebula/one/issues/6858/>`__. |
| 25 | +- `Fix oneacl rules not being cleaned-up after removing a group admin <https://github.com/OpenNebula/one/issues/6993/>`__. |
| 26 | +- `Fix vGPU profile monitoring for legacy mode <https://github.com/OpenNebula/one/issues/7012/>`__. |
| 27 | +- `Fix README.md links to old paths <https://github.com/OpenNebula/one/issues/7032>`__. |
| 28 | +- `Fix a silent LXC container start fail <https://github.com/OpenNebula/one/issues/7028>`__. |
| 29 | +- `Fix the use of hardcoded DNS for linuxcontainers marketplace <https://github.com/OpenNebula/one/issues/7041>`__. |
| 30 | +- `Fix Restic backup driver when the server is not deployed together with the frontend <https://github.com/OpenNebula/one/issues/7054>`__. |
| 31 | +- `Fix resource names to not allow special characters '\\t', '\\n', '\\v', '\\f', '\\r' <https://github.com/OpenNebula/one/issues/6950>`__. |
| 32 | +- `Fix HA in case of wrong SQL query <https://github.com/OpenNebula/one/issues/7025>`__. |
| 33 | + |
| 34 | +The following issues have been solved in the Sunstone Web UI: |
| 35 | + |
| 36 | +- `Fix ability to add and remove existing users to existing groups and change main group from an user <https://github.com/OpenNebula/one/issues/6980/>`__. In order to add, remove or change main group from and user, please see **Changes in Configuration Files** section below. |
| 37 | +- `Fix image upload not working <https://github.com/OpenNebula/one/issues/6426/>`__. |
| 38 | +- `Fix Sunstone has issues with Disk IDs when updating boot order <https://github.com/OpenNebula/one/issues/7014/>`__. |
| 39 | + |
| 40 | +Security Advisory: VLAN Trunking Exposure via VLAN_TAGGED_ID |
| 41 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 42 | +A security issue has been identified when using OpenvSwitch with VLAN Trunking enabled. The ``VLAN_TAGGED_ID`` attribute allows users to specify a range of VLANs accessible from their virtual ``NIC``. If not properly restricted, non-privileged users can exploit this attribute (e.g., by setting ``VLAN_TAGGED_ID = 1-4096``) to gain access to all VLANs available on the OpenvSwitch bridge, potentially exposing critical network segments. To mitigate this risk, it is strongly recommended to restrict this attribute by adding the following line to the ``oned.conf`` configuration file: |
| 43 | + |
| 44 | +.. code:: |
| 45 | + |
| 46 | + VM_RESTRICTED_ATTR = "NIC/VLAN_TAGGED_ID" |
| 47 | + |
| 48 | +Changes in Configuration Files |
| 49 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 50 | + |
| 51 | +Since version 6.10.3 the following changes apply to OpenNebula services configuration files: |
| 52 | + |
| 53 | + |
| 54 | +.. warning:: The following attributes are not included in the configuration files distributed with 6.10.4. If you wish to use these attributes, add them manually to the corresponding file. |
| 55 | + |
| 56 | + |
| 57 | +FireEdge Service |
| 58 | +^^^^^^^^^^^^^^^^ |
| 59 | + |
| 60 | ++----------------------+--------------------------------------------------------------+-------------------------------------------------------+-------------+ |
| 61 | +| Config file | Description | Action | Values | |
| 62 | ++======================+==============================================================+=======================================================+=============+ |
| 63 | +| group-tab.yaml | New attribute: info-tabs.user.actions.add_users | Sets the 'Add user' button in Groups page | true, false | |
| 64 | ++----------------------+--------------------------------------------------------------+-------------------------------------------------------+-------------+ |
| 65 | +| group-tab.yaml | New attribute: info-tabs.user.actions.remove_users | Sets the 'Remove user' button in Groups page | true, false | |
| 66 | ++----------------------+--------------------------------------------------------------+-------------------------------------------------------+-------------+ |
| 67 | +| user-tab.yaml | New attribute: info-tabs.group.actions.add_to_group | Sets the 'Add to group' button in Users page | true, false | |
| 68 | ++----------------------+--------------------------------------------------------------+-------------------------------------------------------+-------------+ |
| 69 | +| user-tab.yaml | New attribute: info-tabs.group.actions.remove_from_group | Sets the 'Remove from group' button in Groups page | true, false | |
| 70 | ++----------------------+--------------------------------------------------------------+-------------------------------------------------------+-------------+ |
| 71 | +| user-tab.yaml | New attribute: info-tabs.group.actions.change_primary_group | Sets the 'Change primary group' button in Groups page | true, false | |
| 72 | ++----------------------+--------------------------------------------------------------+-------------------------------------------------------+-------------+ |
0 commit comments