Re: Cancel the async task in execution

2019-08-25 Thread Nicolas Vazquez
Subject: Re: Cancel the async task in execution We had the same problem and manually edit the async... table. So far I know there is nothing. Von meinem iPhone gesendet __ Sven Vogel Teamlead Platform EWERK RZ GmbH Brühl 24, D-04109 Leipzig P +49 341 42649 - 11 F +49 341 42649 - 18 s.vo

Re: Cancel the async task in execution

2019-08-22 Thread Sven Vogel
g in the API to stop a running task? > > From: li jerry > Sent: 06 August 2019 15:49 > To: users@cloudstack.apache.org > Subject: 答复: Cancel the async task in execution > > Restarting all mgmt has a big impact. > If you can directly modify

Re: Cancel the async task in execution

2019-08-06 Thread Riepl, Gregor (SWISS TXT)
task? From: li jerry Sent: 06 August 2019 15:49 To: users@cloudstack.apache.org Subject: 答复: Cancel the async task in execution Restarting all mgmt has a big impact. If you can directly modify async_job to let the task abort, this will be very good. 发件人: Andrija

答复: Cancel the async task in execution

2019-08-06 Thread li jerry
Restarting all mgmt has a big impact. If you can directly modify async_job to let the task abort, this will be very good. 发件人: Andrija Panic<mailto:andrija.pa...@gmail.com> 发送时间: 2019年8月6日 19:29 收件人: users<mailto:users@cloudstack.apache.org> 主题: Re: Cancel the async task in e

Re: Cancel the async task in execution

2019-08-06 Thread Andrija Panic
An aggressive way is to restart all mgmt servers - all async jobs will be cleared our / fail - but there is also a way to wipe from async_job table or similar, but I can't remember that from top of my head now... On Tue, 6 Aug 2019 at 12:03, li jerry wrote: > Hello all > > Is there an asynchrono

Cancel the async task in execution

2019-08-06 Thread li jerry
Hello all Is there an asynchronous task already in progress, is there any way to stop it and cancel it? (Can I change the database?) Scenes: Volume migrates across the pool. Due to the large volume capacity, offline migration takes a long, long, and long time, so it needs to be cancelled.