[ovirt-users] Looking for paid support long term

2021-10-26 Thread vip
Hi

We are a server building company, we already supply 2-3 high availability 
storage clusters/virtualization per month based on commercial/paid software.

For lower end clients we like to use oVirt hyperconverged, would like 
support/share knowledge with my team.

I have a team of 5 technicians who need training.

First we need help setting up a virtual oVirt cluster. Once this works, we will 
test performance/stability/features/

If we're happy with the solution, my team needs training and also if we 
encounter a very difficult issue we would like to have a paid support channel.

I would prefer a partner who has at least 3 engineers [ holidays etc ]. Do you 
have a lot of experience with your team, please PM me. 

Thanks.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/MPKWJGL3SS5SWQTRIWLAPG7BED2LS54F/


[ovirt-users] Reasorces on shutdown and suspended vms

2021-10-26 Thread admin
I assume that when we shutdown a vm, the cpu and memory are released back to 
the host.  My question is about a  linux vm that has been suspended or put into 
hibernate mode, what happens to the allocated resources?

Another question I have is about adding a user to the vm during the creation 
process.  is that possible?

thanks for helping out
Brad
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/BO3ZFFNI6HN6JQE6ZSTNG4WKNQLYUQDX/


[ovirt-users] Internal Error

2021-10-26 Thread Tommy Sway
Why is there such an error ?

 

 

 

2021-10-27 06:33:30,996+0800 INFO  (jsonrpc/3) [api.host] FINISH getStats
error=:'NoneType' object has no
attribute 'statistics'"> from=:::10.200.211.80,48086 (api:52)

2021-10-27 06:33:30,997+0800 ERROR (jsonrpc/3) [jsonrpc.JsonRpcServer]
Internal server error (__init__:350)

Traceback (most recent call last):

  File "/usr/lib/python2.7/site-packages/yajsonrpc/__init__.py", line 345,
in _handle_request

res = method(**params)

  File "/usr/lib/python2.7/site-packages/vdsm/rpc/Bridge.py", line 198, in
_dynamicMethod

result = fn(*methodArgs)

  File "", line 2, in getStats

  File "/usr/lib/python2.7/site-packages/vdsm/common/api.py", line 50, in
method

ret = func(*args, **kwargs)

  File "/usr/lib/python2.7/site-packages/vdsm/API.py", line 1435, in
getStats

multipath=True)}

  File "/usr/lib/python2.7/site-packages/vdsm/host/api.py", line 77, in
get_stats

ret.update(cif.mom.getKsmStats())

  File "/usr/lib/python2.7/site-packages/vdsm/momIF.py", line 67, in
getKsmStats

stats = self._mom.getStatistics()['host']

  File "/usr/lib64/python2.7/xmlrpclib.py", line 1233, in __call__

return self.__send(self.__name, args)

  File "/usr/lib64/python2.7/xmlrpclib.py", line 1591, in __request

verbose=self.__verbose

  File "/usr/lib64/python2.7/xmlrpclib.py", line 1273, in request

return self.single_request(host, handler, request_body, verbose)

  File "/usr/lib64/python2.7/xmlrpclib.py", line 1306, in single_request

return self.parse_response(response)

  File "/usr/lib64/python2.7/xmlrpclib.py", line 1482, in parse_response

return u.close()

  File "/usr/lib64/python2.7/xmlrpclib.py", line 794, in close

raise Fault(**self._stack[0])

Fault: :'NoneType' object has
no attribute 'statistics'">

2021-10-27 06:33:30,997+0800 INFO  (jsonrpc/3) [jsonrpc.JsonRpcServer] RPC
call Host.getStats failed (error -32603) in 0.04 seconds (__init__:312)

 

 

 

 

 

 

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/IQFJNX6KM6J7FLHYXK6TQZBSTCFIMRTV/


[ovirt-users] Re: Using file storage(NFS, cephfs) directly in oVirt vm

2021-10-26 Thread ling
If both your host network and VM network are routable and not blocked by any 
firewall/ACL, I don't see why you can't access the host from the VM. 

Otherwise you could add a new network interface for your VM using the same 
network as your host, and assign a new (additional) ip address to your VM from 
the host subnet, and connect to your host that way.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/6IZ76QLPM7AN42KTKJS7DETI6MEADLS7/


[ovirt-users] Re: Using file storage(NFS, cephfs) directly in oVirt vm

2021-10-26 Thread ssarang520
Sorry for my poor English.
Normally the vm cannot reach the host. So I thought the vm could not reach the 
nfs server on the host. As you said, in this case, it seems that the user needs 
to configure network settings.
Doesn't ovirt do that for user?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/7Q7OVKNA54DA3PU2PCP4XEGU4P72CHCU/


[ovirt-users] Cancelling a running/stuck task

2021-10-26 Thread Dominique D
Hello,

Yesterday I had a network failure and my (3) oVirt 4.4.6 servers restarted. Two 
out of 3 servers are functional now but I have tasks (20) in progress which no 
longer work.
How do I erase them? taskcleaner.sh? Are there any risks of using this script?
Here is a printscreen of the tasks 

https://drive.google.com/file/d/1bZL0c4G6_MDgCtNfzmjXJb_snLYW9fDU/view?usp=sharing
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/IH3QND67MUXPSN6537MEXF366UNYZK7P/


[ovirt-users] Re: upgrade dependency issues

2021-10-26 Thread Sandro Bonazzola
Il giorno mar 26 ott 2021 alle ore 15:32 Gianluca Cecchi <
gianluca.cec...@gmail.com> ha scritto:

> On Tue, Oct 26, 2021 at 12:12 PM Sandro Bonazzola 
> wrote:
>
>> Thanks for the report, my team is looking into the dedependency failures.
>> oVirt 4.4.9 has been developed on CentOS Stream 8 and some dependencies
>> are not yet available on RHEL 8.4 and derivatives.
>>
>
> Ok, fair enough you only test on CentOS Stream 8, but at least I think you
> should change what you are going to write in the next release notes,
> putting only what actually tested.
>
> For 4.4.9 there was:
>
> "
>
> This release is available now on x86_64 architecture for:
>
>-
>
>Red Hat Enterprise Linux 8.4
>-
>
>CentOS Linux (or similar) 8.4
>-
>
>CentOS Stream 8
>
>
> This release supports Hypervisor Hosts on x86_64 and ppc64le architectures
> for:
>
>-
>
>Red Hat Enterprise Linux 8.4
>-
>
>CentOS Linux (or similar) 8.4
>-
>
>oVirt Node NG (based on CentOS Stream 8)
>-
>
>CentOS Stream 8
>
>
> "
> So one understands that at least installation/upgrade from 4.4.8 to 4.4.9
> has been validated when the hosts are in CentOS 8.4 or in RH EL 8.4, that
> currently are the latest 8.4 level released, while it seems both fails
> right now, correct?
>
> Gianluca
>

It fails right now, correct.



-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com


*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.*
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/SIEEHVWHOX3EIBHF5LWKGKWBBCO7RQ4H/


[ovirt-users] Re: upgrade dependency issues

2021-10-26 Thread Gianluca Cecchi
On Tue, Oct 26, 2021 at 12:12 PM Sandro Bonazzola 
wrote:

> Thanks for the report, my team is looking into the dedependency failures.
> oVirt 4.4.9 has been developed on CentOS Stream 8 and some dependencies
> are not yet available on RHEL 8.4 and derivatives.
>

Ok, fair enough you only test on CentOS Stream 8, but at least I think you
should change what you are going to write in the next release notes,
putting only what actually tested.

For 4.4.9 there was:

"

This release is available now on x86_64 architecture for:

   -

   Red Hat Enterprise Linux 8.4
   -

   CentOS Linux (or similar) 8.4
   -

   CentOS Stream 8


This release supports Hypervisor Hosts on x86_64 and ppc64le architectures
for:

   -

   Red Hat Enterprise Linux 8.4
   -

   CentOS Linux (or similar) 8.4
   -

   oVirt Node NG (based on CentOS Stream 8)
   -

   CentOS Stream 8


"
So one understands that at least installation/upgrade from 4.4.8 to 4.4.9
has been validated when the hosts are in CentOS 8.4 or in RH EL 8.4, that
currently are the latest 8.4 level released, while it seems both fails
right now, correct?

Gianluca
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/MQ7SHH3BK6JLBL7OKYC6DAOUE2J4FET2/


[ovirt-users] Re: CentOS 8 Stream: hosted-engine deploy with CPU type is not supported

2021-10-26 Thread Matyi Szabolcs
Hi,

Thanks, now this is the next error:

[ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch cluster facts]  
 
[ INFO  ] ok: [localhost]  
[ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch Datacenter facts]   
 
[ INFO  ] ok: [localhost]  
[ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch Datacenter ID]  
 
[ INFO  ] ok: [localhost]   
 
[ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch Datacenter name]
 
[ INFO  ] ok: [localhost]   
  
[ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Add NFS storage domain]   
 
[ ERROR ] ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is 
"Network error during communication with the Host.". HTTP r
esponse code is 400.
 
[ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "Fault 
reason is \"Operation Failed\". Fault detail is \"Network error
during communication with the Host.\". HTTP response code is 400."} 
 
  Please specify the storage you would like to use (glusterfs, iscsi, 
fc, nfs)[nfs]: 






NFS sharing is fine I can mount from VM and also from localhost..

Thanks!
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/GJW7BQF47E5CO2M32KZH3IXDVDZK5IYO/


[ovirt-users] Re: upgrade dependency issues

2021-10-26 Thread Sandro Bonazzola
Thanks for the report, my team is looking into the dedependency failures.
oVirt 4.4.9 has been developed on CentOS Stream 8 and some dependencies are
not yet available on RHEL 8.4 and derivatives.
Those dependencies should be already available in RHEL 8.5 Beta and
derivatives (I saw AlmaLinux 8.5 beta is already out).
We'll see if we can make the missing deps available in CentOS Virt SIG.
The requirement on VDSM 4.5 is clearly a bug (
https://bugzilla.redhat.com/show_bug.cgi?id=2016984 ) in oVirt build, we
are fixing it right now.

Il giorno lun 25 ott 2021 alle ore 16:13 John Florian <
jflor...@doubledog.org> ha scritto:

> I recently upgrade my engine to 4.4.9 following the usual engine-setup
> procedure.  Once that was done, I tried to do a dnf upgrade to get
> everything else and found:
>
> Error:
>  Problem: cannot install the best update candidate for package
> ovirt-engine-metrics-1.4.3-1.el8.noarch
>   - nothing provides rhel-system-roles >= 1.7.2-1 needed by
> ovirt-engine-metrics-1.4.4-1.el8.noarch
> (try to add '--skip-broken' to skip uninstallable packages or '--nobest'
> to use not only best candidate packages)
>
>
> I was also trying to update my hosts thru the GUI and that was failing
> also.  I couldn't find the right log with good details as to why, so I just
> tried to dnf upgrade from the shell to see what got reported and found:
>
> Error:
>  Problem 1: cannot install the best update candidate for package
> ovirt-host-dependencies-4.4.8-1.el8.x86_64
>   - nothing provides rsyslog-openssl needed by
> ovirt-host-dependencies-4.4.9-2.el8.x86_64
>  Problem 2: cannot install the best update candidate for package
> ovirt-hosted-engine-setup-2.5.3-1.el8.noarch
>   - nothing provides ovirt-host >= 4.5.0 needed by
> ovirt-hosted-engine-setup-2.5.4-1.el8.noarch
>   - nothing provides vdsm-python >= 4.50 needed by
> ovirt-hosted-engine-setup-2.5.4-1.el8.noarch
>  Problem 3: cannot install the best update candidate for package
> vdsm-4.40.80.5-1.el8.x86_64
>   - nothing provides libvirt-daemon-kvm >= 7.6.0-2 needed by
> vdsm-4.40.90.3-1.el8.x86_64
>  Problem 4: package ovirt-host-4.4.9-2.el8.x86_64 requires
> ovirt-host-dependencies = 4.4.9-2.el8, but none of the providers can be
> installed
>   - cannot install the best update candidate for package
> ovirt-host-4.4.8-1.el8.x86_64
>   - nothing provides rsyslog-openssl needed by
> ovirt-host-dependencies-4.4.9-2.el8.x86_64
>  Problem 5: package vdsm-hook-fcoe-4.40.90.3-1.el8.noarch requires vdsm,
> but none of the providers can be installed
>   - package vdsm-4.40.80.5-1.el8.x86_64 requires vdsm-http =
> 4.40.80.5-1.el8, but none of the providers can be installed
>   - package vdsm-4.40.17-1.el8.x86_64 requires vdsm-http = 4.40.17-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.18-1.el8.x86_64 requires vdsm-http = 4.40.18-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.19-1.el8.x86_64 requires vdsm-http = 4.40.19-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.20-1.el8.x86_64 requires vdsm-http = 4.40.20-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.21-1.el8.x86_64 requires vdsm-http = 4.40.21-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.22-1.el8.x86_64 requires vdsm-http = 4.40.22-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.26.3-1.el8.x86_64 requires vdsm-http =
> 4.40.26.3-1.el8, but none of the providers can be installed
>   - package vdsm-4.40.30-1.el8.x86_64 requires vdsm-http = 4.40.30-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.31-1.el8.x86_64 requires vdsm-http = 4.40.31-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.32-1.el8.x86_64 requires vdsm-http = 4.40.32-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.33-1.el8.x86_64 requires vdsm-http = 4.40.33-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.34-1.el8.x86_64 requires vdsm-http = 4.40.34-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.35-1.el8.x86_64 requires vdsm-http = 4.40.35-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.35.1-1.el8.x86_64 requires vdsm-http =
> 4.40.35.1-1.el8, but none of the providers can be installed
>   - package vdsm-4.40.36-1.el8.x86_64 requires vdsm-http = 4.40.36-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.37-1.el8.x86_64 requires vdsm-http = 4.40.37-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.38-1.el8.x86_64 requires vdsm-http = 4.40.38-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.39-1.el8.x86_64 requires vdsm-http = 4.40.39-1.el8,
> but none of the providers can be installed
>   - package vdsm-4.40.40-1.el8.x86_64 requires vdsm-http = 4.40.40-1.el8,
> but none of the providers can be installed
>   - package 

[ovirt-users] Re: upgrade dependency issues

2021-10-26 Thread Martin Perina
Hi,

you will need to switch to CentOS Stream 8 now to finish the upgrade (or
wait for CentOS 8.5 + AV 8.5 release), which is going to include version
rhel-system-roles 1.7.3:

https://pkgs.org/download/rhel-system-roles

Regards,
Martin


On Mon, Oct 25, 2021 at 9:34 PM John Florian  wrote:

> On the engine:
>
> repo id repo name
> appstream CentOS Linux 8 - AppStream
> baseos CentOS Linux 8 - BaseOS
> doubledog doubledog on EL 8 - released
> epel Extra Packages for Enterprise Linux 8 - x86_64
> epel-modular Extra Packages for Enterprise Linux Modular 8 - x86_64
> extras CentOS Linux 8 - Extras
> local-AppStream doubledog mirror of CentOS-8 - AppStream
> local-BaseOS doubledog mirror of CentOS-8 - Base
> local-extras doubledog mirror of CentOS-8 - Extras
> ovirt-4.4 Latest oVirt 4.4 Release
> ovirt-4.4-advanced-virtualization Advanced Virtualization packages for
> x86_64
> ovirt-4.4-centos-ceph-pacific Ceph packages for x86_64
> ovirt-4.4-centos-gluster8 CentOS-8 - Gluster 8
> ovirt-4.4-centos-nfv-openvswitch CentOS-8 - NFV OpenvSwitch
> ovirt-4.4-centos-opstools CentOS-8 - OpsTools - collectd
> ovirt-4.4-centos-ovirt44 CentOS-8 - oVirt 4.4
> ovirt-4.4-copr:copr.fedorainfracloud.org:sac:gluster-ansible Copr repo
> for gluster-ansible owned by sac
> ovirt-4.4-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection Copr
> repo for EL8_collection owned by sbonazzo
> ovirt-4.4-epel Extra Packages for Enterprise Linux 8 - x86_64
> ovirt-4.4-openstack-victoria OpenStack Victoria Repository
> ovirt-4.4-virtio-win-latest virtio-win builds roughly matching what will
> be shipped in upcoming RHEL
> powertools CentOS Linux 8 - PowerTools
>
> and on one of the hosts:
>
> repo id repo name
> appstream CentOS Linux 8 - AppStream
> baseos CentOS Linux 8 - BaseOS
> dell-system-update_dependent dell-system-update_dependent
> dell-system-update_independent dell-system-update_independent
> extras CentOS Linux 8 - Extras
> local-AppStream doubledog mirror of CentOS-8 - AppStream
> local-BaseOS doubledog mirror of CentOS-8 - Base
> local-extras doubledog mirror of CentOS-8 - Extras
> ovirt-4.4 Latest oVirt 4.4 Release
> ovirt-4.4-advanced-virtualization Advanced Virtualization packages for
> x86_64
> ovirt-4.4-centos-ceph-pacific Ceph packages for x86_64
> ovirt-4.4-centos-gluster8 CentOS-8 - Gluster 8
> ovirt-4.4-centos-nfv-openvswitch CentOS-8 - NFV OpenvSwitch
> ovirt-4.4-centos-opstools CentOS-8 - OpsTools - collectd
> ovirt-4.4-centos-ovirt44 CentOS-8 - oVirt 4.4
> ovirt-4.4-copr:copr.fedorainfracloud.org:sac:gluster-ansible Copr repo
> for gluster-ansible owned by sac
> ovirt-4.4-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection Copr
> repo for EL8_collection owned by sbonazzo
> ovirt-4.4-epel Extra Packages for Enterprise Linux 8 - x86_64
> ovirt-4.4-openstack-victoria OpenStack Victoria Repository
> ovirt-4.4-virtio-win-latest virtio-win builds roughly matching what will
> be shipped in upcoming RHEL
> powertools CentOS Linux 8 - PowerTools
>
>
> The local-* repos are on-site mirrors.  I've tried disabling them just
> to rule them out, but it made no difference.
>
> John Florian
>
> On 2021-10-25 15:07, Strahil Nikolov wrote:
> > Hi,
> >
> > what is the output from:
> > 'yum repolist' ?
> >
> > Best Regards,
> > Strahil Nikolov
> >
> >
> >
> >
> >
> > В понеделник, 25 октомври 2021 г., 17:12:58 ч. Гринуич+3, John Florian <
> jflor...@doubledog.org> написа:
> >
> >
> >
> >
> >
> >
> >
> > I recently upgrade my engine to 4.4.9 following the usual engine-setup
> procedure.  Once that was done, I tried to do a dnf upgrade to get
> everything else and found:
> >
> > Error: Problem: cannot install the best update candidate for package
> ovirt-engine-metrics-1.4.3-1.el8.noarch  - nothing provides
> rhel-system-roles >= 1.7.2-1 needed by
> ovirt-engine-metrics-1.4.4-1.el8.noarch(try to add '--skip-broken' to skip
> uninstallable packages or '--nobest' to use not only best candidate
> packages)
> >
> >
> >
> > I was also trying to update my hosts thru the GUI and that was failing
> also.  I couldn't find the right log with good details as to why, so I just
> tried to dnf upgrade from the shell to see what got reported and found:
> >
> > Error:  Problem 1: cannot install the best update candidate for package
> ovirt-host-dependencies-4.4.8-1.el8.x86_64  - nothing provides
> rsyslog-openssl needed by
> ovirt-host-dependencies-4.4.9-2.el8.x86_64 Problem 2: cannot install the
> best update candidate for package
> ovirt-hosted-engine-setup-2.5.3-1.el8.noarch  - nothing provides ovirt-host
> >= 4.5.0 needed by ovirt-hosted-engine-setup-2.5.4-1.el8.noarch  - nothing
> provides vdsm-python >= 4.50 needed by
> ovirt-hosted-engine-setup-2.5.4-1.el8.noarch Problem 3: cannot install the
> best update candidate for package vdsm-4.40.80.5-1.el8.x86_64  - nothing
> provides libvirt-daemon-kvm >= 7.6.0-2 needed by
> vdsm-4.40.90.3-1.el8.x86_64 Problem 4: package
> ovirt-host-4.4.9-2.el8.x86_64 requires ovirt-host-dependencies =
>