[ovirt-users] Re: How I'd like to contribute

2022-03-02 Thread Martin Necas
m a seasoned Python >> programmer. >> > > Here you are in the right place for helping answering questions and > troubleshooting users' issues. > I would redirect you to the devel mailing list at > https://lists.ovirt.org/archives/list/de...@ovirt.org/ for helping with >

[ovirt-users] Re: after restore check for upgrade fails

2021-11-09 Thread Martin Necas
Hmm does not look like major changes except the stream, do you have some error in httpd? /var/log/httpd/error_log Martin Necas On Tue, Nov 9, 2021 at 12:12 PM Staniforth, Paul < p.stanifo...@leedsbeckett.ac.uk> wrote: > ansible-runner-service-1.0.7-1.el8.noarch > python3-ansible-ru

[ovirt-users] Re: after restore check for upgrade fails

2021-11-09 Thread Martin Necas
Hi, what is your version of runner and runner service? rpm -qa "*ansible-runner*" It is a bit strange that the /var/log/ovirt-engine/ansible-runner-service.log does not exist. >From which version did you upgrade the engine? Have you run the engine-setup after the restore? Martin

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

2021-10-05 Thread Martin Necas
` in `/etc/cron.daily/logrotate` so it should be loaded. It is possible that you have broken the logrotate/cron. Martin Necas On Tue, Oct 5, 2021 at 4:19 PM Yedidyah Bar David wrote: > On Tue, Oct 5, 2021 at 3:54 PM Erez Zarum wrote: > > > > Hey, > > the ovirt-engine runs ansib

[ovirt-users] Re: poweroff and reboot with ovirt_vm ansible module

2021-05-14 Thread Martin Necas
You are not providing any other parameters that's why it does not reboot. In ansible, you are inputting what state you want to have the machine. Let's say that you have some running VM with 2GiB of RAM and you want to change it to 4GiB. If you will start the playbook for the first time it will

[ovirt-users] Re: poweroff and reboot with ovirt_vm ansible module

2021-05-14 Thread Martin Necas
On Fri, May 14, 2021 at 6:57 PM Martin Necas wrote: > Hi Alessio, > > I just tested it and it seems to be working without a problem. > > To explain the examples which you sent, might help. > > The `next_run: true` "prepares" the VM parameters and after reboot, th

[ovirt-users] Re: poweroff and reboot with ovirt_vm ansible module

2021-05-14 Thread Martin Necas
t task, so it has nothing to do. And as for the second example, with `state: next_run`, this updates the parameters and reboots automatically. Please check out if the VM does not already have boot_devices set to hard disk. Martin Necas On Fri, May 14, 2021 at 1:36 PM Alessio B. wrote: > Hi,

[ovirt-users] Re: Ansible ovirt_disk module: how to attach disk without activation

2020-06-16 Thread Martin Necas
recommend to create on the repo. [1] https://github.com/oVirt/ovirt-ansible-collection/pull/61 Martin Necas On Mon, Jun 15, 2020 at 11:57 PM Gianluca Cecchi wrote: > On Mon, Jun 15, 2020 at 11:47 PM Gianluca Cecchi < > gianluca.cec...@gmail.com> wrote: > >> >>

[ovirt-users] Re: Ansible ovirt.hosts has no port setting

2020-06-15 Thread Martin Necas
-collection/pull/60 Martin Necas ___ 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.org/community/about

[ovirt-users] Re: Deploy Hosted Engine fails at "Set VLAN ID at datacenter level"

2020-01-29 Thread Martin Necas
Hi, this issue was already submitted and I created the patch and already done backport for it. You can put the module from master to library until it's released with the patch. https://github.com/ansible/ansible/issues/66858 With regards, Martin Nečas Dne st 29. 1. 2020 10:07 uživatel Yedidyah