[ovirt-users] Re: Hosted Engine ansible runner artifacts cleanup

2021-10-05 Thread Martin Perina
On Wed, Oct 6, 2021 at 7:50 AM Yedidyah Bar David wrote: > On Tue, Oct 5, 2021 at 8:50 PM Erez Zarum wrote: > > > > Hey, > > No, i am talking about the ansible-runner artifacts, when the > ovirt-engine runs a playbook (which is a task in the webui for example), it > creates a folder in /usr/shar

[ovirt-users] Re: Hosted Engine ansible runner artifacts cleanup

2021-10-05 Thread Yedidyah Bar David
On Tue, Oct 5, 2021 at 8:50 PM Erez Zarum wrote: > > Hey, > No, i am talking about the ansible-runner artifacts, when the ovirt-engine > runs a playbook (which is a task in the webui for example), it creates a > folder in /usr/share/ovirt-engine/ansible-runner/artifacts for each run. Thanks for

[ovirt-users] Deploying ovirt+gluster hyperconverged with standalone engine

2021-10-05 Thread J W
I'm looking for the proper steps to deploy ovirt+gluster hyperconverged with standalone engine as the scenario doesn't seem to be covered here: https://www.ovirt.org/documentation/gluster-hyperconverged/chap-Deploying_Hyperconverged.html I have attempted to: 1) Deploy standalone engine 2) deploy

[ovirt-users] Re: fresh hyperconverged Gluster setup failed in ovirt 4.4.8

2021-10-05 Thread Eddie Garcia
I have been having this issue as well with no solution working but I came across something interesting. In selinux-policy 3.14.3-77 they removed the glusterd selinux module. https://centos.pkgs.org/8-stream/centos-baseos-x86_64/selinux-policy-3.14.3-78.el8.noarch.rpm.html so that policy doesn exi

[ovirt-users] Re: qemu-guest-agent not reporting IP address on boot?

2021-10-05 Thread Schreuders, Cliffe
Thank you. It does look like that bug could be related. I had an earlier version of the VM template which continued to work correctly, and an updated version (via apt-get dist-upgrade) that did not report IP addresses correctly. I suspected that it might be related to the new ovirt/qemu user ag

[ovirt-users] Import ISCSI target as data domain, cannot see old data

2021-10-05 Thread joyzhao93
Hi Team, Hope you are doing well. I had a standalone Ovirt Engine with 2 hosts, one 2TB ISCSI data domain (dell equallogic). Today the Ovirt Engine machine crashed so we have to bring up a new one, setup is good and when I try to import ISCSI data domain I can see volumes/Luns, but after import

[ovirt-users] Engine backup / restore

2021-10-05 Thread duparchy
Hi, I'm testing Backup / Restore of the engine. Once the engine is restored ; how to resync the engine database with the "reality" of the Storage Domains ? (I'm talking about anything that could have been done after the engine backup : Deleted / Created VMs ; Snapshots taken since the backup

[ovirt-users] Re: API how to increase extend resize disk VM

2021-10-05 Thread ovirt . org
I try this: PUT https://ovirt.domain.com/ovirt-engine/api/vms/678faf6f-fa5f-4785-a365-e1b85925575f/diskattachments/f770c0d1-dd0d-40a8-a69a-a63d8db5c2cc true true 30737418240 I recieve: Request syntactically incorrect. Status code was 400 and not [200]: HTTP Error 400: Bad Reques

[ovirt-users] Re: Hosted Engine ansible runner artifacts cleanup

2021-10-05 Thread Erez Zarum
Hey, No, i am talking about the ansible-runner artifacts, when the ovirt-engine runs a playbook (which is a task in the webui for example), it creates a folder in /usr/share/ovirt-engine/ansible-runner/artifacts for each run. There's a config.yml in /etc/ansible-runner-service but for some reaso

[ovirt-users] Re: Hosted Engine ansible runner artifacts cleanup

2021-10-05 Thread Martin Necas
Hi, if you are talking about the `/var/log/ovirt-engine/ansible-runner-service.log`. The logrotate is located in `/etc/logrotate.d/ansible-runner-service` and should archive weekly. Should work automatically from ansible-runner-service 1.0.7. The logroate includes daily the `/etc/logrotate.d` in

[ovirt-users] Re: API how to increase extend resize disk VM

2021-10-05 Thread Vojtech Juranek
On Tuesday, 5 October 2021 15:44:40 CEST ovirt@nevim.eu wrote: > But for me there is no element for the value of space. It looks something > like this: > href="/ovirt-engine/api/vms/678faf6f-fa5f-4785-a365-e1b85925575f/diskattach > ments/f770c0d1-dd0d-40a8-a69a-a63d8db5c2cc" > id="f770c0d1-d

[ovirt-users] Re: Hosted Engine ansible runner artifacts cleanup

2021-10-05 Thread Yedidyah Bar David
On Tue, Oct 5, 2021 at 3:54 PM Erez Zarum wrote: > > Hey, > the ovirt-engine runs ansible playbooks and uses the ansible-runner project, > what happens is that if you have a lot of tasks the artifacts of > ansible-runner fills up the disk space of the ovirt-engine. > They are located in /usr/sha

[ovirt-users] Re: API how to increase extend resize disk VM

2021-10-05 Thread ovirt . org
But for me there is no element for the value of space. It looks something like this: true true virtio_scsi false false false So is it not possible to increase extend space using the API in ovirt? ___ Users mailing list -- users@ovirt.org To unsubsc

[ovirt-users] Re: Hosted Engine ansible runner artifacts cleanup

2021-10-05 Thread Erez Zarum
Hey, the ovirt-engine runs ansible playbooks and uses the ansible-runner project, what happens is that if you have a lot of tasks the artifacts of ansible-runner fills up the disk space of the ovirt-engine. They are located in /usr/share/ovirt-engine/ansible-runner There's a config in /etc/ansibl

[ovirt-users] Re: API how to increase extend resize disk VM

2021-10-05 Thread Vojtech Juranek
On Tuesday, 5 October 2021 09:47:45 CEST ovirt@nevim.eu wrote: > This is informations from apidoc > https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.3/ht > ml-single/rest_api_guide/index#services-disk-methods-update which says "The only field that can be updated is qcow_v

[ovirt-users] Re: importing an ovirt vm via the API for "Virtual Appliance OVA"

2021-10-05 Thread Vojtech Juranek
On Monday, 4 October 2021 21:56:53 CEST Divan Santana wrote: > Vojtech Juranek writes: > > On Friday, 1 October 2021 07:51:56 CEST di...@santanas.co.za wrote: > >> Hi oVirt Team, > >> > >> Reading the API docs > >> > >> http://ovirt.github.io/ovirt-engine-api-model/4.3/#services/external_vm_i >

[ovirt-users] Re: API how to increase extend resize disk VM

2021-10-05 Thread ovirt . org
This is informations from apidoc https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.3/html-single/rest_api_guide/index#services-disk-methods-update Here is example: qcow2_v3 But this not working if i change to this: {{ new size > actual size }} OR {{ new size >

[ovirt-users] Re: API how to increase extend resize disk VM

2021-10-05 Thread ovirt . org
https://ovirt.mydomains/ovirt-engine/apidoc/#/ is not working (page is blank, has ovirt horizontal menu, but content is empty). You may mean the page https://ovirt.mydomains/ovirt-engine/apidoc/#/services/disk/methods/update It works for me, but the information I see on it seems insufficient (u

[ovirt-users] Re: COarse-grained LOck-stepping for oVirt

2021-10-05 Thread Harry O
Does anyone know how COLO would be implemented manually? ___ 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