# rpm -qv ovirt-hosted-engine-setup ovirt-hosted-engine-setup-2.5.0-1.el8.noarch # rpm -qv ovirt-release-host-node ovirt-release-host-node-4.4.6.3-1.el8.noarch # rpm -qv socat socat-1.7.4.1-1.el8.x86_64 # hosted-engine --console The engine VM is running on this host Escape character is ^] 2021/07/01 16:12:32 socat[11653] E Option "user" only with bind option The socat command underlying is: ``` /usr/bin/socat \ UNIX-CONNECT:/var/run/ovirt-vmconsole-console/${vmid}.sock,user=ovirt-vmconsole \ STDIO,raw,echo=0,escape=29 ``` Removing the `,user=ovirt-vmconsole` part make it working. Looking at http://www.dest-unreach.org/socat/doc/CHANGES it sames a change introduced with version 1.7.4.0. This affects CentOS Stream as 1.7.4.1 is targeting RHEL 8.5.
This bug report has Keywords: Regression or TestBlocker. Since no regressions or test blockers are allowed between releases, it is also being identified as a blocker for this release. Please resolve ASAP.
Need to check on CentOS 8.4 / RHEL 8.4 if dropping `,user=ovirt-vmconsole` is going to break the command on current RHEL.
Verified upgrading ovirt-hosted-engine-setup to ovirt-hosted-engine-setup-2.5.2 within oVirt Node 4.4.7.
This bugzilla is included in oVirt 4.4.7 async release, published on July 9th 2021. Since the problem described in this bug report should be resolved in oVirt 4.4.7 async release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report.