Python errors with ovirt 4.1.4

Hi Folks, I'm testing out the new version with the 4.1.4 ovirt iso and am getting errors directly after install: Last login: Wed Aug 2 10:17:56 2017 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 102, in motd machine_readable=True).output, self.machine).write() File "/usr/lib/python2.7/site-packages/nodectl/status.py", line 51, in __init__ self._update_info(status) File "/usr/lib/python2.7/site-packages/nodectl/status.py", line 78, in _update_info if "ok" not in status.lower(): AttributeError: Status instance has no attribute 'lower' Admin Console: https://192.168.122.61:9090/ The admin console seems to work fine. Are these issues serious or can they be ignored. BR/David

Hi, I have same error on my node install. Best regards, Misak Khachatryan, Network Administration and Monitoring Department Manager, GNC- ALFA CJSC 1 Khaghaghutyan str., Abovyan, 2201 Armenia Tel: +374 60 46 99 70 (9670), Mob.: +374 55 19 98 40 URL: www.rtarmenia.am On Wed, Aug 2, 2017 at 1:48 PM, david caughey <djc636@gmail.com> wrote:
Hi Folks,
I'm testing out the new version with the 4.1.4 ovirt iso and am getting errors directly after install:
Last login: Wed Aug 2 10:17:56 2017 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 102, in motd machine_readable=True).output, self.machine).write() File "/usr/lib/python2.7/site-packages/nodectl/status.py", line 51, in __init__ self._update_info(status) File "/usr/lib/python2.7/site-packages/nodectl/status.py", line 78, in _update_info if "ok" not in status.lower(): AttributeError: Status instance has no attribute 'lower' Admin Console: https://192.168.122.61:9090/
The admin console seems to work fine.
Are these issues serious or can they be ignored.
BR/David
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

On Wed, Aug 2, 2017 at 12:50 PM david caughey <djc636@gmail.com> wrote:
Hi Folks,
I'm testing out the new version with the 4.1.4 ovirt iso and am getting errors directly after install:
Last login: Wed Aug 2 10:17:56 2017 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 102, in motd machine_readable=True).output, self.machine).write() File "/usr/lib/python2.7/site-packages/nodectl/status.py", line 51, in __init__ self._update_info(status) File "/usr/lib/python2.7/site-packages/nodectl/status.py", line 78, in _update_info if "ok" not in status.lower(): AttributeError: Status instance has no attribute 'lower' Admin Console: https://192.168.122.61:9090/
The admin console seems to work fine.
Are these issues serious or can they be ignored.
Ignoring is never a good idea. Make sure you are using the latest version of nodectl. if this error exists in latest version, please file a bug for nodectl. Adding Ryan, he probably knows who owns this tool. Thanks for reporting. Nir

Hi David, It's a known bug in nodectl, it was addressed in [1]. If `imgbase check` is ok, your system should be fine. Thanks, Yuval. [1] https://gerrit.ovirt.org/#/c/80037/ On Wed, Aug 2, 2017 at 12:48 PM, david caughey <djc636@gmail.com> wrote:
Hi Folks,
I'm testing out the new version with the 4.1.4 ovirt iso and am getting errors directly after install:
Last login: Wed Aug 2 10:17:56 2017 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 102, in motd machine_readable=True).output, self.machine).write() File "/usr/lib/python2.7/site-packages/nodectl/status.py", line 51, in __init__ self._update_info(status) File "/usr/lib/python2.7/site-packages/nodectl/status.py", line 78, in _update_info if "ok" not in status.lower(): AttributeError: Status instance has no attribute 'lower' Admin Console: https://192.168.122.61:9090/
The admin console seems to work fine.
Are these issues serious or can they be ignored.
BR/David
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

--_000_150183947271654686leedsbeckettacuk_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I have 3 nodes and used the engine to update them to ovirt-node-ng-4.1.4-0.20170728.0 but the engine still reported a new update which I tried but it failed. On the nodes yum check-update showed an update for ovirt-node-ng-nodectl.noarch 4.1.4-0.20170728.0.el7 installing this produces the same errors when logging into the node or runn= ing nodectl motd. nodectl check and info where fine but the engine produced errors when check= ing for updates. I used yum history to rollback the ovirt-node-ng-nodectl.noarch. I now have no errors but strangely the engine reports 2 nodes have updates = available but not the 3rd which wasn't the one I did a nodectl update on. Regards, Paul S. ________________________________ From: users-bounces@ovirt.org <users-bounces@ovirt.org> on behalf of david = caughey <djc636@gmail.com> Sent: 02 August 2017 10:48 To: Users@ovirt.org Subject: [ovirt-users] Python errors with ovirt 4.1.4 Hi Folks, I'm testing out the new version with the 4.1.4 ovirt iso and am getting err= ors directly after install: Last login: Wed Aug 2 10:17:56 2017 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 102, in= motd machine_readable=3DTrue).output, self.machine).write() File "/usr/lib/python2.7/site-packages/nodectl/status.py", line 51, in __= init__ self._update_info(status) File "/usr/lib/python2.7/site-packages/nodectl/status.py", line 78, in _u= pdate_info if "ok" not in status.lower(): AttributeError: Status instance has no attribute 'lower' Admin Console: https://192.168.122.61:9090/ The admin console seems to work fine. Are these issues serious or can they be ignored. BR/David To view the terms under which this email is distributed, please go to:- http://disclaimer.leedsbeckett.ac.uk/disclaimer/disclaimer.html --_000_150183947271654686leedsbeckettacuk_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <html> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-= 1"> <style type=3D"text/css" style=3D"display:none"><!--P{margin-top:0;margin-b= ottom:0;} --></style> </head> <body dir=3D"ltr" style=3D"font-size:12pt;color:#000000;background-color:#F= FFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;"> <p>Hello,</p> <p> I have 3 nodes and used the eng= ine to update them to</p> <p><br> </p> <p>ovirt-node-ng-4.1.4-0.20170728.0 </p> <p><br> </p> <p>but the engine still reported a new update which I tried but it failed.<= /p> <p><br> </p> <p>On the nodes yum check-update showed an update for</p> <p><br> </p> <p>ovirt-node-ng-nodectl.noarch 4.1.4-0.20170728.0.el7</p> <p><br> </p> <p>installing this produces the same errors when logging into the node or r= unning nodectl motd.</p> <p>nodectl check and info where fine but the engine produced errors when ch= ecking for updates.</p> <p><br> </p> <p>I used yum history to rollback the ovirt-node-ng-nodectl.noarch.</p> <p><br> </p> <p>I now have no errors but strangely the engine reports&nbs= p;2 nodes have updates available but not the 3rd which = wasn't the one I did a nodectl update on.<br> </p> <p><br> </p> <p>Regards,</p> <p> Paul S.<br> </p> <p><br> </p> <div style=3D"color: rgb(33, 33, 33);"> <hr tabindex=3D"-1" style=3D"display:inline-block; width:98%"> <div id=3D"divRplyFwdMsg" dir=3D"ltr"><font style=3D"font-size:11pt" face= =3D"Calibri, sans-serif" color=3D"#000000"><b>From:</b> users-bounces@ovirt= .org <users-bounces@ovirt.org> on behalf of david caughey <djc636@= gmail.com><br> <b>Sent:</b> 02 August 2017 10:48<br> <b>To:</b> Users@ovirt.org<br> <b>Subject:</b> [ovirt-users] Python errors with ovirt 4.1.4</font> <div> </div> </div> <div> <div dir=3D"ltr"> <div class=3D"gmail_default" style=3D"font-family:"trebuchet ms",= sans-serif; font-size:small; color:rgb(51,102,255)"> Hi Folks,</div> <div class=3D"gmail_default" style=3D"font-family:"trebuchet ms",= sans-serif; font-size:small; color:rgb(51,102,255)"> <br> </div> <div class=3D"gmail_default" style=3D"font-family:"trebuchet ms",= sans-serif; font-size:small; color:rgb(51,102,255)"> I'm testing out the new version with the 4.1.4 ovirt iso and am getting err= ors directly after install:</div> <div class=3D"gmail_default" style=3D"font-family:"trebuchet ms",= sans-serif; font-size:small; color:rgb(51,102,255)"> <br> </div> <div class=3D"gmail_default" style=3D"font-family:"trebuchet ms",= sans-serif; font-size:small; color:rgb(51,102,255)"> <div class=3D"gmail_default">Last login: Wed Aug 2 10:17:56 2017</div=
<div class=3D"gmail_default">Traceback (most recent call last):</div> <div class=3D"gmail_default"> File "/usr/lib64/python2.7/runpy.p= y", line 162, in _run_module_as_main</div> <div class=3D"gmail_default"> "__main__", fname, loa= der, pkg_name)</div> <div class=3D"gmail_default"> File "/usr/lib64/python2.7/runpy.p= y", line 72, in _run_code</div> <div class=3D"gmail_default"> exec code in run_globals</div> <div class=3D"gmail_default"> File "/usr/lib/python2.7/site-pack= ages/nodectl/__main__.py", line 42, in <module></div> <div class=3D"gmail_default"> CliApplication()</div> <div class=3D"gmail_default"> File "/usr/lib/python2.7/site-pack= ages/nodectl/__init__.py", line 200, in CliApplication</div> <div class=3D"gmail_default"> return cmdmap.command(args)</div=
<div class=3D"gmail_default"> File "/usr/lib/python2.7/site-pack= ages/nodectl/__init__.py", line 118, in command</div> <div class=3D"gmail_default"> return self.commands[command](**= kwargs)</div> <div class=3D"gmail_default"> File "/usr/lib/python2.7/site-pack= ages/nodectl/__init__.py", line 102, in motd</div> <div class=3D"gmail_default"> machine_readable=3DTrue).output,= self.machine).write()</div> <div class=3D"gmail_default"> File "/usr/lib/python2.7/site-pack= ages/nodectl/status.py", line 51, in __init__</div> <div class=3D"gmail_default"> self._update_info(status)</div> <div class=3D"gmail_default"> File "/usr/lib/python2.7/site-pack= ages/nodectl/status.py", line 78, in _update_info</div> <div class=3D"gmail_default"> if "ok" not in status.= lower():</div> <div class=3D"gmail_default">AttributeError: Status instance has no attribu= te 'lower'</div> <div class=3D"gmail_default">Admin Console: <a href=3D"https://192.168.122.= 61:9090/"> https://192.168.122.61:9090/</a></div> <div><br> </div> <div>The admin console seems to work fine.</div> <div><br> </div> <div>Are these issues serious or can they be ignored.</div> <div><br> </div> <div>BR/David</div> </div> </div> </div> </div> To view the terms under which this email is distributed, please go to:- <br=
<a href=3D"http://disclaimer.leedsbeckett.ac.uk/disclaimer/disclaimer.html"= target=3D"_blank">http://disclaimer.leedsbeckett.ac.uk/disclaimer/disclaim= er.html</a> <p></p> </body> </html> --_000_150183947271654686leedsbeckettacuk_--

Hi, The problem should be solved here: http://jenkins.ovirt.org/job/ovirt-node-ng_ovirt-4.1_build-artifacts-el7-x86... Thanks, Yuval. On Fri, Aug 4, 2017 at 12:37 PM, Staniforth, Paul < P.Staniforth@leedsbeckett.ac.uk> wrote:
Hello,
I have 3 nodes and used the engine to update them to
ovirt-node-ng-4.1.4-0.20170728.0
but the engine still reported a new update which I tried but it failed.
On the nodes yum check-update showed an update for
ovirt-node-ng-nodectl.noarch 4.1.4-0.20170728.0.el7
installing this produces the same errors when logging into the node or running nodectl motd.
nodectl check and info where fine but the engine produced errors when checking for updates.
I used yum history to rollback the ovirt-node-ng-nodectl.noarch.
I now have no errors but strangely the engine reports 2 nodes have updates available but not the 3rd which wasn't the one I did a nodectl update on.
Regards,
Paul S.
------------------------------ *From:* users-bounces@ovirt.org <users-bounces@ovirt.org> on behalf of david caughey <djc636@gmail.com> *Sent:* 02 August 2017 10:48 *To:* Users@ovirt.org *Subject:* [ovirt-users] Python errors with ovirt 4.1.4
Hi Folks,
I'm testing out the new version with the 4.1.4 ovirt iso and am getting errors directly after install:
Last login: Wed Aug 2 10:17:56 2017 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 102, in motd machine_readable=True).output, self.machine).write() File "/usr/lib/python2.7/site-packages/nodectl/status.py", line 51, in __init__ self._update_info(status) File "/usr/lib/python2.7/site-packages/nodectl/status.py", line 78, in _update_info if "ok" not in status.lower(): AttributeError: Status instance has no attribute 'lower' Admin Console: https://192.168.122.61:9090/
The admin console seems to work fine.
Are these issues serious or can they be ignored.
BR/David To view the terms under which this email is distributed, please go to:- http://disclaimer.leedsbeckett.ac.uk/disclaimer/disclaimer.html
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

--_000_150212304311322724leedsbeckettacuk_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Thanks, That works but I still have the engine reporting 1 node has a= n update available, strange. "Check for available updates on host xxxxx.xxx.xxx was completed successful= ly with message 'found updates for packages ovirt-node-ng-image-update-4.1.= 4-1.el7.centos'." Regards, Paul S. ________________________________ From: Yuval Turgeman <yuvalt@redhat.com> Sent: 07 August 2017 13:37 To: Staniforth, Paul Cc: david caughey; Users@ovirt.org Subject: Re: [ovirt-users] Python errors with ovirt 4.1.4 Hi, The problem should be solved here: http://jenkins.ovirt.org/job/ovirt-node-ng_ovirt-4.1_build-artifacts-el7-x8= 6_64/lastSuccessfulBuild/artifact/exported-artifacts/ Thanks, Yuval. On Fri, Aug 4, 2017 at 12:37 PM, Staniforth, Paul <P.Staniforth@leedsbecket= t.ac.uk<mailto:P.Staniforth@leedsbeckett.ac.uk>> wrote: Hello, I have 3 nodes and used the engine to update them to ovirt-node-ng-4.1.4-0.20170728.0 but the engine still reported a new update which I tried but it failed. On the nodes yum check-update showed an update for ovirt-node-ng-nodectl.noarch 4.1.4-0.20170728.0.el7 installing this produces the same errors when logging into the node or runn= ing nodectl motd. nodectl check and info where fine but the engine produced errors when check= ing for updates. I used yum history to rollback the ovirt-node-ng-nodectl.noarch. I now have no errors but strangely the engine reports 2 nodes have updates = available but not the 3rd which wasn't the one I did a nodectl update on. Regards, Paul S. ________________________________ From: users-bounces@ovirt.org<mailto:users-bounces@ovirt.org> <users-bounce= s@ovirt.org<mailto:users-bounces@ovirt.org>> on behalf of david caughey <dj= c636@gmail.com<mailto:djc636@gmail.com>> Sent: 02 August 2017 10:48 To: Users@ovirt.org<mailto:Users@ovirt.org> Subject: [ovirt-users] Python errors with ovirt 4.1.4 Hi Folks, I'm testing out the new version with the 4.1.4 ovirt iso and am getting err= ors directly after install: Last login: Wed Aug 2 10:17:56 2017 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 102, in= motd machine_readable=3DTrue).output, self.machine).write() File "/usr/lib/python2.7/site-packages/nodectl/status.py", line 51, in __= init__ self._update_info(status) File "/usr/lib/python2.7/site-packages/nodectl/status.py", line 78, in _u= pdate_info if "ok" not in status.lower(): AttributeError: Status instance has no attribute 'lower' Admin Console: https://192.168.122.61:9090/ The admin console seems to work fine. Are these issues serious or can they be ignored. BR/David To view the terms under which this email is distributed, please go to:- http://disclaimer.leedsbeckett.ac.uk/disclaimer/disclaimer.html _______________________________________________ Users mailing list Users@ovirt.org<mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users To view the terms under which this email is distributed, please go to:- http://disclaimer.leedsbeckett.ac.uk/disclaimer/disclaimer.html --_000_150212304311322724leedsbeckettacuk_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <html> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-= 1"> <style type=3D"text/css" style=3D"display:none"><!--P{margin-top:0;margin-b= ottom:0;} --></style> </head> <body dir=3D"ltr" style=3D"font-size:12pt;color:#000000;background-color:#F= FFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;"> <p>Thanks, <br> </p> <p> That works but I still = have the engine reporting 1 node has an update available, strange.<br> </p> <p><br> </p> <p>"Check for available updates on host xxxxx.xxx.xxx was complet= ed successfully with message 'found updates for packages ovirt-node-ng-imag= e-update-4.1.4-1.el7.centos'."</p> <p><br> </p> <p>Regards,</p> <p> Paul S.<br> </p> <div style=3D"color: rgb(33, 33, 33);"> <hr tabindex=3D"-1" style=3D"display:inline-block; width:98%"> <div id=3D"divRplyFwdMsg" dir=3D"ltr"><font style=3D"font-size:11pt" face= =3D"Calibri, sans-serif" color=3D"#000000"><b>From:</b> Yuval Turgeman <= yuvalt@redhat.com><br> <b>Sent:</b> 07 August 2017 13:37<br> <b>To:</b> Staniforth, Paul<br> <b>Cc:</b> david caughey; Users@ovirt.org<br> <b>Subject:</b> Re: [ovirt-users] Python errors with ovirt 4.1.4</font> <div> </div> </div> <div> <div dir=3D"ltr">Hi, <div><br> </div> <div>The problem should be solved here:</div> <div><br> </div> <div><a href=3D"http://jenkins.ovirt.org/job/ovirt-node-ng_ovirt-4.1_build-= artifacts-el7-x86_64/lastSuccessfulBuild/artifact/exported-artifacts/">http= ://jenkins.ovirt.org/job/ovirt-node-ng_ovirt-4.1_build-artifacts-el7-x86_64= /lastSuccessfulBuild/artifact/exported-artifacts/</a><br> </div> <div><br> </div> <div>Thanks,</div> <div>Yuval.</div> <div><br> </div> </div> <div class=3D"gmail_extra"><br> <div class=3D"gmail_quote">On Fri, Aug 4, 2017 at 12:37 PM, Staniforth, Pau= l <span dir=3D"ltr"> <<a href=3D"mailto:P.Staniforth@leedsbeckett.ac.uk" target=3D"_blank">P.= Staniforth@leedsbeckett.ac.uk</a>></span> wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex; border-left:1= px #ccc solid; padding-left:1ex"> <div dir=3D"ltr" style=3D"font-size:12pt; color:#000000; background-color:#= ffffff; font-family:Calibri,Arial,Helvetica,sans-serif"> <p>Hello,</p> <p> I have 3 nodes and used the eng= ine to update them to</p> <p><br> </p> <p>ovirt-node-ng-4.1.4-0.<wbr>20170728.0 </p> <p><br> </p> <p>but the engine still reported a new update which I tried but it failed.<= /p> <p><br> </p> <p>On the nodes yum check-update showed an update for</p> <p><br> </p> <p>ovirt-node-ng-nodectl.noarch 4.1.4-0.20170728.0.el7</p> <p><br> </p> <p>installing this produces the same errors when logging into the node or r= unning nodectl motd.</p> <p>nodectl check and info where fine but the engine produced errors when ch= ecking for updates.</p> <p><br> </p> <p>I used yum history to rollback the ovirt-node-ng-nodectl.noarch.</p> <p><br> </p> <p>I now have no errors but strangely the engine reports&nbs= p;2 nodes have updates available but not the 3rd which = wasn't the one I did a nodectl update on.<br> </p> <p><br> </p> <p>Regards,</p> <p> Paul S.<br> </p> <p><br> </p> <div style=3D"color:rgb(33,33,33)"> <hr style=3D"display:inline-block; width:98%"> <div id=3D"m_8991712977483619718divRplyFwdMsg" dir=3D"ltr"><font style=3D"f= ont-size:11pt" face=3D"Calibri, sans-serif" color=3D"#000000"><b>From:</b> <a href=3D"mailto:users-bounces@ovirt.org" target=3D"_blank">users-bounces@= ovirt.org</a> <<a href=3D"mailto:users-bounces@ovirt.org" target=3D"_bla= nk">users-bounces@ovirt.org</a>> on behalf of david caughey <<a href= =3D"mailto:djc636@gmail.com" target=3D"_blank">djc636@gmail.com</a>><br> <b>Sent:</b> 02 August 2017 10:48<br> <b>To:</b> <a href=3D"mailto:Users@ovirt.org" target=3D"_blank">Users@ovirt= .org</a><span class=3D""><br> <b>Subject:</b> [ovirt-users] Python errors with ovirt 4.1.4</span></font> <div> </div> </div> <div> <div class=3D"h5"> <div> <div dir=3D"ltr"> <div class=3D"gmail_default" style=3D"font-family:"trebuchet ms",= sans-serif; font-size:small; color:rgb(51,102,255)"> Hi Folks,</div> <div class=3D"gmail_default" style=3D"font-family:"trebuchet ms",= sans-serif; font-size:small; color:rgb(51,102,255)"> <br> </div> <div class=3D"gmail_default" style=3D"font-family:"trebuchet ms",= sans-serif; font-size:small; color:rgb(51,102,255)"> I'm testing out the new version with the 4.1.4 ovirt iso and am getting err= ors directly after install:</div> <div class=3D"gmail_default" style=3D"font-family:"trebuchet ms",= sans-serif; font-size:small; color:rgb(51,102,255)"> <br> </div> <div class=3D"gmail_default" style=3D"font-family:"trebuchet ms",= sans-serif; font-size:small; color:rgb(51,102,255)"> <div class=3D"gmail_default">Last login: Wed Aug 2 10:17:56 2017</div=
<div class=3D"gmail_default">Traceback (most recent call last):</div> <div class=3D"gmail_default"> File "/usr/lib64/python2.7/runpy.<= wbr>py", line 162, in _run_module_as_main</div> <div class=3D"gmail_default"> "__main__", fname, loa= der, pkg_name)</div> <div class=3D"gmail_default"> File "/usr/lib64/python2.7/runpy.<= wbr>py", line 72, in _run_code</div> <div class=3D"gmail_default"> exec code in run_globals</div> <div class=3D"gmail_default"> File "/usr/lib/python2.7/site-<wbr=
packages/nodectl/__main__.py", line 42, in <module></div> <div class=3D"gmail_default"> CliApplication()</div> <div class=3D"gmail_default"> File "/usr/lib/python2.7/site-<wbr= packages/nodectl/__init__.py", line 200, in CliApplication</div> <div class=3D"gmail_default"> return cmdmap.command(args)</div=
<div class=3D"gmail_default"> File "/usr/lib/python2.7/site-<wbr=
packages/nodectl/__init__.py", line 118, in command</div> <div class=3D"gmail_default"> return self.commands[command](**= <wbr>kwargs)</div> <div class=3D"gmail_default"> File "/usr/lib/python2.7/site-<wbr= packages/nodectl/__init__.py", line 102, in motd</div> <div class=3D"gmail_default"> machine_readable=3DTrue).output,= self.machine).write()</div> <div class=3D"gmail_default"> File "/usr/lib/python2.7/site-<wbr= packages/nodectl/status.py", line 51, in __init__</div> <div class=3D"gmail_default"> self._update_info(status)</div> <div class=3D"gmail_default"> File "/usr/lib/python2.7/site-<wbr= packages/nodectl/status.py", line 78, in _update_info</div> <div class=3D"gmail_default"> if "ok" not in status.= lower():</div> <div class=3D"gmail_default">AttributeError: Status instance has no attribu= te 'lower'</div> <div class=3D"gmail_default">Admin Console: <a href=3D"https://192.168.122.= 61:9090/" target=3D"_blank"> https://192.168.122.61:9090/</a></div> <div><br> </div> <div>The admin console seems to work fine.</div> <div><br> </div> <div>Are these issues serious or can they be ignored.</div> <div><br> </div> <div>BR/David</div> </div> </div> </div> </div> </div> </div> To view the terms under which this email is distributed, please go to:- <br=
<a href=3D"http://disclaimer.leedsbeckett.ac.uk/disclaimer/disclaimer.html"= target=3D"_blank">http://disclaimer.<wbr>leedsbeckett.ac.uk/disclaimer/<wb= r>disclaimer.html</a> <p></p> </div> <br> ______________________________<wbr>_________________<br> Users mailing list<br> <a href=3D"mailto:Users@ovirt.org">Users@ovirt.org</a><br> <a href=3D"http://lists.ovirt.org/mailman/listinfo/users" rel=3D"noreferrer= " target=3D"_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><= br> <br> </blockquote> </div> <br> </div> </div> </div> To view the terms under which this email is distributed, please go to:- <br=
<a href=3D"http://disclaimer.leedsbeckett.ac.uk/disclaimer/disclaimer.html"= target=3D"_blank">http://disclaimer.leedsbeckett.ac.uk/disclaimer/disclaim= er.html</a> <p></p> </body> </html> --_000_150212304311322724leedsbeckettacuk_--
participants (5)
-
david caughey
-
Misak Khachatryan
-
Nir Soffer
-
Staniforth, Paul
-
Yuval Turgeman