[ovirt-users] Re: error id 980

2021-05-02 Thread Yedidyah Bar David
On Mon, May 3, 2021 at 7:03 AM wrote: > > I've checed every log. > Should i look for something special. The process is basically like this: The engine wants to update the OVF_STORE of the HostedEngine VM (or some other VM, but let's ignore that). So it asks a host to do that - I think the SPM.

[ovirt-users] Re: Ovirt 4.4.6 - Automate disable of default reboot of host add

2021-05-02 Thread Yedidyah Bar David
On Mon, May 3, 2021 at 5:07 AM Don Dupuis wrote: > > Hi > I install alot of hosts via python sdk. My scripts were working perfectly in > 4.3. Now in 4.4 the hosts reboot by default on installation and I don't want > this. I have tried in python and in ansible, but now luck. Can someone guide >

[ovirt-users] Trouble migrating the websocket-proxy / Trying to make VM-Portal publicly available

2021-05-02 Thread tivon . haeberlein
Hi community, I hope you can help me on this one. My oVirt cluster is deployed on an internal network (10.1.30.0/24). At the moment I am trying to make the VM-Portal publicly available so people can administer their vms with the portal and noVNC. I have read the oVirt Documentation (as well as

[ovirt-users] Re: error id 980

2021-05-02 Thread ozmen62
I've checed every log. Should i look for something special. ___ 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:

[ovirt-users] Ovirt 4.4.6 - Automate disable of default reboot of host add

2021-05-02 Thread Don Dupuis
Hi I install alot of hosts via python sdk. My scripts were working perfectly in 4.3. Now in 4.4 the hosts reboot by default on installation and I don't want this. I have tried in python and in ansible, but now luck. Can someone guide me on the best way to achieve this? Thanks Don

[ovirt-users] Re: [OLVM] Host non responsive after installation

2021-05-02 Thread Alan Daniels
Logs can be found here: https://www.dropbox.com/s/vdvkj7kp0d4d73v/vdsmlogs.tar.gz?dl=0 Couldn't attach them directly due to size limits. Thanks! - Alan On Fri, Apr 30, 2021 at 3:06 AM Ales Musil wrote: > > > On Wed, Apr 28, 2021 at 3:09 PM wrote: > >> oVirt version: 4.3 >> -

[ovirt-users] Re: How to assign a server disk and nic profile via REST API?

2021-05-02 Thread Shani Leviim
You can follow this example: http://ovirt.github.io/ovirt-engine-api-model/master/#_create_a_virtual_machine_nic Have you tried creating first the VM without the NIC and then creating its nic with POST /ovirt-engine/api/vms/#id/nics ? *Regards,* *Shani Leviim* On Sun, May 2, 2021 at 1:14 PM

[ovirt-users] Re: How to assign a server disk and nic profile via REST API?

2021-05-02 Thread Shani Leviim
For updating VMs, use PUT instead of POST http://ovirt.github.io/ovirt-engine-api-model/master/#services/vm/methods/update *Regards,* *Shani Leviim* On Sun, May 2, 2021 at 10:29 AM wrote: > Temporary solution for me is: > > PUT /ovirt-engine/api/vms/$serverID/nics/$nicID > > >

[ovirt-users] Re%3A how to enable HA for all vms and entire cluster at global settings=<20210429060341.18703.30460%40mail.ovirt.org>

2021-05-02 Thread Tivon Häberlein
Hi, I haven't found a global option to set this. You'll have to do it vm after vm, which isn't a bad thing in my opinion as you'll have to reboot every vm after enabling HA anyways. For new VMs depending on your workflow I'd create a template or an instance type with HA enabled. You can also

[ovirt-users] Re: How to assign a server disk and nic profile via REST API?

2021-05-02 Thread ovirt . org
Temporary solution for me is: PUT /ovirt-engine/api/vms/$serverID/nics/$nicID ovirtmgmt_25 virtio But this solution is not optional, i need set this on "create VM". Ad this to: POST /ovirt-engine/api/vms

[ovirt-users] How i can set vnic while Create VM

2021-05-02 Thread ovirt . org
How i can set vnic while Create VM via rest-api? I mean this (on screenshot), how to via rest-api? https://prnt.sc/126trb8 Thanks very much. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy

[ovirt-users] Re: How to assign a server disk and nic profile via REST API?

2021-05-02 Thread ovirt . org
This is to add a secondary additional vnic. I don't need that. I want to change exist something primary vnic, not add it. Optional i need set this vnic while "create VM". I want set this from screenshot on create VM setting. https://prnt.sc/126trb8

[ovirt-users] Re: Unable to migrate Engine to another HE Host

2021-05-02 Thread Yedidyah Bar David
On Sat, May 1, 2021 at 6:46 PM Strahil Nikolov via Users wrote: > > As we have tested off the list, it seems that the symbolic link in > /var/lib/vdsm that ovirt-ha-agent/broker create was missing. > Yet migration succeeds, but the donor host looses score as the vm 'died > unexpectedly'. > >