[ovirt-users] websockify + ovirt

2021-03-18 Thread Pascal D
Hi, I am trying to get the spice-web-client working with ovirt. One area where I am having difficulties is authentication.Looking at remote-viewer on linux I am able to see that the minimum fields to have a successful spice connection are the following: [virt-viewer] type=spice

[ovirt-users] Re: Quick Question: Degraded Gluster

2021-03-18 Thread Strahil Nikolov via Users
Hi Christian, yes you can online and use the 3rd host as long as you don't use "cluster.choose-local on" as the local data is not ready yet and the FUSE client will first query the local brick and later query another one (extra lattency - less performance). By default ovirt is disabling the

[ovirt-users] Networking

2021-03-18 Thread Jason Alexander Hazen Valliant-Saunders
I'm trying to create vlans to mirror my vlans on my external switch. is there a simple way to simply define a port trunk and have ovirt engine pass the traffic on? In VMWare; this can be accomplished by nic teaming/trunking (802.3 ad) and then pass the traffic to the switch. >From what I have

[ovirt-users] Upgrading DWH from 4.4.4 to 4.4.5

2021-03-18 Thread Nur Imam Febrianto
Hi, I’m currently trying to upgrade my oVirt Cluster into 4.4.5. Hosted engine upgrade work successfully. But whenever I tried upgrading DWH on separate machine it keep giving me this error : Failed to execute stage 'Misc configuration': 'OVESETUP_SYSTEM/selinuxBooleans' In engine-setup log :

[ovirt-users] oVirt 4.4.5 is now generally available

2021-03-18 Thread Lev Veyde
oVirt 4.4.5 is now generally available The oVirt project is excited to announce the general availability of oVirt 4.4.5 , as of March 18th, 2021. This release unleashes an altogether more powerful and flexible open source virtualization solution that encompasses hundreds of individual changes

[ovirt-users] Host Add - Host not found check DNS or /etc/hosts

2021-03-18 Thread penguin pages
Fresh install CentOS8 Streams. Gluster wizard runs and deploys. Engine installs on node. I copy over /etc/hosts for primary site resources to ovirt engine so it can find primary cluster nodes without DNS being booted / up at that time. I check ovirt engine can ssh to the three nodes... so

[ovirt-users] Re: Upgrade from 4.3.5 to 4.3.10 HE Host issue

2021-03-18 Thread Yedidyah Bar David
Hi, On Mon, Mar 8, 2021 at 4:55 PM Marko Vrgotic wrote: > > The broker log, these lines are pretty much repeating: > > > > MainThread::WARNING::2021-03-03 > 09:19:12,086::storage_broker::97::ovirt_hosted_engine_ha.broker.storage_broker.StorageBroker::(__init__) > Can't connect vdsm storage:

[ovirt-users] Re: 4.4.5 released? Fails to upgrade

2021-03-18 Thread Latchezar Filtchev
Hi, Almost by mistake, on my test environment (standalone engine and one virtualization host), I pulled 4.4.5 update. Up to now – no issues. Thank you! Best, Latcho From: Gianluca Cecchi Sent: Thursday, March 18, 2021 1:42 PM To: Rik Theys Cc: users Subject: [ovirt-users] Re: 4.4.5

[ovirt-users] Re: Python SDK rename virtual machine

2021-03-18 Thread Gerard Weatherby
Yes. It’s actually straightforward: def rename(self, name: str):   r = self.service.update(types.Vm(name=name))   assert r.name == name self.service is the instance of VmService corresponding to the VM Thank you On Mar 18, 2021, 5:24 AM -0400, Benny Zlotnik , wrote: > Probably

[ovirt-users] Re: 4.4.5 released? Fails to upgrade

2021-03-18 Thread Rik Theys
Hi Gianluca, On 3/18/21 12:42 PM, Gianluca Cecchi wrote: > On Thu, Mar 18, 2021 at 12:35 PM Rik Theys > wrote: > > Hi, > > I'm confused: has 4.4.5 been released or did I pull in some > intermediate > version with known issues? > > Regards, >

[ovirt-users] Re: 4.4.5 released? Fails to upgrade

2021-03-18 Thread Gianluca Cecchi
On Thu, Mar 18, 2021 at 12:35 PM Rik Theys wrote: > Hi, > > My systems pulled in 4.4.5 packages last night, so I assume oVirt 4.4.5 > was released? The release notes page does not list the release and I > also did not see any announcement. > > The packages are 4.4.5.10-1.el8. > > I ran an

[ovirt-users] 4.4.5 released? Fails to upgrade

2021-03-18 Thread Rik Theys
Hi, My systems pulled in 4.4.5 packages last night, so I assume oVirt 4.4.5 was released? The release notes page does not list the release and I also did not see any announcement. The packages are 4.4.5.10-1.el8. I ran an engine-setup and upgraded to this release but the upgrade has failed due

[ovirt-users] Quick Question: Degraded Gluster

2021-03-18 Thread Christian Reiss
Hey folks, quick question: I have a 3 node cluster (HC) in a production environment. I recently swapped all the storage SSDs with bigger enterprise grades SSDs. So I took a host down (migrating all VMs away, maintenance, shutdown, fix raid, gluster repair, back online). This worked well and

[ovirt-users] Re: Python SDK rename virtual machine

2021-03-18 Thread Benny Zlotnik
Probably with the update method, like in the DC example[1], it shouldn't be hard to translate this to a VM [1] https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/update_data_center.py#L52 On Thu, Mar 18, 2021 at 11:15 AM Gerard Weatherby wrote: > > Is there an API call in the

[ovirt-users] Python SDK rename virtual machine

2021-03-18 Thread Gerard Weatherby
Is there an API call in the Ovirt Python SDK to rename an existing virtual machine? ___ 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