On Wed, Jul 22, 2020 at 12:10 PM Marco Marino <mmar...@extraordy.com> 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
>   set_fact:
>     el_ver: "{{ ansible_distribution_major_version|int
>         if ansible_distribution == 'RedHat' or ansible_distribution == 
> 'CentOS'
>         else 0 }}"
>     fc_ver: "{{ ansible_distribution_major_version|int
>         if ansible_distribution == 'Fedora'
>         else 0 }}"
>
>
> The same playbook gives 2 different results: el_ver = 4 for ovirt 4.4.1.1 and 
> el_ver=8 for ovirt 4.4.1. I don't know how this ansible task works but I can 
> say that the content of /etc/redhat-release is the same for both nodes. 
> Really strange!

Please see comment 13 in the bug. Ansible checks /etc/os-release . I
think it's enough if you manually edit this file and retry
installation - but your editing might be overwritten later, so please
wait for an official fix for production setups.

Best regards,

>
> Anyway, thank you for your support.
> Best regards,
> Marco
>
> On Wed, Jul 22, 2020 at 11:02 AM Yedidyah Bar David <d...@redhat.com> wrote:
>>
>> On Wed, Jul 22, 2020 at 11:53 AM Marco Marino <mmar...@extraordy.com> 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: "module_stdout" : "/bin/sh: /usr/bin/python2: No such file or 
>> > directory\r\n"
>> > Many questions on this: 1) Why python2 is needed? 2) Why reinstall process 
>> > works on version 4.4.1 even though python2 is missing on 4.4.1?
>>
>> Seems like you ran into:
>>
>> https://bugzilla.redhat.com/1858234
>>
>> Adding Lev.
>>
>> Best regards,
>>
>> >
>> > Thank you,
>> > Marco
>> >
>> > On Wed, Jul 22, 2020 at 10:15 AM Yedidyah Bar David <d...@redhat.com> 
>> > wrote:
>> >>
>> >> On Wed, Jul 22, 2020 at 11:11 AM <mmar...@extraordy.com> 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 in /var/log/vdsm/vdsm.log.
>> >>
>> >> Can you please check/share other logs? Including all of
>> >> /var/log/ovirt-engine (on the engine machine)?
>> >>
>> >> > I did the same test on version 4.4.1 and it works without problems. On 
>> >> > version 4.4.1 I tried to (1) add a parameter with reinstall, (2) add a 
>> >> > second parameter and reinstall, (3) remove all params and reinstall and 
>> >> > (4) finally add only one custom param with reinstall. All tests are ok 
>> >> > on version 4.4.1 and the problem happens only on version 4.4.1.1.
>> >> > Please, have you some idea on how to solve the issue? Is this a bug?
>> >>
>> >> Sounds like one to me.
>> >>
>> >> Best regards,
>> >> --
>> >> Didi
>> >>
>> >
>> >
>> > --
>> > Ai sensi dell'articolo 13 del Regolamento UE, n. 2016/679 (GDPR) si 
>> > informa che Titolare del trattamento dei Suoi dati personali, anche 
>> > particolari, compreso l'indirizzo di posta elettronica, è la EXTRAORDY 
>> > S.r.l.. E' possibile revocare il consenso in qualsiasi momento senza 
>> > pregiudicare la liceità del trattamento basata sul consenso prestato prima 
>> > della revoca, nonché proporre reclamo all'Autorità di controllo. Agli 
>> > interessati sono riconosciuti i diritti di cui agli artt. 15 ss. del 
>> > Regolamento UE, n. 2016/679 e in particolare di chiedere al titolare del 
>> > trattamento l'accesso ai dati personali e la rettifica o la cancellazione 
>> > degli stessi o la limitazione del trattamento o la portabilità dei dati 
>> > che lo riguardano o di opporsi al loro trattamento rivolgendo le richieste 
>> > inviando un messaggio al seguente indirizzo e-mail priv...@extraordy.com.
>>
>>
>>
>> --
>> Didi
>>
>
>
> --
> Ai sensi dell'articolo 13 del Regolamento UE, n. 2016/679 (GDPR) si informa 
> che Titolare del trattamento dei Suoi dati personali, anche particolari, 
> compreso l'indirizzo di posta elettronica, è la EXTRAORDY S.r.l.. E' 
> possibile revocare il consenso in qualsiasi momento senza pregiudicare la 
> liceità del trattamento basata sul consenso prestato prima della revoca, 
> nonché proporre reclamo all'Autorità di controllo. Agli interessati sono 
> riconosciuti i diritti di cui agli artt. 15 ss. del Regolamento UE, n. 
> 2016/679 e in particolare di chiedere al titolare del trattamento l'accesso 
> ai dati personali e la rettifica o la cancellazione degli stessi o la 
> limitazione del trattamento o la portabilità dei dati che lo riguardano o di 
> opporsi al loro trattamento rivolgendo le richieste inviando un messaggio al 
> seguente indirizzo e-mail priv...@extraordy.com.



-- 
Didi
_______________________________________________
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/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/YASNM3TGT5SVUHBAUYRJHATDYJWKF7HN/

Reply via email to