Description of problem: HE Deployment Failed as failing to restart libvirtd Version-Release number of selected component (if applicable): [node.example.com ~]# imgbase w You are on rhvh-4.4.0.14-0.20200325.0+1 How reproducible: Always Steps to Reproduce: 1. start Gluster Deployment 2. start HE Deployment this step will fail Actual results: failing to restart libvirtd Expected results: Deployment should be successful Additional info: 2020-03-27 07:11:49,578+0000 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, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "libvirtd", "no_block": false, "scope": null, "state": "started", "user": null } }, "msg": "Unable to start service libvirtd: Job for libvirtd.service failed because the control process exited with error code.\nSee \"systemctl status libvirtd.service\" and \"journalctl -xe\" for details.\n" }, "ansible_task": "Start libvirt", "ansible_type": "task", "status": "FAILED", "task_duration": 1 }
sos report :http://rhsqe-repo.lab.eng.blr.redhat.com/sosreports/milind/1817892/
- How is it a RHHI-v issue? - What do you see in the sosreport that explains what did not start and why?
RCA for this issue is out. The current set of logic that does the deployment, generates the multipath configuration using the command - 'vdsm-tool configure --force' that configures various components of the host like vdsm, libvirt, multipath, etc. But it should enough to configure only the multipath component specifically using the command: # vdsm-tool configure --module multipath
Verified with gluster-ansible-infra-1.0.4-10.el8rhgs and RHVH 4.4.1 with the following steps: 1. RHHI-V deployment is completed with vdsm configuration done specifically for multipath <snip_from_log> Jun 3 18:16:06 newhost platform-python[16543]: ansible-command Invoked with _raw_params=vdsm-tool configure --module multipath _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None </snip>
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (RHHI for Virtualization 1.8 bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:3314