tampler commented on issue #8223:
URL: https://github.com/apache/cloudstack/issues/8223#issuecomment-1807922882

   Having exactly the same error on the same setup. `ACS 4.18.1.0 on Ubuntu 
22.04.3`.
   
   For me this happens for a non-root user (`admin`). Here's my setup for a 
`visudo` list:
   ```sh
   # Enable cloudstack
   Defaults:cloud !requiretty
   Defaults:cloudstack !requiretty
   
   cloudstack ALL=NOPASSWD: /usr/bin/cloudstack-setup-agent
   ```
   
   ```sh
   Caused by: com.cloud.utils.exception.CloudRuntimeException: Failed to setup 
keystore on the KVM host: 192.168.0.20                                          
                 
           at 
com.cloud.hypervisor.kvm.discoverer.LibvirtServerDiscoverer.setupAgentSecurity(LibvirtServerDiscoverer.java:178)
                                                  
           at 
com.cloud.hypervisor.kvm.discoverer.LibvirtServerDiscoverer.find(LibvirtServerDiscoverer.java:321)
                                                                
           at 
com.cloud.resource.ResourceManagerImpl.discoverHostsFull(ResourceManagerImpl.java:816)
          
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to