[ovirt-users] Re: VDI and ovirt

2021-02-25 Thread Pascal D
Alex From your response it looks you were able to use spicehtml5 using a squid proxy. Do you mind sharing your setup or some howto ou followed. I have been wanting to deploy it in our setup. TIA Pascal ___ Users mailing list -- users@ovirt.org To u

[ovirt-users] oVirt fails to update OVF

2021-02-25 Thread Jürgen Walch via Users
Hi everybody, we are running an oVirt 4.3.10 production cluster with 9 hosts and 5 datastore domains. Since yesterday we get error messages 26.02.2021 02:00:48 VDSM command SetVolumeDescriptionVDS failed: Could not acquire resource. Probably resource factory threw an exception.: ()

[ovirt-users] Re: Multipath flapping with SAS via FCP

2021-02-25 Thread Nir Soffer
On Thu, Feb 25, 2021 at 2:29 PM Benoit Chatelain wrote: > > Hi, > > I have some troubles with multipath. > When I add SAS disk over FCP as Storage Domain via oVirt WebUI, > The first link as active, but the second is stuck as failed. > > Volum disk is provided from Dell Compellent via FCP, and dis

[ovirt-users] [ANN] oVirt 4.4.5 Seventh Release Candidate is now available for testing

2021-02-25 Thread Lev Veyde
oVirt 4.4.5 Seventh Release Candidate is now available for testing The oVirt Project is pleased to announce the availability of oVirt 4.4.5 Seventh Release Candidate for testing, as of February 25th, 2021. This update is the fifth in a series of stabilization updates to the 4.4 series. How to pre

[ovirt-users] Starting a defined VM on a different host

2021-02-25 Thread lavi.buchnik--- via Users
Hi, I might be missing something here, but I'm looking for the right API way to start a defined VM on a different host. The scenario is this: 1. VM is running under Cluster Affinity Host. and there is a need to cold migrate it to another host on that Affinity. 2. for that I will stop the VM. 3. A

[ovirt-users] oVirt and OL8

2021-02-25 Thread Nur Imam Febrianto
Anybody have any experience deploying oVirt on OL8 ? Not OLVM. Thanks before. Regards, Nur Imam Febrianto Sent from Mail for Windows 10 ___ Users mailing list -- users@ovirt.org To unsubscribe send an ema

[ovirt-users] Multipath flapping with SAS via FCP

2021-02-25 Thread Benoit Chatelain
Hi, I have some troubles with multipath. When I add SAS disk over FCP as Storage Domain via oVirt WebUI, The first link as active, but the second is stuck as failed. Volum disk is provided from Dell Compellent via FCP, and disk is transported in SAS. multipath is flapping in all hypervisor fr

[ovirt-users] Re: FQDN is not reachable | oVirt 4.4.4

2021-02-25 Thread Guillem Liarte via Users
I submitted a bug as I do not think this is normal. It looks like the fqdn check happens in the UI context only, not in the system. https://bugzilla.redhat.com/show_bug.cgi?id=1932851 ___ Users mailing list -- users@ovirt.org To unsubscribe send an ema

[ovirt-users] Re: Python SDK - get host VM is running on.

2021-02-25 Thread Roni Eliezer
You can also use the SDK wrapper: https://github.com/rhevm-qe-automation/ovirtlib4 eng = OvirtLib("fqdn.something.com", username="myuser", password="mypassword") for vm in eng.vms(): if vm.entity.status.name == "UP": print(vm(follow="host").entity.host.name) Thx Roni On Sun, Fe

[ovirt-users] Re: FQDN is not reachable | oVirt 4.4.4

2021-02-25 Thread Guillem Liarte via Users
I made sure `host` commands reply properly so I setup dnsmasq to be able to return correct local values too: [root@ndoamsel001 ]# host ndoamsel001s.home.lab ndoamsel001s.home.lab has address 10.0.1.1 [root@ndoamsel001 ]# host ndoamsel001v.home.lab ndoamsel001v.home.lab address 10.0.2.1 [root@ndo