[ovirt-users] Re: python ovirtsdk

2019-11-21 Thread serphentos
Thank you very much for answer and for link. It's very helpfull. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct:

[ovirt-users] VMs Locked - vProtect snapshots

2019-11-21 Thread joseph
After a few tricky power issues at a site in a less developed country, I had to restart my 3 node ovirt cluster with hosted engine. Everything seemed to come up fine, but that night when my scheduled snapshots/backups etc ran (vProtect) some weird things happened. It created a couple snapshots

[ovirt-users] Re: Ovirt 4.3.6 USB passthrough not working with iommu_intel=on iommu=pt

2019-11-21 Thread Don Dupuis
I have created a bug and the number is 1775306. Thanks Don On Thu, Nov 21, 2019 at 9:46 AM Michal Skrivanek < michal.skriva...@redhat.com> wrote: > > > On 21 Nov 2019, at 16:31, Don Dupuis wrote: > > Anyone else have this problem? I haven't been able to find a solution. > > Don > > On Tue, Nov

[ovirt-users] How to tell a migrated engine it is not running as a hosted engine anymore?

2019-11-21 Thread rens . verhage
I migrated a hosted ovirt-engine to a standalone machine. To do so, I created a backup with scope=all and imported this back-up into a newly installed engine. Everything was working fine. Not much later, I made a mistake and wanted to start over, so I decided to do an engine-cleanup and

[ovirt-users] Re: Ovirt 4.3.6 USB passthrough not working with iommu_intel=on iommu=pt

2019-11-21 Thread Michal Skrivanek
> On 21 Nov 2019, at 16:31, Don Dupuis wrote: > > Anyone else have this problem? I haven't been able to find a solution. > > Don > > On Tue, Nov 19, 2019 at 10:03 AM Don Dupuis > wrote: > with that approach, still get same error. > > Don > > On Mon, Nov 18, 2019

[ovirt-users] Re: Ovirt 4.3.6 USB passthrough not working with iommu_intel=on iommu=pt

2019-11-21 Thread Don Dupuis
Anyone else have this problem? I haven't been able to find a solution. Don On Tue, Nov 19, 2019 at 10:03 AM Don Dupuis wrote: > with that approach, still get same error. > > Don > > On Mon, Nov 18, 2019 at 10:49 PM Strahil Nikolov > wrote: > >> I would recommend you to "unpresent" that USB,

[ovirt-users] Howto recover/reinstall a failed oVirt node in a 3 node HCI cluster

2019-11-21 Thread Timo Eissler
Hello, i can't find the documentation on howto recover from a single host OS disk failure in a 3 node HCI cluster. I already searched the ovirt, RHV and RHHI documentation but i can't find the corresponding documentation. So can anyone please give me some hints? In our dev lab i have 3 servers

[ovirt-users] Re: python ovirtsdk

2019-11-21 Thread Dominik Holler
On Thu, Nov 21, 2019 at 9:00 AM wrote: > Hello. > Can someone explain how to attach logical network to host via ovirtsdk? > As a python snippet, attaching a network looks like this: hosts_service = connection.system_service().hosts_service() host =

[ovirt-users] Re: terraform integration

2019-11-21 Thread Nathanaël Blanchet
Le 21/11/2019 à 13:57, Roy Golan a écrit : On Thu, 21 Nov 2019 at 08:48, Roy Golan > wrote: On Wed, 20 Nov 2019 at 09:49, Nathanaël Blanchet mailto:blanc...@abes.fr>> wrote: Le 19/11/2019 à 19:23, Nathanaël Blanchet a écrit : Le

[ovirt-users] Re: Unable to attach ISO domain to Datacenter

2019-11-21 Thread Ivan Apolonio
Further system information: oVirt installed packets: $ rpm -qa '*ovirt*' ovirt-engine-restapi-4.3.6.7-1.el7.noarch ovirt-web-ui-1.6.0-1.el7.noarch ovirt-vmconsole-proxy-1.0.7-2.el7.noarch python2-ovirt-host-deploy-1.8.4-1.el7.noarch ovirt-host-4.3.5-1.el7.x86_64

[ovirt-users] Re: terraform integration

2019-11-21 Thread Roy Golan
On Thu, 21 Nov 2019 at 08:48, Roy Golan wrote: > > > On Wed, 20 Nov 2019 at 09:49, Nathanaël Blanchet wrote: > >> >> Le 19/11/2019 à 19:23, Nathanaël Blanchet a écrit : >> >> >> Le 19/11/2019 à 13:43, Roy Golan a écrit : >> >> >> >> On Tue, 19 Nov 2019 at 14:34, Nathanaël Blanchet >> wrote: >>

[ovirt-users] [ANN] oVirt 4.3.7 is now generally available

2019-11-21 Thread Sandro Bonazzola
The oVirt Project is pleased to announce the general availability of oVirt 4.3.7 as of November 21st, 2019. This update is the seventh in a series of stabilization updates to the 4.3 series. This release is available now on x86_64 architecture for: * Red Hat Enterprise Linux 7.7 or later

[ovirt-users] Re: metrics

2019-11-21 Thread Shirly Radco
On Wed, Nov 20, 2019 at 5:46 PM wrote: > Hi, > > I overcame this problem after configuring an hostname on > metrics-store-installer, add a static IP and add this host to /etc/hosts on > the engine. > I'm happy to hear that! Please note that adding the hot to /etc/hosts can be done by setting

[ovirt-users] Re: [ANN] oVirt 4.3.7 Third Release Candidate is now available for testing

2019-11-21 Thread Nir Soffer
On Thu, Nov 21, 2019 at 8:20 AM Sahina Bose wrote: > > > On Thu, Nov 21, 2019 at 6:03 AM Strahil Nikolov > wrote: > >> Hi All, >> >> another clue in the logs : >> [2019-11-21 00:29:50.536631] W [MSGID: 114031] >> [client-rpc-fops_v2.c:2634:client4_0_lookup_cbk] 0-data_fast-client-1: >> remote

[ovirt-users] Can't start VM. An old snapshot is hold a vm state

2019-11-21 Thread serphentos
Hello. I have a two vm's that can't start because a old snapshot (auto-generated then we migrate a disk to another storage) I tried to unlock entity and start vm or remove snapshot but still receive an errors. ___ Users mailing list -- users@ovirt.org

[ovirt-users] python ovirtsdk

2019-11-21 Thread serphentos
Hello. Can someone explain how to attach logical network to host via ovirtsdk? I saw a example of attaching networks to cluster or dc, but not a host https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/assign_network_to_cluster.py ___