On Sun, Apr 26, 2020 at 3:25 PM Eyal Shenitzky <[email protected]> wrote: > > > 2020-04-26 11:40:03,319+0300 DEBUG otopi.context context._executeMethod:127 > Stage misc METHOD > otopi.plugins.ovirt_engine_setup.ovirt_imageio_proxy.config.Plugin._databaseOp > tions > 2020-04-26 11:40:03,319+0300 DEBUG > otopi.ovirt_engine_setup.engine_common.database database.execute:234 > Database: 'None', Statement: ' > select version, option_value > from vdc_options > where option_name = %(name)s > ', args: {'name': 'ImageProxyAddress'} > 2020-04-26 11:40:03,320+0300 DEBUG > otopi.ovirt_engine_setup.engine_common.database database.execute:284 Result: > [] > 2020-04-26 11:40:03,320+0300 DEBUG otopi.context context._executeMethod:145 > method exception > Traceback (most recent call last): > File "/usr/lib/python3.7/site-packages/otopi/context.py", line 131, in > _executeMethod > if method['condition'](): > File > "/home/eshenitz/ovirt-engine/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/ovirt_imageio_proxy/config.py", > line 336, in <lambda> > ] and self._database_needs_update() > File > "/home/eshenitz/ovirt-engine/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/ovirt_imageio_proxy/config.py", > line 316, in _database_needs_update > name='ImageProxyAddress', > File > "/home/eshenitz/ovirt-engine/share/ovirt-engine/setup/ovirt_engine_setup/engine/vdcoption.py", > line 79, in getVdcOption > ownConnection=ownConnection, > File > "/home/eshenitz/ovirt-engine/share/ovirt-engine/setup/ovirt_engine_setup/engine/vdcoption.py", > line 54, in getVdcOptionVersions > name=name, > RuntimeError: Cannot locate application option ImageProxyAddress
You seem to have in /home/eshenitz/ovirt-engine a dev-env setup of engine + old imageio. Please try to update or remove the imageio part. Best regards, > 2020-04-26 11:40:03,322+0300 ERROR otopi.context context._executeMethod:154 > Failed to execute stage 'Misc configuration': Cannot locate application > option ImageProxyAddress > > On Sun, 26 Apr 2020 at 14:56, Yedidyah Bar David <[email protected]> wrote: >> >> On Sun, Apr 26, 2020 at 2:52 PM Eyal Shenitzky <[email protected]> wrote: >> > >> > I fetched all patches from master this morning and tried to rebuild, so >> > the failure still occurs. >> > >> > On Sun, 26 Apr 2020 at 12:18, Benny Zlotnik <[email protected]> wrote: >> >> >> >> there were additional related patches merged later, try rebuilding $PREFIX >> >> >> >> On Sun, Apr 26, 2020 at 12:06 PM Eyal Shenitzky <[email protected]> >> >> wrote: >> >> > >> >> > Hi, >> >> > >> >> > I tried to run engine-setup on an existing dev-env and failed with the >> >> > following error - >> >> > >> >> > [ ERROR ] Failed to execute stage 'Misc configuration': Cannot locate >> >> > application option ImageProxyAddress >> >> Can you share relevant parts from the setup log? >> >> Do you have imageio installed? >> >> >> > >> >> > The error appears only after patch >> >> > https://gerrit.ovirt.org/#/c/108349/ was merged. >> >> > >> >> > Is there any manual steps needed? >> >> > >> >> > -- >> >> > Regards, >> >> > Eyal Shenitzky >> >> >> > >> > >> > -- >> > Regards, >> > Eyal Shenitzky >> > _______________________________________________ >> > Devel mailing list -- [email protected] >> > To unsubscribe send an email to [email protected] >> > 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/[email protected]/message/6O6W2HR3RYYLJW56QOYTPAINS3WHON66/ >> >> >> >> -- >> Didi >> > > > -- > Regards, > Eyal Shenitzky -- Didi _______________________________________________ Devel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected]/message/A34SG7O2RJED3FVBKH4UGAW4CXMFT5FF/
