On Wed, May 6, 2020 at 12:22 PM Anton Marchukov <amarchuk@redhat.com> wrote:
[snip]

Engine deployment fails near end:
[ ERROR ] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "set -euo pipefail && firewall-cmd --get-active-zones | grep -v \"^\\s*interfaces\"", "delta": "0:00:00.352904", "end": "2020-05-05 22:28:01.561606", "msg": "non-zero return code", "rc": 1, "start": "2020-05-05 22:28:01.208702", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}

The system may not be provisioned according to the playbook results: please check the logs for the issue, fix accordingly or re-deploy from scratch.\n"}

were does ovirt store logs?
_______________________________________________
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-leave@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/infra@ovirt.org/message/XALRUKVRYFC2NFN42STINRAP3W6RRIKU/

 

It is not clear the originator... anyway:

- for engine related logs
/var/log/ovirt-engine/engine.log on the server where the oVirt engine service runs

- for host related logs (in case the command failure is also at host level and then communicated to engine)
/var/log/vdsm/vdsm.log on the server representing the hypervisor involved for the command

HIH,

Gianluca