retspen / webvirtmgr

WebVirtMgr panel for manage virtual machine
http://retspen.github.io
2.04k stars 536 forks source link

HTTP/500 on /console when instance uuid #693

Closed pznamensky closed 3 years ago

pznamensky commented 3 years ago

We've got lots of VMs which are recreating via our scripts or terraform. That VMs preserve their names, but uuid changes each recreation. One of the places where it breaks webvirtmgr is virtual console. When VM is changing its uuid virtual console stops working and return 500 error. As a workaround, we're deleting everything from table instances_instance, but it doesn't look very good :) Is there any config parameter or something else which can help to fix the problem?