Hi, I'm getting this issue when deploying the hosted engine onto iscsi storage
using ovirt 4.3.10
The Disk volume is new, no issues, using
ThinkSystem SR650 hardware
and CentOS Linux release 7.8.2003 (Core)
I used both the GUI and ansible script and both fail, this is the farthest I can get and
it's driving me mad, please help
the errors logs are below
[ INFO ] changed: [localhost]
[ INFO ] TASK [ovirt.hosted_engine_setup : Initialize lockspace volume]
[ ERROR ] fatal: [localhost]: FAILED! => {"attempts": 5, "changed":
true, "cmd": ["hosted-engine", "--reinitialize-lockspace",
"--force"],
more errors
"delta": "0:00:00.668430", "end": "2024-04-22
16:52:56.859768", "msg": "non-zero return code", "rc":
1, "start": "2024-04-22 16:52:56.191338", "stderr":
"Traceback (most recent call last):\n File
\"/usr/lib64/python2.7/runpy.py\", line 162, in _run_module_as_main\n
\"__main__\", fname, loader, pkg_name)\n File
\"/usr/lib64/python2.7/runpy.py\", line 72, in _run_code\n exec code in
run_globals\n File
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_setup/reinitialize_lockspace.py\",
line 30, in <module>\n ha_cli.reset_lockspace(force)\n File
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/client/client.py\",
line 286, in reset_lockspace\n stats = broker.get_stats_from_storage()\n File
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py\",
line 146, in get_stats_from_storage\n result = self._proxy.get_stats()\n File
\"/usr/lib64/python2.7/xmlrpclib.py\", line 1233, in __call__\n return
self.__send(self.__name, args)\n File \"/usr/lib64/python2.7/
xmlrpclib.py\", line 1591, in __request\n verbose=self.__verbose\n File
\"/usr/lib64/python2.7/xmlrpclib.py\", line 1273, in request\n return
self.single_request(host, handler, request_body, verbose)\n File
\"/usr/lib64/python2.7/xmlrpclib.py\", line 1301, in single_request\n
self.send_content(h, request_body)\n File \"/usr/lib64/python2.7/xmlrpclib.py\",
line 1448, in send_content\n connection.endheaders(request_body)\n File
\"/usr/lib64/python2.7/httplib.py\", line 1052, in endheaders\n
self._send_output(message_body)\n File \"/usr/lib64/python2.7/httplib.py\", line
890, in _send_output\n self.send(msg)\n File
\"/usr/lib64/python2.7/httplib.py\", line 852, in send\n self.connect()\n File
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/unixrpc.py\", line
60, in connect\n self.sock.connect(base64.b16decode(self.host))\n File
\"/usr/lib64/python2.7/socket.py\", line 224, in meth\n return
getattr(self._sock,name)(*args)\nsocket.error: [Errno 2] No such file or directory"
, "stderr_lines": ["Traceback (most recent call last):", " File
\"/usr/lib64/python2.7/runpy.py\", line 162, in _run_module_as_main",
" \"__main__\", fname, loader, pkg_name)", " File
\"/usr/lib64/python2.7/runpy.py\", line 72, in _run_code", " exec code
in run_globals", " File
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_setup/reinitialize_lockspace.py\",
line 30, in <module>", " ha_cli.reset_lockspace(force)", " File
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/client/client.py\",
line 286, in reset_lockspace", " stats = broker.get_stats_from_storage()",
" File
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py\",
line 146, in get_stats_from_storage", " result = self._proxy.get_stats()",
" File \"/usr/lib64/python2.7/xmlrpclib.py\", line 1233, in __call__",
" return self.__send(self.__name, args)", " File
\"/usr/lib64/python2.7/xmlrpclib.py\", line 1591, in __request", "
verbose=self.__verbose", " File \"/usr/lib64/python2.7/xmlrpcli
b.py\", line 1273, in request", " return self.single_request(host,
handler, request_body, verbose)", " File
\"/usr/lib64/python2.7/xmlrpclib.py\", line 1301, in single_request",
" self.send_content(h, request_body)", " File
\"/usr/lib64/python2.7/xmlrpclib.py\", line 1448, in send_content", "
connection.endheaders(request_body)", " File
\"/usr/lib64/python2.7/httplib.py\", line 1052, in endheaders", "
self._send_output(message_body)", " File
\"/usr/lib64/python2.7/httplib.py\", line 890, in _send_output", "
self.send(msg)", " File \"/usr/lib64/python2.7/httplib.py\", line 852,
in send", " self.connect()", " File
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/unixrpc.py\", line
60, in connect", " self.sock.connect(base64.b16decode(self.host))", "
File \"/usr/lib64/python2.7/socket.py\", line 224, in meth", " return
getattr(self._sock,name)(*args)", "socket.error: [Errno 2] No such file or
directory"], "stdout": "", "stdout_lines": []}