I’m trying to import vm’s from an external KVM host. I built a test KVM host with 5 virtual machines of which 4 are on and one is off. Libvirt is listening on tcp port 16509.
When trying to fetch instances I get “Request failed. (530) Error while listing remote Vms” As host I’m using the KVM host IP of course, and the user and password are that of my root user. (opened root access for this case). Is there some log I can see as to why I get that error? On the management-server log I only see: [28/Feb/2024:16:00:09 +0000] "GET /client/api/?zoneid=00122c1c-89ae-4fbf-8424-e8619a787d39&page=1&pagesize=10&host=KVMHOSTIP&username=root&password=PASSWORDFORHOST&hypervisor=kvm&command=listVmsForImport&response=json HTTP/1.1" 530 124 -- Jimmy
