
Hi Guys, I´m trying to setup a new installation of Ovirt 4.5.5 During the processe of deployment, it fail at this point: [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the host to be up] Analyzing logs, we have this loop: recovery: waiting for storage pool to go up return={'poollist': []} In deployment process, the playbook skips storage configuration: [root@servernode ~]# hosted-engine --deploy --4 [ INFO ] Etapa: Inicializando [ INFO ] Etapa: Configuração de ambiente Durante a personalização use CTRL-D para abortar. Continuing will configure this host for serving as hypervisor and will create a local VM with a running engine. The locally running engine will be used to configure a new storage domain and create a VM there. At the end the disk of the local VM will be moved to the shared storage. Are you sure you want to continue? (Sim, Não)[Sim]: Configuration files: Arquivo de log: /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20251002121023-pzejjd.log Versão: otopi-1.10.4 (otopi-1.10.4-1.el9) [ INFO ] Etapa: Configuração dos pacotes de ambiente [ INFO ] Etapa: Detecção de programas [ INFO ] Etapa: Environment setup (late) [ INFO ] Etapa: Personalização do ambiente --== CONFIGURAÇÃO DO ARMAZENAMENTO ==-- --== HOST NETWORK CONFIGURATION ==-- Please indicate the gateway IP address [192.168.0.1]: Does anyone know what happening here ? How can I force playbook to ask for storage parameters ? thanks