Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenNebula/one#6486 #2827

Merged
merged 2 commits into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions source/intro_release_notes/release_notes/known_issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@ Sunstone
- Guacamole RDP as is currently shipped in OpenNebula does not support NLA authentication. You can follow `these instructions <https://www.parallels.com/blogs/ras/disabling-network-level-authentication/>`__ in order to disable NLA in the Windows box to use Guacamole RDP within Sunstone.
- Creating a VM with SPICE graphics, on Alma9, will cause the VM to stay on FAILED state.

FireEdge
================================================================================

- Due to a configuration mismatch the `disk snapshot buttons are currently not being rendered properly <https://github.com/OpenNebula/one/issues/6486>`__. In order to re-enable the disk snapshots the following values need to be added in the ``vm-tab.yaml`` configuration file,
under the ``storage`` section:

.. prompt:: text $ auto

disk-snapshot-create: true
disk-snapshot-rename: true
disk-snapshot-revert: true
disk-snapshot-delete: true

OneProvision
================================================================================
- Until the 6.8 is released, OneProvision repositories definitions don't work
Expand Down
Loading