
Hi Guys, Attempting to do a Cluster update via the oVirt GUI and I'm getting the following errors (taken from the logs) which I've confirmed via a straight `dnf update`: Problem 1: package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch conflicts with ansible-core >= 2.13 provided by ansible-core-2.13.3-1.el8.x86_64 - cannot install the best update candidate for package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch - cannot install the best update candidate for package ansible-core-2.12.7-1.el8.x86_64 Problem 2: problem with installed package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch - package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch conflicts with ansible-core >= 2.13 provided by ansible-core-2.13.3-1.el8.x86_64 - package ovirt-ansible-collection-3.0.0-1.el8.noarch requires ansible-core >= 2.13.0, but none of the providers can be installed - cannot install the best update candidate for package ovirt-ansible-collection-2.3.0-1.el8.noarch Is it OK to do a `dnf update --nobest` or a `dnf update --allowerasing` on each host, or is there some other solution that I'm missing? Cheers Dulux-Oz

On Tue, Dec 6, 2022 at 9:11 AM Matthew J Black <matthew@peregrineit.net> wrote:
Hi Guys,
Attempting to do a Cluster update via the oVirt GUI and I'm getting the following errors (taken from the logs) which I've confirmed via a straight `dnf update`:
Problem 1: package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch conflicts with ansible-core >= 2.13 provided by ansible-core-2.13.3-1.el8.x86_64 - cannot install the best update candidate for package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch - cannot install the best update candidate for package ansible-core-2.12.7-1.el8.x86_64 Problem 2: problem with installed package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch - package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch conflicts with ansible-core >= 2.13 provided by ansible-core-2.13.3-1.el8.x86_64 - package ovirt-ansible-collection-3.0.0-1.el8.noarch requires ansible-core >= 2.13.0, but none of the providers can be installed - cannot install the best update candidate for package ovirt-ansible-collection-2.3.0-1.el8.noarch
Is it OK to do a `dnf update --nobest` or a `dnf update --allowerasing` on each host, or is there some other solution that I'm missing?
`dnf update --nobest` is OK. --allowerasing is not, generally speaking, unless you want to remove part of oVirt... This should be fixed when 4.5.3 is released, where ansible-core 2.13 should work. You can try nightly [1], if interested. [1] https://www.ovirt.org/develop/dev-process/install-nightly-snapshot.html Best regards, -- Didi

Hi, Please upgrade to oVirt 4.5.4 released yesterday, it supports ansible-core-2.13 from EL8.7 or CS8. Martin On Tue, 6 Dec 2022, 08:11 Matthew J Black, <matthew@peregrineit.net> wrote:
Hi Guys,
Attempting to do a Cluster update via the oVirt GUI and I'm getting the following errors (taken from the logs) which I've confirmed via a straight `dnf update`:
Problem 1: package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch conflicts with ansible-core >= 2.13 provided by ansible-core-2.13.3-1.el8.x86_64 - cannot install the best update candidate for package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch - cannot install the best update candidate for package ansible-core-2.12.7-1.el8.x86_64 Problem 2: problem with installed package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch - package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch conflicts with ansible-core >= 2.13 provided by ansible-core-2.13.3-1.el8.x86_64 - package ovirt-ansible-collection-3.0.0-1.el8.noarch requires ansible-core >= 2.13.0, but none of the providers can be installed - cannot install the best update candidate for package ovirt-ansible-collection-2.3.0-1.el8.noarch
Is it OK to do a `dnf update --nobest` or a `dnf update --allowerasing` on each host, or is there some other solution that I'm missing?
Cheers
Dulux-Oz _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/IECKJBPJKV5IBJ...

On Tue, Dec 6, 2022 at 9:44 AM Martin Perina <mperina@redhat.com> wrote:
Hi,
Please upgrade to oVirt 4.5.4 released yesterday, it supports ansible-core-2.13 from EL8.7 or CS8.
Sorry, I missed the announcement. I do not see ovirt-hosted-engine-setup > 2.6.6 in any of these: http://mirror.centos.org/centos/8-stream/virt/x86_64/ovirt-45/Packages/o/ https://cbs.centos.org/koji/packageinfo?packageID=1976 Perhaps there is some problem, perhaps related to the outage of CBS yesterday. Best regards,
Martin
On Tue, 6 Dec 2022, 08:11 Matthew J Black, <matthew@peregrineit.net> wrote:
Hi Guys,
Attempting to do a Cluster update via the oVirt GUI and I'm getting the following errors (taken from the logs) which I've confirmed via a straight `dnf update`:
Problem 1: package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch conflicts with ansible-core >= 2.13 provided by ansible-core-2.13.3-1.el8.x86_64 - cannot install the best update candidate for package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch - cannot install the best update candidate for package ansible-core-2.12.7-1.el8.x86_64 Problem 2: problem with installed package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch - package ovirt-hosted-engine-setup-2.6.6-1.el8.noarch conflicts with ansible-core >= 2.13 provided by ansible-core-2.13.3-1.el8.x86_64 - package ovirt-ansible-collection-3.0.0-1.el8.noarch requires ansible-core >= 2.13.0, but none of the providers can be installed - cannot install the best update candidate for package ovirt-ansible-collection-2.3.0-1.el8.noarch
Is it OK to do a `dnf update --nobest` or a `dnf update --allowerasing` on each host, or is there some other solution that I'm missing?
Cheers
Dulux-Oz _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/IECKJBPJKV5IBJ...
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/7BVX2U5QUU6J4D...
-- Didi

Yeah, that's what I'm trying to do - I was under the impression that when doing a Cluster Update this is what would happen (go to the latest version of oVirt) - or am I missing something? Cheers Dulux-Oz

Hi, unfortunately I made a mistake during the release, ovirt-hosted-engine-setup-2.7.0 was not included in the release: https://cbs.centos.org/koji/packageinfo?packageID=1976 But now it's on the way to mirrors ... Sorry for the mess. Martin On Tue, Dec 6, 2022 at 9:39 AM Matthew J Black <matthew@peregrineit.net> wrote:
Yeah, that's what I'm trying to do - I was under the impression that when doing a Cluster Update this is what would happen (go to the latest version of oVirt) - or am I missing something?
Cheers
Dulux-Oz _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/YIM5VNWLNZBADT...
-- Martin Perina Manager, Software Engineering Red Hat Czech s.r.o.

Don't sweat it - If you knew the amount of similar-type errors I've coded, allowed my (projects') people to code, and/or simply "missed", you'd know I'm the last person to caste a stone. But as long as I/we get there in the end... :-) Cheers Dulux-Oz On 06/12/2022 19:45, Martin Perina wrote:
Hi,
unfortunately I made a mistake during the release, ovirt-hosted-engine-setup-2.7.0 was not included in the release:
https://cbs.centos.org/koji/packageinfo?packageID=1976
But now it's on the way to mirrors ...
Sorry for the mess. Martin
On Tue, Dec 6, 2022 at 9:39 AM Matthew J Black <matthew@peregrineit.net> wrote:
Yeah, that's what I'm trying to do - I was under the impression that when doing a Cluster Update this is what would happen (go to the latest version of oVirt) - or am I missing something?
Cheers
Dulux-Oz _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/YIM5VNWLNZBADT...
-- Martin Perina Manager, Software Engineering Red Hat Czech s.r.o. -- Peregrine IT Signature
*Matthew J BLACK* M.Inf.Tech.(Data Comms) MBA B.Sc. MACS (Snr), CP, IP3P When you want it done /right/ ‒ the first time! Phone: +61 4 0411 0089 Email: matthew@peregrineit.net <mailto:matthew@peregrineit.net> Web: www.peregrineit.net <http://www.peregrineit.net> View Matthew J BLACK's profile on LinkedIn <http://au.linkedin.com/in/mjblack> This Email is intended only for the addressee. Its use is limited to that intended by the author at the time and it is not to be distributed without the author’s consent. You must not use or disclose the contents of this Email, or add the sender’s Email address to any database, list or mailing list unless you are expressly authorised to do so. Unless otherwise stated, Peregrine I.T. Pty Ltd accepts no liability for the contents of this Email except where subsequently confirmed in writing. The opinions expressed in this Email are those of the author and do not necessarily represent the views of Peregrine I.T. Pty Ltd. This Email is confidential and may be subject to a claim of legal privilege. If you have received this Email in error, please notify the author and delete this message immediately.
participants (4)
-
duluxoz
-
Martin Perina
-
Matthew J Black
-
Yedidyah Bar David