-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
Affected version
IMPORTANT!: oVirt prior to 4.5 reached end of life.
If you have an issue on an older version please
upgrade to latest stable release before opening an issue.
- oVirt Engine: (example: ovirt-engine-4.5.0.8-1.el8.noarch)
- Host OS Variant: (example: oVirt Node 4.5.4)
- VDSM version: (example: vdsm-4.50.1.4-1.el8.x86_64)
- Additional relevant package versions: (add whatever seems related to the issue, example: glusterfs-10.2-1.el8s.x86_64)
Describe the bug
Can't install oVirt 4.5.5 and it's manager.
To reproduce
- Download ovirt-node-ng-installer 4.5.5 (https://resources.ovirt.org/pub/ovirt-4.5/iso/ovirt-node-ng-installer/4.5.5-2023113015/el9/)
- Boot physical server from the ISO
- Install oVirt Node 4.5.5
- Use SSH to login on the node
- Try to create the manager with "hosted-engine --deploy --4"
- Answer all the questions, use tmux to secure session, make sure DNS is available etc.
- At step "ovirt.ovirt.hosted_engine_setup : Create local VM" the setup aborts with this error:
ERROR Failed to connect socket to '/var/run/libvirt/virtnetworkd-sock': No such file or directory
Expected behavior
The manager VM get's created and a single node cluster is online.
Screenshots
Don't have any screenshots.
Additional context
We tried to fix the issue with virtnetworkd:
- add virtnetworkd to autostart
- start virtnetworkd manually before running "hosted-engine --deploy --4"
- reboot the system between steps