We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Content issue
Missing oVirt 4.4 to 4.5 upgrade guide.
On oVirt Engine side:
dnf install -y centos-release-ovirt45
and as we are still in beta:
dnf install -y python3-dnf-plugins-core dnf config-manager --set-enabled centos-ovirt45-testing dnf config-manager --set-enabled ovirt-45-upstream-testing
then update OS packages and oVirt Engine setup packages:
dnf update -y --nobest
Last, run
engine-setup
The text was updated successfully, but these errors were encountered:
On oVirt Node 4.4.10 side: dnf install centos-release-ovirt45 --enablerepo=extras
dnf install centos-release-ovirt45 --enablerepo=extras
dnf config-manager --set-enabled centos-ovirt45-testing dnf config-manager --set-enabled ovirt-45-upstream-testing
then perform update from oVirt Engine as usual.
Sorry, something went wrong.
This applies to oVirt only.
sandrobonazzola
Successfully merging a pull request may close this issue.
Description of the problem
Type of problem?
Content issue
Missing oVirt 4.4 to 4.5 upgrade guide.
On oVirt Engine side:
dnf install -y centos-release-ovirt45
and as we are still in beta:
then update OS packages and oVirt Engine setup packages:
dnf update -y --nobest
Last, run
engine-setup
Help needed from @oVirt/ovirt-documentation
The text was updated successfully, but these errors were encountered: