Hi Alireza,

Could you elaborate on how you instantiated the jobs and any thing specific 
that went wrong in between? Usually deleting directly through SQL statements is 
very risky and first try should be through any API support.

Also, you might want to use github page 
(https://github.com/apache/cloudstack/issues) to raise an issue as I think most 
people active on project have been referring the issues list on that page.

Best Regards,
Anurag

On 1/23/19, 10:52 AM, "Alireza Eskandari" <astro.alir...@gmail.com> wrote:

    First I deleted two jobs which was existed in  vm_work_job table and its
    related entry in  sync_queue table but it doesn't help.
    Then I delete all the entries in sync_queue tables and again no success.
    Any idea?
    
    
anurag.awas...@shapeblue.com 
www.shapeblue.com
Amadeus House, Floral Street, London  WC2E 9DPUK
@shapeblue
  
 

On Wed, Jan 23, 2019 at 1:50 AM Wei ZHOU <ustcweiz...@gmail.com> wrote:
    
    > 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.
    > >
    >
    

Reply via email to