0

我尝试通过 GUI 更新 oVirt 节点,但我失败了,没有错误消息。

因此,在设置维护并排空主机后,我通过 ssh 直接使用 dnf/yum 将 oVirt 升级到最新版本,但出现以下错误...

 ~# 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)
4

1 回答 1

1

运行以下命令并再次重新运行 dnf upgrade

yum update ovirt-release44 -y

信用> https://www.mail-archive.com/users@ovirt.org/msg67508.html

于 2021-09-08T11:08:17.960 回答