oVirt Self-Hosted Engine Deployment Error

Hi Guys, New oVirt install using latest versions on a Rocky Linux v9.3 host. We're getting the following error in the setup logs: ~~~ 2024-01-09 17:14:53,977+1100 ERROR otopi.ovirt_hosted_engine_setup.ansible_utils ansible_utils._process_output:113 fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["ip", "rule", "add", "from", "192.168.1.1/255.255.255.0", "priority", "101", "table", "main"], "delta": "0:00:00.002702", "end": "2024-01-09 17:14:53.680933", "msg": "non-zero return code", "rc": 2, "start": "2024-01-09 17:14:53.678231", "stderr": "RTNETLINK answers: File exists", "stderr_lines": ["RTNETLINK answers: File exists"], "stdout": "", "stdout_lines": []} ~~~ So, which file "RTNETLINK answers: File exists" and can I simply manually delete that file and re-run `hosted-engine --deploy`? Cheers Dulux-Oz

Follow Up: Is this related to Bug 2091581 (https://bugzilla.redhat.com/show_bug.cgi?id=2091581) and documented on the oVirt doco page (https://ovirt.org/download/install_on_rhel.html)? After reading all the bug reports I'm wondering, because that Bug no longer *seems* to be an issue (ie because of the python3-libnmstate now obsolescing nmstate-plugin-ovsdb) whether we can just update to the latest version of python3-libnmstate and so that part of the doco is now no-longer necessary? Or is this a completely separate issue (which deserves its own thread)? Cheers Dulux-Oz

Hi, have you tried to run |/usr/sbin/ovirt-hosted-engine-cleanup| |before re-run |hosted-engine --deploy Jirka On 1/9/24 07:59, Matthew J Black wrote:
Hi Guys,
New oVirt install using latest versions on a Rocky Linux v9.3 host.
We're getting the following error in the setup logs:
~~~ 2024-01-09 17:14:53,977+1100 ERROR otopi.ovirt_hosted_engine_setup.ansible_utils ansible_utils._process_output:113 fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["ip", "rule", "add", "from", "192.168.1.1/255.255.255.0", "priority", "101", "table", "main"], "delta": "0:00:00.002702", "end": "2024-01-09 17:14:53.680933", "msg": "non-zero return code", "rc": 2, "start": "2024-01-09 17:14:53.678231", "stderr": "RTNETLINK answers: File exists", "stderr_lines": ["RTNETLINK answers: File exists"], "stdout": "", "stdout_lines": []} ~~~
So, which file "RTNETLINK answers: File exists" and can I simply manually delete that file and re-run `hosted-engine --deploy`?
Cheers
Dulux-Oz _______________________________________________ Users mailing list --users@ovirt.org To unsubscribe send an email tousers-leave@ovirt.org 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/users@ovirt.org/message/5QOY2SSMTD27E5...
participants (3)
-
duluxoz
-
Jirka Simon
-
Matthew J Black