Hi, I’m not sure if it works with the web installer, but if you deploy with CLI you can use the following to ask the installer to pause before running engine-setup:
hosted-engine --deploy --ansible-extra-vars=he_pause_before_engine_setup=true This gives you the time to ssh and exclude the offending package before the installer attempts to upgrade any package. Cheers, Alessandro > Il giorno 25 apr 2022, alle ore 09:27, [email protected] ha scritto: > > This is the cause, yes Martin - but it wont help since the > Installer/deployment does an update while running, so "almost" no way to > bypass that > > WORKAROUND: > preparation: > - ssh login to the node, prepare ssh root@ > - copy paste buffer ready: echo exclude=postgresql-jdbc >> /etc/dnf/dnf.conf > > when the webinstaller is running, the moment when the ip of the hosted engine > vm is displayed (something like 192.168.222.208) immediately ssh to that vm > from the host > and execute the copy paste buffer before the dnf update takes place > > uggly workaround, maybe there's another better option, but hey, it describes > the problem and works :) > > Cheers > Luis > _______________________________________________ > Users 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/ULUGCT73FOPPAY7EVBIJC4KBDGU22GDM/ _______________________________________________ Users 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/UZALUJRVR4E7RABUGTSQJT6YYY7LQYK7/

