[ovirt-users] Re: Reinstall failed on 4.4.1.1 with custom kernel settings

2020-07-22 Thread Yedidyah Bar David
On Wed, Jul 22, 2020 at 12:10 PM Marco Marino wrote: > > Yes, it seems. Thank you. > Anyway, I'm checking ansible playbook: > /usr/share/ovirt-engine/ansible-runner-service-project/project/roles/ovirt-host-deploy-facts/tasks/main.yml > (line 2): > > - name: Detect host operating system >

[ovirt-users] Re: Reinstall failed on 4.4.1.1 with custom kernel settings

2020-07-22 Thread Marco Marino
Yes, it seems. Thank you. Anyway, I'm checking ansible playbook: /usr/share/ovirt-engine/ansible-runner-service-project/project/roles/ovirt-host-deploy-facts/tasks/main.yml (line 2): - name: Detect host operating system set_fact: el_ver: "{{ ansible_distribution_major_version|int if

[ovirt-users] Re: Reinstall failed on 4.4.1.1 with custom kernel settings

2020-07-22 Thread Yedidyah Bar David
On Wed, Jul 22, 2020 at 11:53 AM Marco Marino wrote: > > Hi, > my logs as attachment. Please note that each file has a suffix like "host1_" > or "engine_" that means from which server log come from. > Anyway, in engine_host1_deploy.log I see an error during the playbook > execution:

[ovirt-users] Re: Reinstall failed on 4.4.1.1 with custom kernel settings

2020-07-22 Thread Marco Marino
Hi, my logs as attachment. Please note that each file has a suffix like "host1_" or "engine_" that means from which server log come from. Anyway, in engine_host1_deploy.log I see an error during the playbook execution: "module_stdout" : "/bin/sh: /usr/bin/python2: No such file or directory\r\n"

[ovirt-users] Re: Reinstall failed on 4.4.1.1 with custom kernel settings

2020-07-22 Thread Yedidyah Bar David
On Wed, Jul 22, 2020 at 11:11 AM wrote: > > Hi, after the upgrade from 4.4.1 to 4.4.1.1, it seems that I cannot reinstall > adding custom kernel settings. In my case, I'm trying to add > "ixgbe.allow_unsupported_sfp=1" to cmdline but reinstall process fails > without showing any relevant error