ovirt node install

Hello, on the latest version of the oVirt-node install running nodectl info gives the error Traceback (most recent call last): File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/usr/lib/python2.7/site-packages/nodectl/__main__.py", line 42, in <module> CliApplication() File "/usr/lib/python2.7/site-packages/nodectl/__init__.py", line 200, in CliApplication return cmdmap.command(args) File "/usr/lib/python2.7/site-packages/nodectl/__init__.py", line 118, in command return self.commands[command](**kwargs) File "/usr/lib/python2.7/site-packages/nodectl/__init__.py", line 76, in info Info(self.imgbased, self.machine).write() File "/usr/lib/python2.7/site-packages/nodectl/info.py", line 46, in __init__ self._fetch_information() File "/usr/lib/python2.7/site-packages/nodectl/info.py", line 49, in _fetch_information self._get_bootloader_info() File "/usr/lib/python2.7/site-packages/nodectl/info.py", line 62, in _get_bootloader_info bootinfo["entries"][k] = v.__dict__ AttributeError: 'list' object has no attribute '__dict__' Also what is the correct way to update from ovirt node 4.2 to 4.3? I used yum install https://resources.ovirt.org/pub/ovirt-4.3/rpm/el7/noarch/ovirt-node-ng-image... I then did yum erase ovirt-release42 and rm /etc/yum.repos.d/ovirt-4.2* Regards, Paul S. To view the terms under which this email is distributed, please go to:- http://leedsbeckett.ac.uk/disclaimer/email/

You just hit [1] - can you try this with the latest 4.3.5 ? [1] https://bugzilla.redhat.com/show_bug.cgi?id=1728998 On Tue, Aug 13, 2019 at 6:57 PM Staniforth, Paul < P.Staniforth@leedsbeckett.ac.uk> wrote:
Hello,
on the latest version of the oVirt-node install running nodectl info gives the error
Traceback (most recent call last): File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/usr/lib/python2.7/site-packages/nodectl/__main__.py", line 42, in <module> CliApplication() File "/usr/lib/python2.7/site-packages/nodectl/__init__.py", line 200, in CliApplication return cmdmap.command(args) File "/usr/lib/python2.7/site-packages/nodectl/__init__.py", line 118, in command return self.commands[command](**kwargs) File "/usr/lib/python2.7/site-packages/nodectl/__init__.py", line 76, in info Info(self.imgbased, self.machine).write() File "/usr/lib/python2.7/site-packages/nodectl/info.py", line 46, in __init__ self._fetch_information() File "/usr/lib/python2.7/site-packages/nodectl/info.py", line 49, in _fetch_information self._get_bootloader_info() File "/usr/lib/python2.7/site-packages/nodectl/info.py", line 62, in _get_bootloader_info bootinfo["entries"][k] = v.__dict__ AttributeError: 'list' object has no attribute '__dict__'
Also what is the correct way to update from ovirt node 4.2 to 4.3?
I used
yum install https://resources.ovirt.org/pub/ovirt-4.3/rpm/el7/noarch/ovirt-node-ng-image...
I then did yum erase ovirt-release42 and rm /etc/yum.repos.d/ovirt-4.2*
Regards, Paul S. To view the terms under which this email is distributed, please go to:- http://leedsbeckett.ac.uk/disclaimer/email/
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/GNXDVTU66ZUFIR...

Sorry for the confusion this is with the latest node 4.3.5.2-1.el7 It didn't have this problem in 4.3.4-1 Regards, Paul S. ________________________________ From: Yuval Turgeman <yturgema@redhat.com> Sent: 19 August 2019 16:00 To: Staniforth, Paul Cc: users@ovirt.org Subject: Re: [ovirt-users] ovirt node install You just hit [1] - can you try this with the latest 4.3.5 ? [1] https://bugzilla.redhat.com/show_bug.cgi?id=1728998<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugzilla.redhat.com%2Fshow_bug.cgi%3Fid%3D1728998&data=02%7C01%7CP.Staniforth%40leedsbeckett.ac.uk%7Ccb4a70ba63564c54afae08d724b60d07%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637018236630313882&sdata=vaXYJA4TCU8%2BTtNkT5duhnUPKq9vbgR%2FPuttuV6mmNg%3D&reserved=0> On Tue, Aug 13, 2019 at 6:57 PM Staniforth, Paul <P.Staniforth@leedsbeckett.ac.uk<mailto:P.Staniforth@leedsbeckett.ac.uk>> wrote: Hello, on the latest version of the oVirt-node install running nodectl info gives the error Traceback (most recent call last): File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/usr/lib/python2.7/site-packages/nodectl/__main__.py", line 42, in <module> CliApplication() File "/usr/lib/python2.7/site-packages/nodectl/__init__.py", line 200, in CliApplication return cmdmap.command(args) File "/usr/lib/python2.7/site-packages/nodectl/__init__.py", line 118, in command return self.commands[command](**kwargs) File "/usr/lib/python2.7/site-packages/nodectl/__init__.py", line 76, in info Info(self.imgbased, self.machine).write() File "/usr/lib/python2.7/site-packages/nodectl/info.py", line 46, in __init__ self._fetch_information() File "/usr/lib/python2.7/site-packages/nodectl/info.py", line 49, in _fetch_information self._get_bootloader_info() File "/usr/lib/python2.7/site-packages/nodectl/info.py", line 62, in _get_bootloader_info bootinfo["entries"][k] = v.__dict__ AttributeError: 'list' object has no attribute '__dict__' Also what is the correct way to update from ovirt node 4.2 to 4.3? I used yum install https://resources.ovirt.org/pub/ovirt-4.3/rpm/el7/noarch/ovirt-node-ng-image-update-4.3.4-1.el7.noarch.rpm<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fresources.ovirt.org%2Fpub%2Fovirt-4.3%2Frpm%2Fel7%2Fnoarch%2Fovirt-node-ng-image-update-4.3.4-1.el7.noarch.rpm&data=02%7C01%7CP.Staniforth%40leedsbeckett.ac.uk%7Ccb4a70ba63564c54afae08d724b60d07%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637018236630323877&sdata=0g3Cr5qjVB3eDBX%2FlSp98KmplNW0oKhBinZxr3GcYio%3D&reserved=0> I then did yum erase ovirt-release42 and rm /etc/yum.repos.d/ovirt-4.2* Regards, Paul S. To view the terms under which this email is distributed, please go to:- http://leedsbeckett.ac.uk/disclaimer/email/ _______________________________________________ Users mailing list -- users@ovirt.org<mailto:users@ovirt.org> To unsubscribe send an email to users-leave@ovirt.org<mailto:users-leave@ovirt.org> Privacy Statement: https://www.ovirt.org/site/privacy-policy/<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ovirt.org%2Fsite%2Fprivacy-policy%2F&data=02%7C01%7CP.Staniforth%40leedsbeckett.ac.uk%7Ccb4a70ba63564c54afae08d724b60d07%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637018236630323877&sdata=nzU1xireBn43irSDcgY9zsmUYNDbPHMd6t%2BYEd4Ucb4%3D&reserved=0> oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ovirt.org%2Fcommunity%2Fabout%2Fcommunity-guidelines%2F&data=02%7C01%7CP.Staniforth%40leedsbeckett.ac.uk%7Ccb4a70ba63564c54afae08d724b60d07%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637018236630333870&sdata=nLNeOX%2Fo7hfDkmdmDbgIbHgeroZq18pWRUpCuROSLvQ%3D&reserved=0> List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/GNXDVTU66ZUFIRTHTNB2RPBGVYIFYLF5/<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.ovirt.org%2Farchives%2Flist%2Fusers%40ovirt.org%2Fmessage%2FGNXDVTU66ZUFIRTHTNB2RPBGVYIFYLF5%2F&data=02%7C01%7CP.Staniforth%40leedsbeckett.ac.uk%7Ccb4a70ba63564c54afae08d724b60d07%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637018236630333870&sdata=z0zft6Z4HZWwH9E3Wtw51P84Sc%2FAUFYGAyF%2BAAQrXxI%3D&reserved=0> To view the terms under which this email is distributed, please go to:- http://leedsbeckett.ac.uk/disclaimer/email/

I concur with Paul, I got the same from fresh installs of the oVirt node image created August 5th on all instances.

Looks like the fix missed the release, it will be fixed on the next version. For now, you can try to either install the latest nightly iso, or manually install the latest ovirt-node-ng-nodectl rpm on your existing installation On Monday, August 19, 2019, <thomas@hoberg.net> wrote:
I concur with Paul, I got the same from fresh installs of the oVirt node image created August 5th on all instances. _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community- guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/ message/RT2QR3MCXJUYTLXBJBUQUR2J5ACF6P45/

same result on 4.3.6-rc1, and the manual update to ovirt-node-ng-nodectl noarch 4.4.0-0.20190820.0.el7 fixes it there. Didn't try it on the 'production' 4.3.5 variant, but would assume it works there, too.
participants (3)
-
Staniforth, Paul
-
thomas@hoberg.net
-
Yuval Turgeman