[ovirt-devel] Re: CI cannot find ioprocess package

2020-09-09 Thread Nir Soffer
On Wed, Sep 9, 2020 at 10:41 AM Vojtech Juranek  wrote:
>
> Hi,
> CI fails quite often with
>
> Error: Unable to find a match: python3-ioprocess-1.4.1

It was fixed in master and 4.3 today. The issue was an old requirement
in automation for ioprocess-1.4.1. Eyal published 1.4.2 2 days ago, and for
some reason 1.4.1 was removed from the repos, breaking the requirement.

Since we have now copr repo, the builds are available few minutes after merging,
there should not be any reason to add such requirements in automation.

>
> see e.g. [1, 2].
> Can someone please take a look?
> Thanks
> Vojta
>
> [1] https://jenkins.ovirt.org/job/vdsm_standard-check-patch/23502
> [2] 
> https://jenkins.ovirt.org/job/vdsm_standard-check-patch/23503___
> Devel mailing list -- devel@ovirt.org
> To unsubscribe send an email to devel-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/devel@ovirt.org/message/SYN66JCV4GPYS3JK6XQB6X4ZAJH3QU7E/
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/FXK4WK3D7Q2ZJJYUMTQWPSBSLCY57J6N/


[ovirt-devel] Re: [ARM64] Possiblity to support oVirt on ARM64

2020-09-09 Thread Sandro Bonazzola
Il giorno dom 19 lug 2020 alle ore 16:04 Zhenyu Zheng <
zhengzhenyul...@gmail.com> ha scritto:

> Hi oVirt,
>
> We are currently trying to make oVirt work on ARM64 platform, since I'm
> quite new to oVirt community, I'm wondering what is the current status
> about ARM64 support in the oVirt upstream, as I saw the oVirt Wikipedia
> page mentioned there is an ongoing efforts to support ARM platform. We have
> a small team here and we are willing to also help to make this work.
>
>

Hi, nice to see this initiative. I'd like to loop you in with Joey Ma who
also is working on porting to ARM.
There's an ongoing effort for Open Euler Virt SIG about this:
- https://www.youtube.com/watch?v=fdG8_uMt-IM=youtu.be
- https://gitee.com/openeuler/community/tree/master/sig/Virt

Vincent Van der Kussen  is also working on
porting to ARM (https://twitter.com/kbsingh/status/335023164289601536)


Dennis Gilmore 
reported
success in running ovirt-engine on aarch64 too.

It would be nice to see an interest group working together on this.

-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com


*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.
*
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/KRUU25BQB4FCMVB6VUZO5RDJAHGMIBGS/


[ovirt-devel] Re: isort errors while make install

2020-09-09 Thread Yedidyah Bar David
On Wed, Sep 9, 2020 at 2:11 PM Benny Zlotnik  wrote:
>
> IIRC the issue is the rules are different for fedora and centos, so we
> had to make it comply with centos to avoid breaking CI, the workaround
> is to just remove isort from the development machine

I think you can also run
make ISORT=nonexistent ...

Because the code calling it checks:

if ! which "${ISORT}" > /dev/null 2>&1; then

>
> On Wed, Sep 9, 2020 at 2:02 PM Prajith Kesava Prasad
>  wrote:
> >
> > Hi,
> >
> > everytime i clone and run make install i get this error, as a workaround i 
> > remove them and re-run which works fine, but i wanted to know the root 
> > cause, i thought it was because  i pulled a wrong head ref?, or is it a 
> > common issue?
> > ```
> > packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/config/aaajdbc.py:249:21
> >  '...'.format(...) has unused named argument(s): profile
> > packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/upgrade/auth_url_validation.py:75:13
> >  '...'.format(...) has unused named argument(s): ownConnection
> > + echo ERROR: The following check failed:
> > ERROR: The following check failed:
> > ```

This does not look like an isort issue, but a pep8/codestyle/pyflakes one.

Now reproduced (had to upgrade my virtualenv-/pip-installed
pycodestyle for this).

I'll push a patch later.

> >
> >
> > Regards,
> > Prajith
> > ___
> > Devel mailing list -- devel@ovirt.org
> > To unsubscribe send an email to devel-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/devel@ovirt.org/message/BEEW6XOPFQMAKIV26U5O6IQG4DQ6LGO3/
> ___
> Devel mailing list -- devel@ovirt.org
> To unsubscribe send an email to devel-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/devel@ovirt.org/message/K6U6A3PPCW6IZ7Z6D22QTWIA72WLCFYK/



-- 
Didi
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/HRZZ3BO3K42EE5SC55LIDDGOYHDA3YGG/


[ovirt-devel] Re: isort errors while make install

2020-09-09 Thread Benny Zlotnik
IIRC the issue is the rules are different for fedora and centos, so we
had to make it comply with centos to avoid breaking CI, the workaround
is to just remove isort from the development machine

On Wed, Sep 9, 2020 at 2:02 PM Prajith Kesava Prasad
 wrote:
>
> Hi,
>
> everytime i clone and run make install i get this error, as a workaround i 
> remove them and re-run which works fine, but i wanted to know the root cause, 
> i thought it was because  i pulled a wrong head ref?, or is it a common issue?
> ```
> packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/config/aaajdbc.py:249:21
>  '...'.format(...) has unused named argument(s): profile
> packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/upgrade/auth_url_validation.py:75:13
>  '...'.format(...) has unused named argument(s): ownConnection
> + echo ERROR: The following check failed:
> ERROR: The following check failed:
> ```
>
>
> Regards,
> Prajith
> ___
> Devel mailing list -- devel@ovirt.org
> To unsubscribe send an email to devel-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/devel@ovirt.org/message/BEEW6XOPFQMAKIV26U5O6IQG4DQ6LGO3/
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/K6U6A3PPCW6IZ7Z6D22QTWIA72WLCFYK/


[ovirt-devel] ovirt-engine has been tagged (ovirt-engine-4.4.3.2)

2020-09-09 Thread Tal Nisan

___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/MLJ26RT542PU2WHIIVIPOMQFHAKMD7Q5/


[ovirt-devel] isort errors while make install

2020-09-09 Thread Prajith Kesava Prasad
Hi,

everytime i clone and run make install i get this error, as a workaround i
remove them and re-run which works fine, but i wanted to know the root
cause, i thought it was because  i pulled a wrong head ref?, or is it a
common issue?
```
packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/config/aaajdbc.py:249:21
'...'.format(...) has unused named argument(s): profile
packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/upgrade/auth_url_validation.py:75:13
'...'.format(...) has unused named argument(s): ownConnection
+ echo ERROR: The following check failed:
ERROR: The following check failed:
```


Regards,
Prajith
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/BEEW6XOPFQMAKIV26U5O6IQG4DQ6LGO3/


[ovirt-devel] CI cannot find ioprocess package

2020-09-09 Thread Vojtech Juranek
Hi,
CI fails quite often with

Error: Unable to find a match: python3-ioprocess-1.4.1

see e.g. [1, 2].
Can someone please take a look?
Thanks
Vojta

[1] https://jenkins.ovirt.org/job/vdsm_standard-check-patch/23502
[2] https://jenkins.ovirt.org/job/vdsm_standard-check-patch/23503

signature.asc
Description: This is a digitally signed message part.
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/SYN66JCV4GPYS3JK6XQB6X4ZAJH3QU7E/