weizhouapache commented on issue #7437:
URL: https://github.com/apache/cloudstack/issues/7437#issuecomment-1511160102

   > @weizhouapache 4.18
   
   @MilanHofmann 
   you can retry after the following changes  on the kvm host
   
   ```
   if [ -f "$LIBVIRTD_FILE" ]; then
           echo "Reverting libvirtd to not listen on TLS"
           sed -i "s,^listen_tls=1,listen_tls=0,g" $LIBVIRTD_FILE
           systemctl restart libvirtd
       fi
   
       echo "Removing cloud.* files in /etc/cloudstack/agent"
       rm -f /etc/cloudstack/agent/cloud.*
   ```


-- 
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