[CentOS-devel] @SIG HighAvailability - repo conflicts

Tue Jun 30 15:03:21 UTC 2020
Brian Stinson <brian at bstinson.com>

On Tue, Jun 30, 2020, at 09:53, lejeczek via CentOS-devel wrote:
> 
> 
> On 30/04/2020 10:59, lejeczek via CentOS-devel wrote:
> > hi devel.
> >
> > Could you, someone please fix this:
> >
> > $ dnf update
> > Last metadata expiration check: 2:58:26 ago on Thu 30 Apr
> > 2020 07:19:18 BST.
> > Error:
> >  Problem: package corosync-3.0.2-3.el8_1.1.x86_64 requires
> > corosynclib(x86-64) = 3.0.2-3.el8_1.1, but none of the
> > providers can be installed
> >   - cannot install both corosynclib-3.0.3-2.el8.x86_64 and
> > corosynclib-3.0.2-3.el8_1.1.x86_64
> >   - cannot install the best update candidate for package
> > corosynclib-3.0.2-3.el8_1.1.x86_64
> >   - cannot install the best update candidate for package
> > corosync-3.0.2-3.el8_1.1.x86_64
> > (try to add '--allowerasing' to command line to replace
> > conflicting packages or '--skip-broken' to skip
> > uninstallable packages or '--nobest' to use not only best
> > candidate packages)
> >
> > many thanks, L.
> >
> > _______________________________________________
> > CentOS-devel mailing list
> > CentOS-devel at centos.org
> > https://lists.centos.org/mailman/listinfo/centos-devel
> 
> Hi devel,
> 
> Have any of you had a chance to look into it?
> We have newer package in:
> 
> corosynclib 3.0.3-4 Stream-AppStream
> 
> but no matching:
> 
> corosync 3.0.3-2 HighAvailability
> 
> And does 'corosynclib' have to be in 'AppStream'? Should not
> be in 'HighAvailability' as the whole 'HA' is?
> 
> many thanks, L
> 
> _______________________________________________
> CentOS-devel mailing list
> CentOS-devel at centos.org
> https://lists.centos.org/mailman/listinfo/centos-devel
>

In the most recent release of centos-release-stream we fixed a bug where we were relying on the HA repo from CentOS Linux. Make sure you have centos-release-stream-8.3-3.2006.0.1.el8 installed on your system

Once that's done, you should find a Stream-HighAvailability repository for you to enable. The configuration file is located in /etc/yum.repos.d/CentOS-Stream-HA.repo

--Brian