[ovirt-users] Re: Hosted engine 4.5.3.2 - still with bug

2022-11-08 Thread vanbulion
Hi

I finally solved my problem.
The cause of the errors during the deploy process is an error while copying the 
HostedEngineLocal image to the HostedEngine on the FC lun. Almost every time 
the var or var-log filesystem has been corrupted and the system stops in single 
mode.
A damaged file system must be repaired manually after logging in "xfs-repair -L 
/dev/dm-6". Of course, I didn't do it the first time, but in the end I made it. 
After repairing the filesystem, jboos started successfully. Unfortunately, the 
installation process must be restarted with each attempt.

Regards
Damian
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/YGIT2S3S46SWMQ6VZVWXZYISVO4NOXSO/


[ovirt-users] Re: Hosted engine 4.5.3.2 - still with bug

2022-11-03 Thread vanbulion
Hi
I am still looking for a solution to the problem.
I've checked on a different version. 

ovirt-node-ng-installer-4.4.9-2021121514.el8.iso
ovirt-engine-appliance-4.4-20220308105414.1.el8.x86_64.rpm
There is exactly the same problem. I have no idea how this deployment works for 
you?
It seems none of you are setting up a hosted-engine on a shared storage.


2022-11-03 10:25:40,669+0100 ERROR ansible failed {
"ansible_host": "localhost",
"ansible_playbook": 
"/usr/share/ovirt-hosted-engine-setup/ansible/trigger_role.yml",
"ansible_result": {
"_ansible_no_log": false,
"changed": false,
"exception": "Traceback (most recent call last):\n  File 
\"/tmp/ansible_ovirt_vm_info_payload_cfcps8q7/ansible_ovirt_vm_info_payload.zip/ansible_collections/ovirt/ovirt/plugins/modules/ovirt_vm_info.py\",
 line 153, in main\n  File 
\"/usr/lib64/python3.6/site-packages/ovirtsdk4/services.py\", line 38003, in 
list\nreturn self._internal_get(headers, query, wait)\n  File 
\"/usr/lib64/python3.6/site-packages/ovirtsdk4/service.py\", line 211, in 
_internal_get\nreturn future.wait() if wait else future\n  File 
\"/usr/lib64/python3.6/site-packages/ovirtsdk4/service.py\", line 55, in wait\n 
   return self._code(response)\n  File 
\"/usr/lib64/python3.6/site-packages/ovirtsdk4/service.py\", line 208, in 
callback\nself._check_fault(response)\n  File 
\"/usr/lib64/python3.6/site-packages/ovirtsdk4/service.py\", line 130, in 
_check_fault\nbody = self._internal_read_body(response)\n  File 
\"/usr/lib64/python3.6/site-packages/ovirtsdk4/service.py\", line 316, in 
_internal_read_
 body\nself._connection.check_xml_content_type(response)\n  File 
\"/usr/lib64/python3.6/site-packages/ovirtsdk4/__init__.py\", line 849, in 
check_xml_content_type\nresponse.headers\n  File 
\"/usr/lib64/python3.6/site-packages/ovirtsdk4/__init__.py\", line 889, in 
_check_content_type\nraise Error(msg)\novirtsdk4.Error: The response 
content type 'text/html;charset=UTF-8' isn't the expected XML\n",
"invocation": {
"module_args": {
"all_content": false,
"case_sensitive": true,
"current_cd": false,
"fetch_nested": false,
"follow": [],
"max": null,
"nested_attributes": [],
"next_run": null,
"pattern": "id=\"f49f820d-a7c3-482a-af0a-59c3e93cc8e3\""
}
},
"msg": "The response content type 'text/html;charset=UTF-8' isn't the 
expected XML"
},
"ansible_task": "Check for the local bootstrap engine VM",
"ansible_type": "task",
"status": "FAILED",
"task_duration": 1
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/FRCEEDRTWFUJ3OO5YDVIAPFMT5SNI3BB/


[ovirt-users] Re: Hosted engine 4.5.3.2 - still with bug

2022-11-02 Thread vanbulion
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
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/JFTSFDLS7NP7PRXRARQEGDZFQ3T3QV2R/