Good afternoon,
I have version 4.4.3 and want to upgrade to at least 4.4.10
but I am facing this error:
[root@ovirt1 ~]# yum update
Failed to set locale, defaulting to C.UTF-8
Last metadata expiration check: 2:05:22 ago on Tue Feb 7 12:31:28 2023.
Error:
Problem 1: package libgfapi0-8.6-2.el8s.x86_64 requires glusterfs-client-xlators(x86-64)
= 8.6-2.el8s, but none of the providers can be installed
- cannot install the best update candidate for package glusterfs-api-7.8-1.el8.x86_64
- package glusterfs-client-xlators-8.6-2.el8s.x86_64 is filtered out by exclude
filtering
Problem 2: package libglusterfs0-8.6-2.el8s.x86_64 obsoletes glusterfs-libs <=
8.6-2.el8s provided by glusterfs-libs-7.8-1.el8.x86_64
- package glusterfs-7.8-1.el8.x86_64 requires glusterfs-libs = 7.8-1.el8, but none of
the providers can be installed
- cannot install the best update candidate for package glusterfs-libs-7.8-1.el8.x86_64
- problem with installed package glusterfs-7.8-1.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest'
to use not only best candidate packages)
I tried these options, but the error did not go away. How can I update? I don't use
GlusterFS. I use ISCSI:
rm -rf /var/cache/dnf
cd /etc/yum.repos.d/
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g'
/etc/yum.repos.d/CentOS-*
sudo dnf install --disablerepo='*'
https://resources.ovirt.org/pub/yum-repo/ovirt-release44.rpm
dnf distro-sync —nobest
yum install
https://resources.ovirt.org/pub/yum-repo/ovirt-release44.rpm
yum update
yum update --skip-broken --nobest