Hi
next step
for Jboss problem
After VM starts on local storage I've changed HEAP size for Jboos
/etc/ovirt-engine/engine.conf.d/10-setup-java.conf
bad value:
ENGINE_HEAP_MIN="3956M"
ENGINE_HEAP_MAX="3956M"
proper value:
ENGINE_HEAP_MIN="16384M"
ENGINE_HEAP_MAX="16384M
this is not proper - but Jboos changed it for its own to 14
Nov 02 17:54:36 ovirt.pogodno systemd[1]: Started oVirt Engine.
Nov 02 17:54:36 ovirt.pogodno ovirt-engine.py[42302]: 2022-11-02 17:54:36,526+0100
ovirt-engine: WARNING daemonSetup:343 ENGINE_HEAP_MIN is [16384M], total available memory
is 15825 MB. Setting to 14242 MB.
Nov 02 17:54:36 ovirt.pogodno ovirt-engine.py[42302]: 2022-11-02 17:54:36,526+0100
ovirt-engine: WARNING daemonSetup:353 ENGINE_HEAP_MAX is [16384M], total available memory
is 15825 MB. Setting to 14242 MB.
Bad unfortunately I've got another error - ovirtsdk4.Error
[ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for the local bootstrap engine
VM]
[ ERROR ] ovirtsdk4.Error: The response content type 'text/html;charset=UTF-8'
isn't the expected XML
[ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg":
"The response content type 'text/html;charset=UTF-8' isn't the expected
XML"}
[ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch logs from the engine VM]
[ INFO ] ok: [localhost]
I don't give up ...
Damian