[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/


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

2022-11-01 Thread vanBulion
hi

I've try to install new hosted-engine version but deploy process finish with an 
error after vm start on shared storage (FC disks from SAN storage).
[ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Check engine VM health]

this cuz Jboos web page not working
"Service Unavailable
The server is temporarily unable to service your request due to maintenance 
downtime or capacity problems. Please try again later."


I open console to VM engine and...
disk dm-6 and dm-3 was corrupted - LOL - must fix by xfs_repair.
But after restart hosted-engne.service wont start.

● ovirt-engine.service - oVirt Engine
   Loaded: loaded (/usr/lib/systemd/system/ovirt-engine.service; enabled; 
vendor preset: disabled)
   Active: failed (Result: exit-code) since Mon 2022-10-31 15:35:30 CET; 4min 
11s ago
  Process: 1469 
ExecStart=/usr/share/ovirt-engine/services/ovirt-engine/ovirt-engine.py 
--redirect-output --systemd=notify $EXTRA_ARGS start (code=exited, 
status=1/FAILURE)
 Main PID: 1469 (code=exited, status=1/FAILURE)

Oct 31 15:35:23 ovirt systemd[1]: Starting oVirt Engine...
Oct 31 15:35:23 ovirt systemd[1]: Started oVirt Engine.
Oct 31 15:35:26 ovirt ovirt-engine.py[1469]: 2022-10-31 15:35:26,606+0100 
ovirt-engine: INFO _detectJBossVersion:186 Detecting JBoss version. Running: 
/usr/lib/jvm/jre-11-openjdk-11.0.>
Oct 31 15:35:30 ovirt ovirt-engine.py[1469]: 2022-10-31 15:35:30,369+0100 
ovirt-engine: INFO _detectJBossVersion:206 Return code: -6,  | stdout: '['#', 
'# A fatal error has been detect>
Oct 31 15:35:30 ovirt ovirt-engine.py[1469]: 2022-10-31 15:35:30,370+0100 
ovirt-engine: ERROR run:543 Error: Cannot detect JBoss version
Oct 31 15:35:30 ovirt.pogodno systemd[1]: ovirt-engine.service: Main process 
exited, code=exited, status=1/FAILURE
Oct 31 15:35:30 ovirt.pogodno systemd[1]: ovirt-engine.service: Failed with 
result 'exit-code'.

I even try to downgrade postgresql-jdbc to 42.2.3 but no effect.

If I stop deploy process when VM start from local storage and I dont continue 
it - engine VM start with no error but VM start without HA IP configured - not 
usefully.
So I still witing to good working - ovirt-engine-appliance 4.5

ovirt-node-ng-installer-4.5.3.2-2022102813.el8.iso
ovirt-engine-appliance-4.5-20221026100732.1.el8.x86_64.rpm

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/YJG2O6OFJ52YP7ZQNNQ5QKLYGCNCSBRS/