Error Deploying the self-hosted engine using the command line

Hello masters! I am trying to deploy a self hosted engine and encountered an error. We are only allowed to use a range of IP Address and access http via proxy. IP: 192.168.50.0/24 Command used: hosted-engine --deploy --4 --ansible-extra-vars=he_offline_deployment=true --ansible-extra-vars=he_ipv4_subnet_prefix=192.168.50 Error: [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "cmd": ["virsh", "net-start", "default"], "delta": "0:00:00.069204", "end": "2023-02-17 08:54:21.737578", "msg": "non-zero return code", "rc": 1, "start": "2023-02-17 08:54:21.668374", "stderr": "error: Failed to start network default\nerror: internal error: Network is already in use by interface eno1", "stderr_lines": ["error: Failed to start network default", "error: internal error: Network is already in use by interface eno1"], "stdout": "", "stdout_lines": []} [ ERROR ] Failed to execute stage 'Closing up': Failed getting local_vm_dir Hope to gain some ideas from this issue. Thanks!

The deploy needs a temporary segment during deploy. This will be used via virbr0 an can not be in use by another interface. If your local network ist using this segment as well, you need to find a second one, or you have to divide you segment.
participants (2)
-
ahmad.hidayat@singtel.com
-
lars.stolpe@bvg.de