
On Tue, Jul 26, 2022 at 6:08 PM Igor Davidoff <igor.davidoff@cloudkleyer.de> wrote:
Hello,
while upgrading from version 4.5.0 to 4.5.1, i see now the following error (Logfile): " ... 2022-07-26 14:49:25,108+0000 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:204 DIALOG:SEND 2022-07-26 14:49:25,112+0000 DEBUG otopi.context context._executeMethod:127 Stage closeup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_grafana_dwh.core.config.Plugin._closeup_engine_grafana_access 2022-07-26 14:49:25,112+0000 DEBUG otopi.context context._executeMethod:145 method exception Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/otopi/context.py", line 132, in _executeMethod method['method']() File "/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/ovirt-engine-grafana-dwh/core/config.py", line 398, in _closeup_engine_grafana_access self._remote_engine.copy_to_engine( AttributeError: 'Plugin' object has no attribute '_remote_engine' 2022-07-26 14:49:25,127+0000 ERROR otopi.context context._executeMethod:154 Failed to execute stage 'Closing up': 'Plugin' object has no attribute '_remote_engine'
Are you sure it's the only error? Please share the complete log file. Thanks.
2022-07-26 14:49:25,127+0000 DEBUG otopi.context context.dumpEnvironment:765 ENVIRONMENT DUMP - BEGIN ... "
It looks like an error at the clean up stage:
Not exactly:
" [ ERROR ] Failed to execute stage 'Closing up': 'Plugin' object has no attribute '_remote_engine' [ INFO ] Stage: Clean up
It happened right before entering the cleanup stage, at closeup stage.
Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20220726150224-tbwn3w.log [ INFO ] Generating answer file '/var/lib/ovirt-engine/setup/answers/20220726150307-setup.conf' [ INFO ] Stage: Pre-termination [ INFO ] Stage: Termination [ ERROR ] Execution of setup failed "
Can i fix it spmoehow? What happens at the "clean up" stage? The Service ovirt-engine-dwhd.service is running auf the setup.
Generally speaking, the closeup stage should consist of non-critical stuff, so in theory you might be ok. But I think that the real problem happened before that, and the above error is just a side-effect of it. See also the discussion here, even if probably not really relevant to your case - despite looking as if it is: https://github.com/oVirt/ovirt-engine/pull/492 Best regards, -- Didi