Fresh install on CentOS Stream 8. After installing ovirt-hosted-engine-setup, I encounter
the following dependency errors when trying to run dnf upgrade:
Error:
Problem 1: package rsyslog-openssl-8.2102.0-5.el8.x86_64 requires rsyslog =
8.2102.0-5.el8, but none of the providers can be installed
- cannot install both rsyslog-8.2102.0-6.el8.x86_64 and rsyslog-8.2102.0-5.el8.x86_64
- cannot install the best update candidate for package
rsyslog-openssl-8.2102.0-5.el8.x86_64
- cannot install the best update candidate for package rsyslog-8.2102.0-5.el8.x86_64
Problem 2: package ovirt-host-dependencies-4.4.9-2.el8.x86_64 requires rsyslog-openssl,
but none of the providers can be installed
- package rsyslog-openssl-8.2102.0-5.el8.x86_64 requires rsyslog = 8.2102.0-5.el8, but
none of the providers can be installed
- cannot install both rsyslog-8.2102.0-6.el8.x86_64 and rsyslog-8.2102.0-5.el8.x86_64
- package rsyslog-elasticsearch-8.2102.0-6.el8.x86_64 requires rsyslog = 8.2102.0-6.el8,
but none of the providers can be installed
- cannot install the best update candidate for package
rsyslog-elasticsearch-8.2102.0-5.el8.x86_64
- cannot install the best update candidate for package
ovirt-host-dependencies-4.4.9-2.el8.x86_64
Problem 3: problem with installed package rsyslog-openssl-8.2102.0-5.el8.x86_64
- package rsyslog-openssl-8.2102.0-5.el8.x86_64 requires rsyslog = 8.2102.0-5.el8, but
none of the providers can be installed
- cannot install both rsyslog-8.2102.0-6.el8.x86_64 and rsyslog-8.2102.0-5.el8.x86_64
- package rsyslog-mmjsonparse-8.2102.0-6.el8.x86_64 requires rsyslog = 8.2102.0-6.el8,
but none of the providers can be installed
- cannot install the best update candidate for package
rsyslog-mmjsonparse-8.2102.0-5.el8.x86_64
Problem 4: package ovirt-host-4.4.9-2.el8.x86_64 requires ovirt-host-dependencies =
4.4.9-2.el8, but none of the providers can be installed
- package ovirt-host-dependencies-4.4.9-2.el8.x86_64 requires rsyslog-openssl, but none
of the providers can be installed
- package rsyslog-openssl-8.2102.0-5.el8.x86_64 requires rsyslog = 8.2102.0-5.el8, but
none of the providers can be installed
- cannot install both rsyslog-8.2102.0-6.el8.x86_64 and rsyslog-8.2102.0-5.el8.x86_64
- package rsyslog-mmnormalize-8.2102.0-6.el8.x86_64 requires rsyslog = 8.2102.0-6.el8,
but none of the providers can be installed
- cannot install the best update candidate for package
rsyslog-mmnormalize-8.2102.0-5.el8.x86_64
- cannot install the best update candidate for package ovirt-host-4.4.9-2.el8.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or
'--skip-broken' to skip uninstallable packages or '--nobest' to use not
only best candidate packages)
Running dnf distro-sync --nobest allows it to proceed, which causes some ovirt packages to
be upgraded.
Running hosted-engine --deploy and installing with nfs storage, everything goes good up
until stage 5, at which point vdsm pegs a core at 100% for some minutes, until the task
inevitably fails. hosted-engine --vm-status reports EngineStarting forever. No memory is
consumed to indicate that the VM even started. The VM never even tries to get a DHCP lease
from my router. All indicators point the vm just not starting, for some reason.
Zero useful information available on Google. Zero useful information available in the
documentation. Zero useful information available in the logs. No clear cause as to why the
hosted engine refuses to start. The NFS share has correct permissions, and can be mounted.
The NFS share is on the same host the engine is being installed to, in the same
subnet/vlan and, even through the same network adapter. The shared storage works fine for
copying the local hosted engine to the shared storage during the setup process and I can
see the files have been created.