If you know the instance id and mysql password, it should work after removing some records in mysql.
``` set @id=XXXXX; delete from vm_work_job where vm_instance_id=@id; delete from sync_queue where sync_objid=@id; ``` Alireza Eskandari <astro.alir...@gmail.com> 于2019年1月22日周二 下午10:59写道: > Hi guys > I have opened a bug in jira about my problem in CS: > https://issues.apache.org/jira/browse/CLOUDSTACK-10401 > CloudStack doesn't process jobs! My cloud in totally unusable. > Thanks in advance for you help. >