我尝试通过GUI更新oVirt节点,但我失败了,没有错误消息。
所以在设置维护和排水主机之后,我已经运行升级oVirt到最新版本与dnf/yum直接通过ssh,但我得到以下错误…
~# dnf upgrade
Last metadata expiration check: 0:00:13 ago on Wed 08 Sep 2021 12:03:06 PM CEST.
Error:
Problem 1: cannot install the best update candidate for package ovirt-host-dependencies-4.4.7-1.el8.x86_64
- nothing provides python3-os-brick needed by ovirt-host-dependencies-4.4.8-1.el8.x86_64
Problem 2: package ovirt-host-4.4.8-1.el8.x86_64 requires ovirt-host-dependencies = 4.4.8-1.el8, but none of the providers can be installed
- cannot install the best update candidate for package ovirt-host-4.4.7-1.el8.x86_64
- nothing provides python3-os-brick needed by ovirt-host-dependencies-4.4.8-1.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
执行以下命令并再次运行dnf upgrade
yum update ovirt-release44 -y
信用比;https://www.mail-archive.com/users@ovirt.org/msg67508.html