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

M #: LXD is no longer supported #3214

Merged
merged 1 commit into from
Feb 26, 2025
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
6 changes: 3 additions & 3 deletions source/intro_release_notes/upgrades/upgrading_single.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Step 3. Upgrade Hypervisors to the New Version

You can skip this section for vCenter Hosts.

Upgrade the OpenNebula node KVM or LXD packages, using the package manager of your OS.
Upgrade the OpenNebula node KVM or LXC packages, using the package manager of your OS.

For example, in a rpm-based Linux distribution simply execute:

Expand All @@ -71,7 +71,7 @@ For deb-based distros use:
# apt-get update
# apt-get install --only-upgrade opennebula-node-kvm

.. note:: If you are using LXD the package is ``opennebula-node-lxd``.
.. note:: If you are using LXC the package is ``opennebula-node-lxc``.

Step 4. Update the Drivers
==========================
Expand Down Expand Up @@ -189,7 +189,7 @@ On Debian/Ubuntu:
.. note::

Before downloading the migration package, it's a good idea to double-check the URL in your software repository file. Ensure that the URL includes the software major and minor version (in ``<major>.<minor>`` format), but not the exact release.

For example, for OpenNebula version 6.10, the file should point to ``https://downloads.opennebula.io/repo/6.10`` and not ``https://downloads.opennebula.io/repo/6.10.0``. The first case will include migration packages for 6.10.*, whereas the second case will exclude minor versions such as 6.10.0.1.

Step 7. Update Configuration Files
Expand Down