RE: Virtual routers randomly rebooting

2019-08-06 Thread Nick Thompson
Thanks Gregor, I'll give that a go. I did notice a high load average on some VRs a while back, could be related. Regards, Nick Thompson -Original Message- From: Riepl, Gregor (SWISS TXT) [mailto:gregor.ri...@swisstxt.ch] Sent: Wednesday, 7 August 2019 3:44 a.m. To: users@cloudstack.a

Re: Virtual routers randomly rebooting

2019-08-06 Thread Riepl, Gregor (SWISS TXT)
Hi Nick, This might not be relevant for Xen, but we've had problems with memory leaks on the VRs on VMware when balloon memory was enabled. A while ago, we built a custom router monitoring setup via SSH for our environment, because CloudStack doesn't give us enough information about router sta

Re: Cancel the async task in execution

2019-08-06 Thread Riepl, Gregor (SWISS TXT)
You can change the async_job DB record to error or similar, but that will most likely not stop the task. We've done this in the past, but only when a job was stuck forever due to incorrect error handling and not when it was still running. Is there nothing in the API to stop a running task?

答复: 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 发送时间: 2019年8月6日 19:29 收件人: users 主题: Re: Cancel the async task in execution An aggressi

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.